/* Reset css
=================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h1, h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
ieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }


html { 
  min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-size: 75%;			/* This sets the default font size to be equivalent to 11px (12/16 = .75) */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #4D4D4D;
}

/* blocktext */
h1, h2, h3, h4, h5, p, ul { 
	margin: 0;
	padding : 0; 
}
h1 {
	font-size: 250%;
}
h2 {
	font-size: 130%;
  font-family: Georgia, Palatino, Times New Roman, serif;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #501f75; 
	padding:0;
}

.style1 {
	color: #002275;
	font-weight: bold;
}

/* a */
a, a:visited { 
	color : #FFFFFF; 
	text-decoration : underline;
} 
a:hover { 
	text-decoration : none;
} 

ul#nav {
   margin: 0;
   padding: 0;
   list-style-type : none;
   font-size: 120%;
   font-family: Georgia, Palatino, Times New Roman, serif;
   padding-top: 10px;
   margin-left: 14px;
}
ul#nav li {
   margin: 0;
   padding: 4px 0;
}
ul#nav li a {
   width: 135px;
   color: #666666;
   text-decoration: none;
   font-size: 90%;
}
ul#nav li a:hover,
ul#nav li a.active,
ul#nav li a.active:hover {
   color: #002275;
   text-decoration: underline;
} 

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}



/* Main Blocks
=================================*/
#wrapper {
	width: 900px;
	margin: 18px auto 18px auto;
	padding-top: 15px;
	background: #ffffff;
	border-bottom: 18px solid #4D4D4D;
}
#flashcontent {
	width: 556px;
	height: 310px;
}

div.left-col {
    float: left;
	width: 290px;
	margin-left: 18px;
	margin-bottom: 18px;
	margin-top: 75px;
	background: #ffffff;
	_margin-left: 9px;
}

div.right-col {
    float: right;
	width: 556px;
	margin-right: 18px;
	margin-bottom: 18px;
	_margin-right: 9px;
}

div.right-col p {
    margin: 0 12px;
	padding-bottom: 14px;
	color: #666666;
}

div.full-panel {
  float: left;
	width: 864px;
	margin-left: 18px;
	margin-bottom: 18px;
	background: #4d4d4d;
	_margin-left: 9px;
}

div.full-panelwhite {
    float: left;
	width: 864px;
	margin-left: 18px;
	margin-bottom: 18px;
	background: #ffffff;
}

div.panel-leftwhite {
    float: left;
	width: 276px;
	margin-top: 14px;
	margin-left: 14px;
	margin-bottom: 14px;
}

div.panel-leftwhite p {
    margin: 0;
	padding: 0;
	color: #002275;
	font-size: 110%;
    font-family: Georgia, Palatino, Times New Roman, serif;
}


div.panel-rightwhite {
    float: left;
	width: 160px;
	margin-top: 14px;
	margin-left: 18px;
	margin-bottom: 14px;
}

div.panel-rightwhite2 {
    float: left;
	width: 364px;
	margin-top: 14px;
	margin-left: 18px;
	margin-bottom: 14px;
}

div.panel-rightwhite p {
    margin: 0 12px;
	padding-bottom: 14px;
	color: #666666;
}

div.panel-rightwhite2 p {
    margin: 0 12px;
	padding-bottom: 14px;
	color: #666666;
}


div.panel-rightwhite2 p a {
	color : #002275;
	text-decoration : underline;
}

div.panel-rightwhite2 p a:hover {
	text-decoration : none;
}




div.full-panel p a {
	color : #ffffff;
	text-decoration : underline;
	
}

div.full-panel p a:hover {
	text-decoration : none;
}


div.panel-left {
    float: left;
	width: 276px;
	margin-top: 14px;
	margin-left: 14px;
	margin-bottom: 14px;
	_margin-left: 7px;
}

div.panel-right {
    float: right;
	width: 541px;
	margin-top: 14px;
	margin-right: 14px;
	margin-bottom: 14px;
	border-left: 1px dashed #ffffff;
	_margin-right: 7px;
}

div.panel-right p {
    margin: 0 12px;
	padding-bottom: 14px;
}

div.footer {
    float: left;
	width: 864px;
	margin-left: 18px;
	margin-bottom: 18px;
	border-top: 1px solid #666666;
	padding-top: 14px;
	_margin-left: 9px;
}
div.footer p {
    margin: 0 12px;
	padding-bottom: 20px;
	font-size: 75%;
	color : #666666;
	
}
div.footer p a {
	color : #002275;
	text-decoration : underline;
	
}

div.footer p a:hover {
	text-decoration : none;
}
