@charset "utf-8";

/* CSS Document */



body{ 

	background: #2C3D52;
	
	}



#container {

	margin: 0 auto;

	width: 1000px;

	background: #2C3D52;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	}



#wrapper {

	border: #D98583 1px solid;

	}



#header {

	margin-top: 5px;

	width: 100%;

	background-color: #FFF;

	height: 100px;

	border-bottom: thick solid #D98583;

	border-top: thick solid #D98583;

	}

	

#headerImg {

	width: 998px;

	height: 100px;

	background-color: #2C3D52;

	background-image: url(images/headerbg.png);

	background-repeat: no-repeat;

	}	

	

#Logo {

	float: left;

	height: 100px;

	width: 150px;

}	



#innerWrapper{

	width: 100%;

	height: 100%;

}



#leftPanel {

	background-color: #2C3D52;

	margin-top: 15px;

	width: 120px;

	height: 100%;

	padding: 2px;

	float: left;

	}

	

#navBar{

	margin: 10px;

   	text-align: left; 

	font-family: Arial, Helvetica, sans-serif;

	font-size: 90%; 

	letter-spacing: 0.04em; 

	position: relative;

	width: 100px;

	

}



#navBar ul{

	position: inherit;

	padding: 0;

	list-style: none;

	width: 100%;

	margin: 5% 2%;

	text-decoration: none;

	}



#navBar li{

	padding: 5px;

	display: block;

	text-decoration: none;

	color: #000;

	font-weight: bold;

	height: 35px;	

	margin: 2px 0 0;

	padding: 0;

	text-transform:uppercase;

		}



.navBar li{

	display: block;

	padding: 0;	
	
	text-transform:uppercase;

	}



.navBar a{

	position: inherit;

	float: left;

	display: block;

	font-size: 12px;
	 
	color: #000;

	text-decoration: none;

	margin: 0 2px 0 0; /*Margin between each menu item*/

	padding: 5px 10px;

	background-color:#FBDDE6;

	height: 15px;	

	width: 80px;

	}

	

.navBar a:hover{

	border: 1px solid #EB8F8F; 
	
	color: #000;

	}



.navBar #current a{ /*current menu selection*/

	background-color: #EB8F8F;
	
	color: #000;

	}

	

#content {

	width: 675px;

	background-color: #FFF;

	height: 100%;

	padding: 15px;

	float: left;

	min-height: 500px;

	}	



#content a{

	color: #000;

	}

	

#content a:hover{

	color: #000;

	font-weight: bold;

	}	

	

#content a:visited{

	color:#A7011E;

	text-decoration: none;

	}

	

#imagePanel {

	width: 19%;

	width: 160px;

	float: right;

	background-color: #2C3D52;

	height: 100%;

	color: #FFFFFF;

	padding: 3px;

		}



#imagePanel img{

	width: 90%;

	height: 130px;

	}

	

ol{

	padding-left: 20px;

	text-align: justify;

		}

		

.logo li{

	list-style-image: url(images/ListLogo.png);

}



.message p{

	font-size: large;

	color: #D98583;

}

			



#footer{

	border-top: thick solid #D98583;

	background-color: #2C3D52;

	width: 100%;

	height: 65px;

	padding-top: 5px;

	color: #FFF;

	font-size: smaller;

	position: relative;

	clear: both;

	}

	

#footer a{

	color: #FFF;

	font-size: smaller;

	text-decoration: none;

	}

	

#footer a:hover{

	color: #FBDDE6;

	font-size: smaller;

	text-decoration: none;

	}

	

#footer p{

	color: #FFF;

	font-size: smaller;

	}		

	

#header h1{

	color: #A7011E;

	text-align:center;	

	font-family:"Americana BT", "BernhardFashion BT", "Calligraph421 BT", "Comic Sans MS", "Hobo Std", sans-serif;

	}
	

h1 {

	color:	#7E7E38;

	text-align: center;

	}

	

h2 {

	color:	#C64E51;
	
	font-weight: 900;

	text-align: center;

	}	

	

h3 {

	color:	#A7011E;

	text-align: center;

	}	

		

	

table{

	border: ridge thick #A7011E;


	
	}	



.rowA{

	background-color: #D98583;

}



.rotatorControls a{

	font: bold smaller Arial;

	color: #FAF0C2;

	text-decoration: none;

	}

	



