﻿html {
	margin: 0;
	padding: 0;
	
	}



body {
	background-image: url(../bg.jpg);
	background-repeat: repeat-x;
	text-align: center; /* To get the site to center in IE*/
	width:915px;
	margin:0 auto;
	padding:0px;
	font-family: Arial;

	
}



#wrapper {
	width:915px;
	overflow:auto; /* WE ONLY NEED THIS LINE BECAUSE 	INTERNET EXPLODER ISN'T READING CODE PROPERLY */
	padding:25px 15px 15px 15px;
	text-align: left;
	background-color:#FFFFFF;
	overflow: hidden; /*  REMOVES SCROLLBARS IN IE */
	
	
}
/*
#bgcolor {
	width:900px;
	overflow:auto; 
	margin-top:50px;
	text-align: left;
	background-color:#FFFFFF;
}

*/

#logo {
	width:480px;	
	float:left;
	min-height:80px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:80px; /* for IE5.x and IE6 */

}

#tagline {
	text-align: right;
	width:300px;
	min-height:80px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:80px; /* for IE5.x and IE6 */
	float:right;
	color: #136F9B; 
	font-weight:500;	
	padding: 5px 5px 0 0;
	font-size:22px;

}





#nav {
	float:left;
	width:900px;
	color: #136F9B;
	text-align: left;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0; 
	margin:0 0 10px 0;
	padding:5px 0 5px 0;
		

}




.navItem {
	margin: 0 15px 0 15px;
	font-size: 12px;
	
}




#navItemRed a {
	text-decoration: none; 
	font-size: 12px;
	
}


#navItemRed a:hover {
	color: #800000;
	text-decoration: underline; 
	font-size: 12px;
}


#content{
	float:left;
	width:880px;
	padding:10px;

}

#footer {
	text-align: center;
	color: #136F9B;
	font-size: 12px;
	float:left;
	width:900px;
	border-top: 1px solid #C0C0C0;
	margin:0 auto;
	padding:10px 0 0 0;
	
}

.footerPipe {
	color: #136F9B;
	font-weight: bold;
	margin: 10px 7px 0 7px;
	
}

#copyright {
	text-align: center;
	color: #C0C0C0;
	font-size: 10px;
	float:left;
	width:900px;
	margin:20px 0 10px 0;
	
}

#copyright a {
	color: #C0C0C0;
	font-size: 10px;
	text-decoration: none; 
	
}

#copyright a:hover {
	color: #C0C0C0;
	font-size: 10px;
	text-decoration: underline; 
	
}



a:link, a:visited { 
	
	text-decoration: none; 
	color: #136F9B;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #136F9B;
	}