/*=================== STANDARD RULES ====================*/
body, ul, form, fieldset {margin:0px; padding:0px;}

body{
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	background-color:#c4d5e5;
	color:#333333;
}

h1,h2,h3,h4,h5,h6 {
 color:#670101;
 margin-bottom:1em;
 font-family:Georgia, "Times New Roman", Times, serif;
 }
h1 {font-size:1.4em;}
h2 {font-size:1.2em;}
h3 {font-size:1em;}
h4,h5,h6 {font-size:.9em;}

a:link {color:blue;}
a:visited {color:purple;}
a:hover {color:blue; text-decoration:none;}
a:active {color:blue;}

input, textarea, select, option, button {
 font:1em arial,helvetica,sans-serif;
 }

.printonly {display:none;}
.clearfloats {clear:both;}

/*=================== GLOBAL RULES ======================*/

#container{
	margin:0 auto;
	width:775px;
	background-color:#fff;
	position:relative;
}
#footer{
	margin:0 auto;
	width:796px;
	height:20px;
	background-image:url(/images/footer-bg.gif);
	font-size:11px;
	color:#003366;
}
#footer a{text-decoration:none;color:#003366;}
#footer a:hover{text-decoration:underline;color:#0033CC;}
#footerleft{
	float:left;
	margin:4px 0 0 10px;
}
#footeright{
	float:right;
	margin:4px 10px 0 0;
}
