body {
	margin: auto;
	text-align: center;
	background-color: #ffffff;
	background:url('../images/homepage_background.jpg') repeat-y left top;
	}

#header {
	margin: auto;
	width: 950px;
	height: 185px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000066;
	}

#header .floatleft {
	float: left;
	margin-right: 10px;
	}

#header .floatright {
	float: right;
	margin-left: 10px;
	}

#header h1 {
	float: right;
	width: 500px;
	font: 16px arial, helvetica;
	color: #fff000;
	font-weight: bold;
	}

#header h2 {
	float: right;
	margin-right: 10px;
	width: 450px;
	font: 14px arial, helvetica;
	color: #00ffff;
	font-weight: bold;
	}

#header h3 {
	float: left;
	width: 250px;
	font: 14px arial, helvetica;
	color: #00ffff;
	font-weight: bold;
	margin-right: 100px;
	}

#links {
	margin: auto;
	text-align: center;
	width: 930px;
	padding-top: 10px;
	padding-left: 20px;
	background-color: #c0c0c0;
	}

#links hr {
	height: 5px;
	width: 100%;
	color: #000066;
	background-color: #000066;
	}

#links .style1 {
	font: 14px arial, helvetica;
	text-align: left;
	color: #000066;
	font-weight: bold;
	padding-top: 0px;
	}

#links A:link {
	color: #800000; 
	font-size: 12px; 
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	background-color: #c0c0c0;
	}

#links A:visited {
	color: #800000; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: arial, helvetica;
	text-decoration: none;
	background-color: #c0c0c0;
	}

#links A:hover {color: #000066;}

#content {
	margin: auto;
	width: 950px;
	padding-left: 10px;
	padding-right: 10px;
	}

#content hr {
	color: #000066;
	height: 3px;
	}

#content table {
	border: 5px ridge #ce0004;
	}

#content .th {
	text-align: center;
	background-color: #000066;
	vertical-align: top;
	}

#content .td1 {
	width: 70%;
	text-align: center;
	vertical-align: top;
	}

#content .td2 {
	text-align: center;
	width: 30%;
	padding: 3%;
	vertical-align: top;
	background-color: #ce0004;
	}

#content img.floatleft {
	float: left;
	margin-right: 10px;
	}

#content h1 {
	font: 16px arial, helvetica;
	text-align: center;
	color: #000066;
	font-weight: bold;
	padding-top: 0px;
	}

#content h2 {
	font: 16px arial, helvetica;
	text-align: center;
	color: #00ffff;
	font-weight: bold;
	font-style: italic;
	padding-top: 5px;
	}

#content h3 {
	font: 12px arial, helvetica;
	text-align: center;
	color: #00ffff;
	font-weight: bold;
	font-style: italic;
	}

#content h4 {
	font: 14px arial, helvetica;
	text-align: center;
	color: #00ffff;
	font-weight: bold;
	}

#content p {
	font: 12px arial, helvetica;
	text-align: left;
	color: #000000;
	font-weight: bold;
	padding-top: 0px;
	}

#content .style1 {
	font: 18px arial, helvetica;
	color: #fff000;
	font-weight: bold;
	}

#content .formbutton {
	cursor: pointer;
	width: 230px;
	height: 30px;
	border: 4px solid #000066;
	background: #ffffff;
	color:#000066;
	font-weight: bold;
	}


#content .button {
	display: block;
	cursor: pointer;
	width: 225px;
	height: 20px;
	font-size:10pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	line-height: 1.3em;
	border: 4px solid #000066;
	text-decoration: none;
	}

#resources {
	width: 950px;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: #000066;
	}

#resources A:link {
	color: #00ffff; 
	font-size: 12px; 
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	}

#resources A:visited {
	color: #00ffff; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: arial, helvetica;
	text-decoration: none;
	}

#resources A:hover {color: #ff0000;}






