/* CSS Document */

	body {
		background-image: url('images/body_bg.jpg'); 
		/* background-repeat: repeat-x; */
		/* background-color:#2E88C7; - IE Color */
		text-align: center;		
	}
	

	#container {
		background-image: url('images/header_bg.jpg');
		background-repeat: repeat-x;
		width: auto;
		margin-right: auto;
		margin-left: auto; 
		background-color: #none;
	}

	#innercontent {
		width: 650px;
		margin-right: auto;
		margin-left: auto;				
		/* margin-left: 188px; IE Width */	
	}
	
	#content {		
		background-image: url('images/content_bg.png');
		background-repeat: repeat-y;
		width: 775px; 
		height: auto;
		margin-right: auto;
		margin-left: auto;				
	}
	
	#contentsplash {		
		width: 775px; 
		height: auto;
		margin-right: auto;
		margin-left: auto;				
	}
	
	#contentheader {
		background-image: url('images/content_header.png');
		background-repeat: no-repeat;
		width: 775px;
		height: 31px;
	}
	
	#splashpage {
		width: 775px;
		height: 500px;
	}

	#topmenu {
		background-image: url('images/menu_bg.png');
		background-repeat: no-repeat;
		/* float: left; */
		position: relative;
		width: 775px;
		height: 33px;
		text-align: center;
	}
	

	#header {
		background-image: url('images/header_bg.jpg');
		background-repeat: repeat-x;
		width: 775px;
		height: 214px;
		

	}

	#footer {
		background-image: url('images/content_footer.png');		
		background-repeat: no-repeat;
		width: 775px;		
		height: 60px;
		margin-right: auto;
		margin-left: auto;

	}






/* General Use Styles */	
	p {
		font-family: arial;
		text-align: left;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		margin-left: 20px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	h1 {
		font-family: Arial;
		font-size: 20px;
		font-weight: normal;
		color: #B10000;
		text-decoration: none;
		text-align: left;
		padding-top: 10px;
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	h2 {
		font-family: "Century Gothic";
		font-size: 16px;
		font-weight: bold;
		color: #454545;
		text-decoration: none;
		text-align: left;
		margin-top: 10px;
		margin-left: 15px;
		margin-right: 5px;
		margin-bottom: 15px;
	}
	h3 {
		font-family: Arial;
		font-size: 18px;
		font-weight: normal;
		color: #B10000;
		text-decoration: none;
		text-align: left;
		padding-top: 10px;
		margin-top: 0px;
		margin-left: 50px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #414141;
		text-decoration: none;
		margin-top: 10px;
		margin-left: 20px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
	li {
		font-size: 12px;
		font-weight: bold;
		list-style-type: none;
		text-align: left;
		background-image: url('images/list_item_arrow.png');
		background-repeat: no-repeat;
		background-position: center left;
		padding-left: 20px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
/* These are the Main Menu Links */	
	.navlist {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #3D7EB9;
		text-decoration: none;
	}
	A:Link {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #3D7EB9;
		text-decoration: none;
	}
	A:Visited {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #3D7EB9;
		text-decoration: none;
	}
	A:Active {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #3D7EB9;
		text-decoration: none;
	}
	A:Hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #155397;
		background-color: none;
		text-decoration: underline;
	}
	
	
/* These are the Side Menu Links */	
	
	#topmenu ul {
		list-style-type: none;
		height: 33px;
		width: 90px;
	}
	
	#topmenu li {
		position: relative;
		list-style-type: none;
		margin-top: 0px;
		height: 33px;
		width: 90px;		
	}
		
	#topmenu a {		
		display: inline;
		width: 90px;
		height: 33px;
		font-family: Arial;
		margin-left: 0px;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		color: #ffffff;
		padding-top: 10px;
		padding-bottom: 0px;
	}
	 
	#topmenu a:hover {		
		color: #ffe9c3;
		background-image: url('images/menu_over.png');
		background-repeat: repeat-x;
		text-decoration: none;
		height: 33px;
		width: 90px;
	}
	