/* CSS Document */

body {
	background: #758A7C;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	}
	
img {
	border: 0px;
	}
/*main*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	}
#main {
	margin: 0px;
	padding: 0px;
	background: url(../images/contentbg.jpg);
	}
#menu {
	width: 960px;
	}
#content_container {
	background: url(../images/main_bg.jpg) no-repeat;
	padding: 10px;
	min-height: 420px;
	margin: 3px 25px 5px 25px;
	}
h1 {
	margin: 0px 0px 15px 0px;
	font-size: 20px;
	color: white;
	font-weight: bold;
	}
#text{
	margin: 10px;
	font-size: 12px;
	padding-top: 5px;
	}
#content {
	margin: 0px 10px 10px 225px;;
	}

/*home*/
#home_content {
	margin: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	}
#home_content li {
	list-style: disc;
	}	
#home_content h1 {
	margin: 0px;
	color: white;
	font-size: 16px;
	}
#homepage_footer {
	width: 753px;
	margin: 0 auto;
	margin-top: -15px;
	padding-left: 25px;

	}
	
.spacer {
	padding: 0px 3px 10px 10px;
	}
	
	
#privacy, #credit {
	font-size: 11px;
	font-weight: bold;
	color: #4e5e53;
	}
#privacy {
	float: left;
	width: 300px;
	}
#credit {
	float: right;
	width: 350px;
	text-align: right;
	}
	
/* Form styles */

#con {
	border: 1px solid black;
	width: 300px;
	}
.sub {
	border: 1px solid black;
	width: 100px;
	}
	
/* A LINKS */
#text a:active, #text a, #text a:visited {color: #447cbe; text-decoration: none; font-weight:bold; }
#text a:hover {text-decoration: underline; color: #a61804;}

#privacy a:hover, #credit a:hover {color: #ffffff; text-decoration: underline; }
#privacy a, #credit a {color: #4e5e53; text-decoration: none; }

