/* CSS Document */

	body {
		background-image:  url(splash/mid_bg.png);
		background-repeat: repeat-x;
		background-color:#000000;
		text-align: center;		
	}


	#container {
		background-image:  url(splash/mid_bg.png);
		background-repeat: repeat-x;
		width: 1000px;
		margin-right: auto;
		margin-left: auto; 
		background-color: #none;
	}

	#header {
		background-image:  url(images/header2.png);
		background-repeat: no-repeat;
		width: 1000px;
		height: 355px;
		margin-left: 0px;
		

	}

	#middle {
		width: 700px;
		margin-right: auto;
		margin-left: auto;

	}

	#footerbg {
		width: 1000px;
		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-right: 40px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	h1 {
		font-family: Arial;
		font-size: 20px;
		font-weight: normal;
		color: #133a5d;
		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: 13px;
		margin-right: 5px;
		margin-bottom: 15px;
	}
	h3 {
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
		color: #236198;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px solid #e8dfbb;
		margin-top: 15px;
		margin-left: 13px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #414141;
		text-decoration: none;
		margin-top: 0px;
		margin-left: 0px;
		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: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
/* 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;
	}
	
	

