/* CSS CORE */

html{
	/*width:100%;*/
	background-color:#F1F8FA;
	background-image:url("../images/blue_grad_bg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica;
}
body{
	margin:0;
	padding:0;
}
	
	
/****************************************/
/* MAIN ANVIGATION						*/
/****************************************/
#nav{
	margin:6px 0 6px 0;
	background-color:#1A81B3;
	background-image:url("../images/blue_nav_bg.jpg");
	background-position:bottom left;
	background-repeat:repeat-x;
	font-family:"Lucida Grande", Arial, Helvetica;
}
#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav li{
	border-bottom:1px solid #4796BD;
	padding:8px;
	margin:0 6px 0 6px;
}
#nav a{
	color:#FFFFFF;
	font-size:1.2em;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover{
	text-decoration:underline;
}


#subnav{
	background-image:url("../images/blue_SubNav_bg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#DEF3FB;
	padding:10px;
}
#subnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#subnav li{
	border-bottom:1px solid #4796BD;
	padding:8px;
	margin:0 6px 0 6px;
}
#subnav a{
	color:#0E4761;
	font-size:1em;
	text-decoration:none;
	font-weight:normal;
}
#subnav a:hover{
	text-decoration:underline;
}
#subnav img{
	margin:15px 0 0 0;
}
/****************************************/
/* USEFUL CSS							*/
/****************************************/
.cb{
	clear:both;
}
img.image_spacer{
	vertical-align:bottom;
	margin:6px 0 6px 0;
}
a.standard_link{
	text-decoration:none;
	color:#000066;
}
a.standard_link:hover{
	text-decoration:underline;
}
/****************************************/
/* MAIN AREA							*/
/****************************************/
#container{
	clear:both;
	margin:0 auto; 
	/*max-width:65em; 
	min-width:720px; */
	width:702px;
	position:relative; 
	background-color:#FFFFFF;
	line-height:1.4;
	padding:0;
}
#content{
	padding:0;
}
/****************************************/
/* MAIN PAGE CONTENT					*/
/****************************************/
#page_content{
	padding:6px;
}
/****************************************/
/* PAGE COLUMNS							*/
/****************************************/
#left_col{
	float:left;
	width:195px;
	margin:0 6px 0 0;
}
#right_col{
	float:left;
	width:488px;
}

#left_col img{ vertical-align:bottom; }
#right_col img{ vertical-align:bottom; }

#media {
	margin-bottom: 5px;
	margin-top: -5px;
}

/****************************************/
/* MAIN PAGE FOOTER						*/
/****************************************/

#guestFooter{
	clear:both;
	margin:10px auto; 
	/*max-width:65em; 
	min-width:720px; */
	width:702px;
	position:relative; 
	line-height:1.4;
	padding:0;
}
#guestFooter{
	padding:0;
}

#guestFooter ul{
	list-style-type:none;
	margin:0;
	padding:0;
	color:#278ABA;	
}
#guestFooter li{
	margin:0 0 0 10px;
	padding:0;
	float:left;
}
#guestFooter a{
	color:#278ABA;
	text-decoration:none;
}
#guestFooter a:hover{
	text-decoration:underline;
}
#pdfbox {
	float: right;
	width: 250px;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #FFFFFF;
	height: 75px;
	background-color: #E6F8FF;
}
#pdfbox h2 {
	margin-top: 0px;
	padding-top: 0px;
}
