@charset "UTF-8";
/* CSS Document */

/* Creates centering page for align center pages*/

body {
	background: url(../images/bkg_sub.gif) repeat-x;
	margin: 0;
	text-align: center;
	font: 100%/120% 'Trebuchet MS', Arial, Helvetica, sans-serif, mono;
}

img { border: 0; }

a { outline: none; }

input { border: 1px solid #ccc; }

/* Liquid Layout for Content */



.pageContainer {
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
	text-align: left;
    width: 1000px;
    padding: 0;
    
}

/* Containers */


#logoContainer {
	top: 0px;
	width: 307px;
	height: 75px;
	left: 0px;
	z-index: 3;
	position: absolute;
}

#mainNav {
	top: 75px;
	left: 0px;
	width: 307px;
	height: 241px;
	position: absolute;
	
}



#navWrapper{
	top: 0px;
	width: 307px;
	height: 241px;
	position: absolute;
	
}

#headerWrapper{
	top: 0px;
	width: 693px;
	height: 241px;
	position: relative;
	
}



#bodyContainer img{
	padding: 0px;
	border: 0;
}

/* Main nav styles */

#mainNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
	
	
}



/*#mainNav li {
	width: 307px;
	height: 33px;
	
}*/

/* Body Copy */

#bodyContent {
	top: 0px;
	left: 0px;
	position: absolute;
	padding-top: 28px;
	padding-left: 12px;
	padding-right: 24px;
	line-height: 16px;
	}
#bodyContent p {
	font-size: 11px;
	text-align: justify;
}

#bodyContent h1 {
	color: gray;
	font-weight: lighter;
	font-size: 11px;
	text-align: justify;
	
}

#bodyContent h2 {
	color: blue;
	line-height: 16px;
	font-weight: lighter;
	font-size: 11px;
	text-align: justify;
	
}

.bluetext {color: #0066CC}

/* Footer Layout */




#footer p {
	color: gray;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
    
    
    
}

#footer a, a:visited {
	color: gray;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
    
    
    
}

#footer a:hover, a:active{
	color: #0066CC;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: underline;
    
    
    
}

