/*=================== STANDARD RULES ====================*/
body, ul, form, fieldset, p {margin:0px; padding:0px;}

body{
	margin:0px 0px 20px 0px;
	background-color:#990000;
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:0.75em;
	color:black;
}
input{
	color:#666666;
	font-size:10px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
	font-weight:normal;
	margin-bottom:14px;
}
h1 {font-size:24px; font-family: Georgia, Times, serif;}
h2 {font-size:14px;}
h3 {font-size:12px; font-weight:bold; margin: 0; color:#990000;}
h4,h5,h6 {font-size:12px; font-weight:bold; margin: 0;}

a:link, a:visited {color:#990000;text-decoration:underline;}
a:active, a:focus, a:hover {color:#990000; text-decoration:underline;}
h3 a:active, h3 a:focus, h3 a:hover {text-decoration: underline;}

a img {border:0}
/*=================== GLOBAL RULES ======================*/

#header{
	width:771px;
	height:77px;
	background-image:url(/images/logo.gif);
	background-repeat:no-repeat;
}
#header a{
	display:block;
	width:163px;
	height:77px;
	background-image:url(/images/logo.gif);
	background-repeat:no-repeat;
}
#search{
	position:absolute;
	width:540px;
	height:20px;
	left:221px;
	top:9px;
	text-align:right;
	color:#EEECE1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#search input{
	color:#666666;
	font-size:10px;
	margin-left:10px;
	margin-right:3px;
}
#search a, #search a:visited {color:#EEECE1;text-decoration:none;}
#search a:active, #search a:focus, #search a:hover {color:#EEECE1; text-decoration:underline;}

/*=================== FOOTER RULES ======================*/
#footer{
	position:relative;
	width:771px;
	height:52px;
	background-image: url(/images/footer-bg.gif);
	font-size:11px;
}
#footeraddress{
	position:absolute;
	top:12px;
	left:455px;
	width:135px;
}
#footerphone{
	position:absolute;
	top:12px;
	left:600px;
	width:145px;
}

