body {
	margin: 10px 0 0 0;
	background: #ffffff url(../images/back.gif) repeat-x top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* Content */
#contmain
{
	width: 100%;
}

h1 {
	text-align:center;
	font-size:20px;
}

h2, h3, p {
	margin: 0;
	padding: 0 0 0 5px;
}

p {
	text-indent: 20px;
}

.asterick{
 color:#FF0000;
}

/* Header */
#header {
	width: 780px;
	height: 140px;
	margin: 0 auto 0px auto;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
}

/* Emergency Bar */
#emergency {
	width: 780px;
	height: 26px;
	margin: 0 auto 0 auto;
	background: url(../images/emergency_bar.jpg);
}

/* Column One */
#colOne {
	float: left;
	width: 597px;
}

#colOne a, a:visited {
	text-decoration: none;
	color:#2A1FAA;
}

#colOne a:hover, #colOne .active a {
	color: #FF0000;
}

.image {
	margin: 5px 2px 2px 5px;
	border: 2px solid #8B0000;
	height: 172px;
	width: 172px;
}

.homeimage {
	margin: 5px 5px 5px 5px;
	border: 2px solid #8B0000;
	height: 250px;
	width: 300px;
	float: right;
}

.homebanner {
	margin: 5px 5px 5px 5px;
	border: 2px solid #8B0000;
	height: 80px;
	width: 500px;
	margin-left: 48.5px;
}

.navimage {
	margin: 5px 5px 5px 5px;
	border: none;
	height: 160px;
	width: 160px;
}

/* Column Two */
#colTwo {
	float: right;
	width: 180px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo h2, #colTwo a {
	width: 180px;
	height: 26px;
	padding: 4px 0 0 0px;
	background: url(../images/button2.gif);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size:18px;
	font-family:Garamond;
}

#colTwo a:hover, #colTwo .active a {
	color: #FF0000;
}

/* ------ Menu ------ */
#menu {
	width: 578px;
	padding: 1px 0 5px 14px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 26px;
	padding: 4px 0 0 0px;
	background: url(../images/button2.gif);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	color: #FF0000;
}

/* Page */
#page {
	width: 780px;
	min-height:350px;
	margin: 0 auto;
	background: #E3DCA3;
}

/* Footer */
#footer {
	width: 780px;
	height: 26px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: #000000 url(../images/img2.jpg) repeat-x;
	letter-spacing: normal;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* ------ Form ------ */
label {
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.submit input{
	margin-left: 5em;
	margin-bottom: 10px;
}

.asterick{
 color:#FF0000;
}
