



/****************************
		ANCHORS
****************************/
a img{ border: 0px; padding: 0px; margin: 0px; }


a:hover{
	text-decoration: underline;
}


/****************************
		FONT
****************************/
a, h1, h2, h3, h4, h5, h6, p, ul, li{
	font-family: Tahoma;
	font-size: 12px;
}

h1{
	font-size: 20px;
	color:white;
	margin-bottom: 0;
	font-weight: bold;
}

h2{
	font-size: 14px;
	color:#424242;
	margin:0px;
}


/****************************
		BODY
****************************/
body{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url('');
	text-align: center;
}

/****************************
		WRAPPER
****************************/
#wrapper{
	width: 980px;
	text-align: center;
	background-color: #BFC4CF;
}

/****************************
		NAVIGATION
****************************/

.menu_style, .menu_style table tr td, .menu_style table{overflow:hidden; width:160px; }


#navigation{
	height: 12px;
	background-color: #017FCB;
	text-align: center;
}

#navigation ul{
	display: inline;
	list-style: none;
}

#navigation li{
	display: inline;
	list-style: none;
}

#leftnav{
	background-color: #BFC4CF;
	width: 156px;
	float: left;
	padding: 15px;
	font-family: Tahoma, "Sans-serif";
	font-size: 11px;
	text-align: left;
	overflow:hidden;
}

#navbar{
	background-color: #bfc4cf;
}

.bluelink{
	display: block;
	background-color: #017FCB;
	width: 189px;
	height: 25px;
	text-transform: uppercase;
	font-family: Tahoma, "sans-serif";
	color: white;	
}

.box{
	width: 189px;
	float: left;
	padding-right: 12px;
}

.boxnopad{
	width: 189px;
	float: right;
}

.bluelink a:link, 
.bluelink a:visited, 
.bluelink a:active {
	color: white;	
	text-decoration: none;
	font-size: 10px;

}
.bluelink a:hover{
	text-decoration: underline;
}

#childLinks{
	padding: 10px 0;
}

/****************************
		CONTENT
****************************/
#content{
	padding-top: 10px;
	background-color: white;
}
.ContentPaneTitleBODY{
	width: 794px;
	float: right;
	padding-bottom: 10px;
	background-color: white;
	text-align: left;
}

.ContentPaneTitleBODY p, .ContentPaneTitleBODY h1, .ContentPaneTitleBODY h2, .ContentPaneTitleBODY h3{
	padding-left: 20px;
	font-size: 16px;
	color: #017FCB;
	text-transform: uppercase;
}

#content-left{
background-color: #A7ADBB;
width: 488px;
float: left;
margin: 0px 2px;
padding: 20px 20px;
}

#content-left p{
text-align: left;
font-size: 12px;
}

#content-left a:link, 
#content-left a:visited, 
#content-left a:active {
	color: #017FCB;
	font-weight: bold;
	font-size: 11px;	
	text-decoration: none;
}

#content-left a:hover{
	text-decoration: underline;
}


#content-right{
	background-color: #C0C7D1;
	width: 262px;
	float: right;
	padding: 0 0px;
}

#content-right a:link, 
#content-right a:visited, 
#content-right a:active {
	color: #017FCB;
	font-size: 10px;	
	text-decoration: none;
	color: white;
}

#content-right a:hover{
	text-decoration: underline;
}

#content-right table tr td{
	padding: 0px;
	margin: 0px;
}


/****************************
		FOOTER STUFF
****************************/
#footer{
	text-align: right;
	background-color: #017FCB;
	padding: 10px 0px;
}

#footer p{
	padding-right: 10px;
	color: white;
	font-size: 9px;
}

#footer a:link, 
#footer a:visited, 
#footer a:active {
	color: white;	
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: .07em;
}
#footer a:hover{
	text-decoration: underline;
}

#subfooter{
	background-color: #A7ADBB;
	padding: 3px 0px;
}

#subfooter p{
	color: black;
	text-align: right;
	padding-right: 10px;
	font-size: 9px;

}

#subfooter a:link, 
#subfooter a:visited, 
#subfooter a:active {
	color: black;	
	text-decoration: none;
	font-size: 9px;
}
#subfooter a:hover{
	text-decoration: underline;
}


/****************************
		CLASS STUFF
****************************/
.left{
	float:left;
}

.right{
	float:right;
}

.clear{ 
	clear: both; 
}
