/* CSS Document */

	body {
		background-image: url('images/body_bg.jpg');
		background-repeat: repeat-x;		
		background-color:#90c1e3;
		text-align: center;
		padding:0px;
		margin:0px;
		margin-bottom:0px;
	}
	
	#container {
		width: 743px;
		margin-right: auto;
		margin-left: auto;
	}
		
	#header {
		background-image: url('images/header.jpg');
		background-repeat: no-repeat;
		width: 743px;
		height: 78px;
		margin-right: auto;
		margin-left: auto;		
	}

	#contentheader {
		width: 743px;
		height: 67px;	
		background-image: url('images/content_header.png');
		background-repeat: no-repeat;
		margin-right: auto;
		margin-left: auto;
	}
	
	#content {		
		width: 743px;
		background-color: #ffffff;
		margin-right: auto;
		margin-left: auto;
	}
	
	#contentfooter {
		width: 743px;
		height: 78px;
		background-image: url('images/content_footer.jpg');
		background-repeat: no-repeat;
		margin-right: auto;
		margin-left: auto;
	}
	

	#menu {
		background-image: url('images/menu_bg.jpg');
		background-repeat: repeat-x;
		width: 743px;
		height: 49px;
		text-align:right;		
	}
	
	#footer {		
		background-image: url('images/body_footer.png');
		width: 1000px;
		height: 55px;
		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:30px;
		margin-right:25px;
		margin-bottom: 0px;
		margin-top: 0px;
	}	
	h1 {
		font-family: Verdana;
		font-size: 20px;
		font-weight: normal;
		background-image: url('images/h1.jpg');
		background-repeat: no-repeat;
		color: #2a5477;
		text-decoration: none;
		text-align: left;		
		margin-top: 0px;
		margin-left:20px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding-left: 25px;
	}
	h2 {
		font-family: "Century Gothic";
		font-size: 16px;
		height: 25px;
		font-weight: bold;
		background-image: url('images/heading2.png');
		background-repeat: no-repeat;
		color: #bdaf77;
		text-decoration: none;
		text-align: left;
		margin-top: 10px;
		margin-left: 25px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	h3 {
		font-family: Arial;
		background-color: #D3D3D3;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		text-align: left;
		border: 1px solid #eeead9;
		margin-top: 15px;
		margin-bottom: 10px;
		text-align:center;
		align:center;
		padding:auto;
		vertical-align:middle;
	}	
	h4 {
		font-family: arial;
		text-align: right;
		font-size: 12px;
		font-weight: normal;
		color: #2a5977;
		text-decoration: none;
		margin-right:10px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #393939;
		text-decoration: none;
		margin-top: 10px;
		margin-left: 100px;
		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.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: #4c7da0;
		text-decoration: none;
	}
	A:Link {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #4c7da0;
		text-decoration: underline;
	}
	A:Visited {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #4c7da0;
		text-decoration: underline;
	}
	A:Active {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #4c7da0;
		text-decoration: underline;
	}
	A:Hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #1e425f;
		background-color: none;
		text-decoration: none;
	}
	
	

