/* CSS Document */

@import url(userStyles.css);

body{
	margin: 0 0 0 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding:0px;
	line-height:1.5em;
	}
	
/*Div Layout */
	
#wrapper{
	width:800px;
	margin: 0 auto;
	text-align:left;
	height:100%;
	}
	
#branding{
	width:800px;
	height:91px;
	background:url(../images/header.jpg) top no-repeat;
	}
	
#brandingHome{
	width:800px;
	height:91px;
	}

#primeNavigation{
	width:800px;
	height:31px;
	}

#mainContent{
	width:800px;
	background:#c3c3c3 url(../images/contentFade.jpg) top repeat-x;
	height:100%;
	}

#footer{
	width:800px;
	height:27px;
	background:#fff url(../images/footerBackground.gif) repeat-x top;
	font-size:8pt;
	color:#00457c;
	clear:both;
	}
	
/* Table Formats */	

.leftContentBox{
	background:#0a233d url(../images/leftBox_Pattern.jpg) bottom repeat-x; 
	color:#fff;
	padding:10px 10px 10px 10px;
	}

.leftContentBox a{
	color:#fff;
	text-decoration:underline;
	}
	
.leftContentBox a:visited{
	color:#fff;
	text-decoration:underline;
	}	
	
.leftContentBox a:active{
	color:#fff;
	text-decoration:underline;
	}	
	
.leftContentBox a:hover{
	color:#fff;
	text-decoration:none;
	}	
	
td.leftContentShadow{
	background:url(../images/leftContentShadow.gif) repeat-y;
}

/* UL DROP DOWNS */

ul{
	margin:0;
	margin-top:-12px;
	padding:0;
	list-style-type:none;
	}
	
ul.text{
	list-style-type:disc;
	padding-left:25px;
	}
	
ul.navList{
	margin-top:0px;
	}

ul.navList a{
	text-align:left;
	display:block;
	font-size:8pt;
	width: 165px;
	height: 20px;
	color:#fff;
	text-decoration:none;
	background:#2a5675;
	padding-left:10px;
	border-top:1px solid #3f6b89;
	border-left:1px solid #3f6b89;
	border-right:1px solid #3f6b89;
	}
	
ul.navList a:visited{
	color:#fff;
	}
	
li.last a{
	border-bottom:1px solid #3f6b89;
	}

ul.navList a:hover{
	background:#0a233d;
	color:#fff;
	}
	
/* Home Boxes */

.box1Middle{background:url(../images/box1_mid.jpg) no-repeat; padding-left:30px; color:#0a233d; font-weight:bold;}
.box1Middle a, a:hover, a:visited{color:#0a233d; text-decoration:none;}

.box2Middle{background:url(../images/box2_middle.jpg) no-repeat; padding-left:30px; color:#0a233d; font-weight:bold;}
.box2Middle a, a:hover, a:visited{color:#0a233d; text-decoration:none;}

.box3Middle{background:url(../images/box3_mid.jpg) no-repeat; padding-left:30px; color:#0a233d; font-weight:bold;}
.box3Middle a, a:hover, a:visited{color:#0a233d; text-decoration:none;}

.box4Middle{background:url(../images/box4_middle.jpg) no-repeat; padding-left:30px; color:#0a233d; font-weight:bold;}
.box4Middle a, a:hover, a:visited{color:#0a233d; text-decoration:none;}
	
/* General */

.paddingBox{
	padding:10px 10px 10px 10px;
	}
	
/*SubPage*/

.subPage{
	padding:10px 15px 10px 15px;
	color:#061422;
	}

.subPage a{
	color:#3d3d3d;
	text-decoration:underline;
	}
	
.subPage a:visited{
	color:#3d3d3d;
	text-decoration:underline;
	}	
	
.subPage a:hover{
	color:#fff;
	text-decoration:none;
	}
	
.subPage a:active{
	color:#3d3d3d;
	text-decoration:none;
	}
		
.subPage ul{
	padding-left:5px;
	padding-top:15px;
	}
	
.subPage li{
	background:url(../images/plusBullet.gif) left no-repeat;
	padding-left:10px;
	}

	
.subPage ol li{
background:none;
padding-left:10px;
}
	
	
h6{
	color:#fff;
	text-transform:uppercase;
	font-size:11pt;
	padding-top:-5px;
	margin-top:10px;
	background:url(../images/underscoreline.jpg) bottom left no-repeat;
	}
	
h4{
	color:#061422;
	font-weight:bold;
	padding-bottom:-5px;
	font-size:10.5pt;
	margin-bottom:-1.2em;
	}
	
h8{
	color:#061422;
	font-weight:bold;
	padding-bottom:-5px;
	font-size:10.5pt;
	margin-bottom:-1.2em;
	}	
	
	
h7{
	color:#061422;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:-5px;
	font-size:10pt;
	margin-bottom:-1.2em;
	}	
	
	
h5{
	color:#fff;
	font-size:10pt;
	background:url(../images/divsubPage_underline.gif) bottom left no-repeat;
	margin-top:10px;
	}
	
h5 a {
	color:#fff;
	font-size:10pt;
	background:url(../images/divsubPage_underline.gif) bottom left no-repeat;
	margin-top:10px;
	text-decoration:none;
	}
	
h5 a:visited{
	color:#fff;
	font-size:10pt;
	background:url(../images/divsubPage_underline.gif) bottom left no-repeat;
	margin-top:10px;
	text-decoration:none;	
}

h5 a:active{
	color:#fff;
	font-size:10pt;
	background:url(../images/divsubPage_underline.gif) bottom left no-repeat;
	margin-top:10px;
	text-decoration:none;	
}

h5 a:hover{
	color:#fff;
	font-size:10pt;
	background:url(../images/divsubPage_underline.gif) bottom left no-repeat;
	margin-top:10px;
	text-decoration:none;	
}	

/* Divided Subpage */

.leftContentBox ul{
	margin-top:-15px;
	}
	
.leftContentBox ul li{
	background:url(../images/dateListBullet.gif) left no-repeat;
	padding-left:8px;
	}
	
.leftContentBox ol li{
	background:none;
	padding-left:8px;
	}
	
 .leftContentBox ul a{
	color:#fff;
	text-decoration:none;
	}
	
  .leftContentBox li a:visited{
	color:#fff;
	text-decoration:none;
	}
	
  .leftContentBox li a:active{
	color:#fff;
	text-decoration:none;
	}		
 
 .leftContentBox li a:hover{
	color:#fff;
	text-decoration:underline;
	background:none;
	}
	

.imgFloatLeft{
	float:left;
	padding:5px 5px 5px 5px;
	}
	
.imgFloatright{
	float:right;
	padding:5px 5px 5px 5px;
	}
	
.subPage p img {
	margin: 8px 12px;
}