/* -- Basic HTML Elements -- */
	body {
	color: #000000;
	text-align: center;
	background: #E9E9E9; 
	
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 10px;
}

	a:link {color: #990000; text-decoration: underline;}
	a:visited {color: #990000; text-decoration: none;}
	a:hover {color: #005387; text-decoration: none;}

	abbr, acronym {font-style: normal; border-bottom: dotted 1px #ABB1B7; cursor: help;}

	dd {margin: 0; padding: 0 0 1em 17px;}
	dt {font-weight: bold; padding: 0 0 0 17px; }
	a.external:link, a.external:visited { color: #005387; text-decoration: none; border-bottom : 1px dotted #005387;}
	a.external:hover { color: #FB0F0C; text-decoration: none; border-bottom : 1px dotted #ffffff;}
	form {margin: 0;}

.pageContainer {
	text-align: center;
	clear: both;
	display: block;
	width: 770px;
	/*border: 1px solid #666666;*/
	/*background: #ffffff url( images/grad_bkgrnd.jpg) repeat-x; */
	background: #fff0;

}

/* -- header -- */
.pageHeader {
	width: 770px;
	height: 40px;
	color: #000000;
	padding: 0;
	margin: 0;
	text-align: right;
	background: #E9E9E9;
	border-bottom: 1px solid #B1B1B1;
}
.pageHeader a, .pageHeader a:visited {
	margin-right: 20px;
	margin-left: 3px;
	padding-top:3px;
	font-size: 70%;
	color : #44444f;
	text-decoration: none;
}
.pageHeader a:hover{
	text-decoration: none;

}
/* top menu styles */

div.topMenuContainer {
	background: #ffffff;
	width: 770px;
	padding:0px;
	float : left;
}

div.topmenu ul{
	margin:0;
	padding:0;
 	padding-left:66px;
	float:right;
	list-style-type:none;
	border-left: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
}
div.topmenu ul li{
	display: inline;
	font-size:75%; white-space:nowrap;

}
div.topmenu ul li a{
	float: left;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 14px 5px 19px;
}

/* List of all menu items */

/* normal */


li.page_item a, li.page_item a:visited, li.page_item a:active, li.page_item a:focus {
	color: #990000;
	background: #FFFFFF;
	text-decoration:none;
}

li.page_item a:hover {
	color: #000000;
	text-decoration:none;	background: #EEE;

}

li.current_page_item a, 
li.current_page_item a:visited, 
li.current_page_item a:active, 
li.current_page_item a:focus,
li.current_page_parent a, 
li.current_page_parent a:visited, 
li.current_page_parent a:active, 
li.current_page_parent a:focus {
	color: #000000;
	text-decoration:none;
}

li.current_page_item a:hover,
li.current_page_parent a:hover {
	color: #000000;
	text-decoration:none;

} 

 {
	color: #000000;
	text-decoration:none;
}

li.current_page_item a:hover {
	color: #000000;
	text-decoration:none;

} 



/* left menu */


.leftmenu ul li.page_item a, 
.leftmenu ul li.page_item a:visited, 
.leftmenu ul li.page_item a:active, 
.leftmenu ul li.page_item a:focus {
	color: #000;
	background: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}

.leftmenu ul li.page_item a:hover {
	color: #000000;
	text-decoration:none;	background: #EEE;
	font-weight: normal;

}

.leftmenu ul li.current_page_item a, 
.leftmenu ul li.current_page_item a:visited, 
.leftmenu ul li.current_page_item a:active, 
.leftmenu ul li.current_page_item a:focus {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

.leftmenu ul li.current_page_item a:hover {
	color: #000000;
	text-decoration:none;

} 
/*
div.topmenu ul li a:hover {
	color: #FFFFFF;
	background: #FEC050;
	text-decoration:none;
}

div.topmenu ul li a.menu2, div.topmenu ul li a.menu2:visited, div.topmenu ul li a.menu2:active, div.topmenu ul li a.menu2:focus {
	color: #990000;
	background: #FFFFFF;
	text-decoration:none;
}

div.topmenu ul li a.menu2:hover {
	color: #000000;
	background: ##990000;
	text-decoration:none;
}


div.topmenu ul li a.menu3, div.topmenu ul li a.menu3:visited, div.topmenu ul li a.menu3:hover, div.topmenu ul li a.menu3:active, div.topmenu ul li a.menu3:focus {
	color: #000000;
	text-decoration:none;
}
*/

div.topmenu {
	float:right;
	background: #FFFFFF;
	border-top: 1px solid #B1B1B1;
	padding-bottom: 5px;
}

/* -- content --*/
/*---------------------------------------------------*/
.mainContent {
	position: relative;
	float: left;
	margin: 0;
	font-size: 75%;
	color: #555;
	background: #FFFFFF url(images/bottom.gif) no-repeat bottom;
	width: 100%;
}

.largeBanner {
	float: left;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 0px;

}

.largeBanner2 {
	float: left;
	width: 770px;
	height: 225px;
	background: #FFFFFF url(images/bi_masthead.jpg) no-repeat top;
	padding-bottom: 0px;
	padding-top: 0px;
}

.largeBannerContent {
	flaot: left;
	margin-top: 135px;
	margin-left: 15px;
	width: 400px;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
}

.topNewsTitle {
	font-size: 85%;
	color: #0f2d6f;
	padding-left: 10px;
	float:left;
	margin-bottom: 5px;
	width:90%;
}
.topNewsContent {
	font-size: 75%;
	color: #555;
	padding-left: 10px;
	float:left;
	clear: both;
	width:90%;
}
.topNews {

	height: 150px;
	width: 350px;
	margin-left: 50px;
	text-align: right;
	float: right;
	overflow: auto;
}

.frontContentContainer {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: white;
}
	
.frontContent {
	float: left;
	margin: 0px 0px 20px 15px;
	width: 400px;
	text-align: left;
	font-size: 90%;
	color: #000;
	}
	
.frontContent p {
	font-size: 85%;

}
	
.frontContent h1 {
	font-size: 130%;
	color: #0f2d6f;
	font-weight: bold;
		
}		

.frontContent p {
	margin: 5px 35px 0px 20px;
}

/*---- 2 column --*/
.leftContent50percent {
	float: left;
	width: 200px;
	text-align: left;
	padding-bottom: 45px;
}

.leftContentContainer {
	float: left;
}

.rightContentContainer {
	float: left;
	width: 60%;
}

.leftContent {
	float: left;
	margin: 0px;
	text-align: left;
	font-size: 110%;
	color: #000;
	}

.leftContentTitle {
	font-size: 170%;
	color: #0f2d6f;
}

input.clean {
	width: 185px;
	border: 1px solid #190A7F;
	font-weight: bold;
	font-size: 125%;
	padding: 3px;
}

.blueMenuTitle
	{
	font-size: 170%;
	color: #190A7F;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
	}

div.warning {
	margin: 10px 10px 10px 75px;
	width: 300px;
	border: 1px solid #190A7F;
	font-weight: bold;
	font-size: 155%;
	padding: 23px;
	background-color: #f6f4b2;
	color: #b23234;

	
}
	
div.leftmenu {
	color : #6987bc;
	margin: 0 0 0 0;
	width : 200px;
	padding-bottom: 25px;
	clear : both;
	float : left;
	background: transparent;
	height: 100%;
	text-align: left;
}

ul.menuItem {
margin:0px;
padding:0px;
}
li.menuItemLit a {
color:#000000;
font-weight:bold;
}
li.menuItem a {
color:#0F2D6F;
text-decoration:none;
}
li.menuItem, li.menuItemLit {
color:#000000;
display:block;
float:left;
padding:10px;
vertical-align:middle;
width:180px;
}
li.menuItem-0 {
border-top:1px dotted #CCCCCC;
font-size:100%;
padding-left:10px;
}
li.menuItem-1 {
border-bottom:medium none;
font-size:80%;
font-weight:bold;
padding-left:20px;
width:170px;
}



.rightContent50percent {
	float:right;
	text-align : left;
	width: 555px;
	margin-bottom: 40px;
}

.fullContent {
	float: left;
	padding: 10px 50px 200px 50px ;
	width: 100%;
	text-align:left;
	}

.rightContent {
	float: left;
	margin: 5px 5px 0px 5px;
	text-align:left;
	padding-left: 20px; 
	padding-bottom: 100px;
	}

.rightContentTitle {
	font-size: 170%;
	color: #0f2d6f;
}
.rightContentSubTitle {
	color: #0f2d6f;
}
.movie {
	text-align: center;
}
/* -- footer -- */
/*---------------------------------------------------*/
.footerBlock {
	clear: both;
	height:30px;
	width: 770px;
	background: #dee0e3;
}

.footer {
	margin-top:5px;
	padding-right: 25px;
	font-size: 65%;
	color : #0f2d6f;
	text-align: right;
	background: #dee0e3;
}
.footer a{
	color : #0f2d6f;
}

.displayMap { color: #FB0F0C; text-decoration: underline; cursor: pointer;}

table.greyline tr td, table.greyline tbody tr th

{
padding-top: 10px;
padding-right: 4px;
padding-bottom: 10px;
padding-left: 10px;
text-align: left;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;

}

/* front page what's new stuff.  */
.what-title {
	float:left;
	margin: 3px 15px 0px 15px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #0f2d6f;
	width: 140px;
	background: #0f2d6f;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	
}
.what-body {
	float:left;
	margin: 0px 15px 3px 15px;
	border: 1px solid #a1a1a1;
	width: 140px;
	height: 230px;
	background: white;
	font-size: 65%;
	color: #0f2d6f;
	 overflow: auto;
}

.what-content-0 a:link {color: #0f2d6f; text-decoration: none;}
.what-content-0 a:visited {color: #0f2d6f; text-decoration: none;}
.what-content-0 a:hover {color: #990000; text-decoration: none;}
.what-content-1 a:link {color: #0f2d6f; text-decoration: none;}
.what-content-1 a:visited {color: #0f2d6f; text-decoration: none;}
.what-content-1 a:hover {color: #990000; text-decoration: none;}


.what-content-0 {
	padding: 7px;
	text-align: left;
	background-color: #e1e1f1;
	}

.what-content-1 {
	padding: 7px;
	text-align: left;
	background-color: #fff;
	}

/* front page stuff.  */
div.front-address {
	text-align: left;
	padding: 10px 20px 10px 30px;
}



.front-ad {
	float:left;
	margin: 3px 5px 3px 25px;
	border: 1px solid #a1a1a1;
	width: 123px;
	height: 85px;
	background: white;
	
}

/* set the backgrounds */
.front-one {
	background: url(images/chart.jpg );
	border: 1px solid #a1a1a1;
}

.front-two {
	background: url(images/puzzle.jpg );
	border: 1px solid #a1a1a1;
}

.front-three {
	background: url(images/laptop.jpg );
	border: 1px solid #a1a1a1;
}

.front-hide {
	float: left;
	display: none;
	width: 100%;
	text_align: center;
	margin-top: 15px;

	font-size: 90%;
	font-weight: bold;
	color: #990000;

	/* cover off the transparency for most browsers */
	background-color: white;

	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}

thead td {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
}

td ul {
	margin: 5px;
	padding: 10px;
}

td li {
	margin: 5px;
	padding: 0px;

}

span.pmp-text {
	color: #005387;
	font-style: italic;
	font-weight: bold;
}

span.pmp-text span{
	color: #666;
	font-style: normal;
}

