@charset "UTF-8";
/* CSS Document */

body { background: #D6D6D6; }
div#wrapper { width:100%; margin-top:0; padding-top:0; }
div#mainContent { width: 700px; margin: 0 auto 0 auto; background:#FFF; padding:0; }
div#header { background: url(images/header_BG.png); background-position:bottom center; background-repeat:no-repeat; width:700px; height:206px;margin-left:auto; margin-right:auto; }

h2 { color:#003399; text-align:center; }

p, li { 
	font-family : verdana, helvetica, arial, sans-serif;
	font-size : 9pt;
	text-align: left;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
a { text-decoration:none; color:#039; }
	a:hover { text-decoration:underline; color:#EC8E00; }
.bluebold { font-weight:bold; color:#039; }
.blue { color:#039; }
.bold { font-weight: bold }
.center { margin-left:auto; margin-right:auto; }

div.copy { color:#666; font-size:10px; text-align:center; vertical-align:middle; height:20px; }



