@charset "UTF-8";

/* =========Layout Elements========= */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #1e5278;
	background: url(images/BlueWhiteBG.jpg) no-repeat top center fixed;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 920px;  
	margin: 0 auto; 
	text-align: left; 
} 

/* =========Header Elements========= */
#header { 
	height:156px; 
	width:900px;
	padding: 0 10px 0 20px;  
} 
 #header h1 {
	margin: 0;
	padding: 0; 
}

#navHolder {
	width:900px;
	float:right;
	font-size:0.9em;
	font-weight:400;
	text-aling:right;
	}

/* =========Side Bar Elements========= */
 #sidebar1 {
	float: right; 
	width: 225px; 
	height:616px;
	right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background: url(images/sidebarBG.jpg) no-repeat center; 
	padding: 0px 10px 10px 10px ;
}

#sidebar1 .sideUp {
	margin-top:0px;
}

#sidebar1 p {
	padding-left:15px;
}

/* =========Main Content Elements========= */

#mainContent { 
	margin: 0 245px 20px 0; 
	padding: 0 20px 10px; 
	width:594px;
	min-height:400px;
	height:auto;
		
} 

#mainContent  p,
#mainContent h2,
#mainContent h3,
#mainContent img,
#mainContent li {
padding:0px;
}

/* =========Sub Page content Elements========= */

#subContent { 
	margin: 0 245px 20px 0; 
	padding: 0 20px 10px; 
	background-color:#FFF;
	width:594px;
	min-height:400px;
	height:auto;
		
} 

#subContentTop{ 
	margin: 10px 245px -20px -5px; 
	background: url(images/pageHead.gif) no-repeat;
	height:83px;
	width:640px;
} 

#subContent  p,
#subContent h2,
#subContent h3,
#subContent img,
#subContent li {
padding:0px;
}

#subContent  p {
	background-color:#FFF;
}




/* =========Footer Elements========= */
#footer { 
	padding:0px; 
	margin-bottom:20px;
	width:955px;
	clear:both;
	text-align:center;
	color:#FFF;
	margin:0 auto;
	display:block;
} 
#footer p, #footer a, #footer img {
	margin: 0; 
	padding: 10px 0;
	text-align:left;
}






/* =========Style Elements========= */

.right { 
	float: right;
	margin-left: 8px;
}
.left  { 
	float: left;
	margin-right: 8px;
}
.clearer { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img { behavior: url(iepngfix.htc); }

#footer p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	}
	
	
a img {
	border:0 none;
	}
	
a:link {
	color: #1e5278;
	font-weight:bold;
	}
	
#footer a {
	color: #FFF;
	font-weight:bold;
}

a:visited {
	color: #1e5278;
	font-weight:bold;
}
a:hover {
	color:#333333;
	font-weight:bold;
}

#footer a:hover {
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}

#sidebar1 a {
	text-decoration:none;
	}
