/*General Reset and Webpage Settings*/	

	
	html{
	text-align: center;
	height: 100%;
	color: #000000;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}
	
	body{
	height: 100%;
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	}
		
	li li, li p, p, blockquote p {font-size:1em}
	
	h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin-bottom: 1em;
	}

		* {padding: 0px; margin: 0px;}
	li {
	margin-left: 15px;
	}
	ul {
	margin: 10px 0px;
	}
		
	h1 {
	font-size: 1.8em;
	font-weight: bold;
	}

	h2 {
	font-size: 1.4em;
	font-weight: bold;
	}
	p {
	font-size: 1.1em;
	}
	
	* html #container
{
height: 100%;
}
	#container{
	width: 644px;
	min-height: 100%;
	margin: 20px auto -20px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	position: relative;
	text-align: left;
	}

#header {
	background-image: url(images/header.jpg);
	height: 150px;
	width: 644px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
}	

#header h1 {
	width: 308px;
	height: 64px;
	float: left;
	}
	#header h1 a { /* mimicks image map */
	width: 308px;
	line-height: 64px;
	display: block;
	text-indent: -9000px;
	margin-top: 45px;
	margin-left: 5px;
	}

#menu {
	height: 38px;
	margin: 0px 4px;
	padding: 0px;
	width: 636px;
	background-image: url(images/shadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu li {
	display: inline;
	color: #EFEFEF;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
	line-height: 28px;
	margin: 0px 65px;
}
#menu a {
	color: #EFEFEF;
}

#menu ul {
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 29px;
}



#content {
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	width: 636px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content li {
	margin-left: 50px;
	color: #000000;
	font-size: 1.1em;
	list-style-type: disc;
}
#content p {
	color: #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 2px;
	font-size: 1.1em;
}
#content h1 {
	color: #364071;
	margin: 20px 10px 0px;
	padding: 0px;
	font-size: 1.3em;
	font-weight: bold;
}


	#footer{
	position: relative;
	margin-top: -15px;
	width: 644px;
	margin-right: auto;
	margin-left: auto;
	}
#images {
	width: 196px;
	float: left;
	margin: 20px 10px 0px 15px;
	background-color: #F7F7F7;
	height: 100px;
	clear: left;
}
#images img {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	clear: left;
}

.about_content {
	width: 520px;
	float: left;
	margin: 0px auto 20px 30px;
	padding: 0px;
	height: 160px;
	background-color: #F8F8F8;
}

.about_content ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.about_content li {
	margin-left: 50px;
	color: #000000;
	font-size: 1.1em;
	list-style-type: disc;
}
.about_content p {
	color: #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 2px;
	font-size: 1.1em;
	float: left;
	width: auto;
}
.about_content h1 {
	color: #364071;
	margin: 10px 10px 0px;
	padding: 0px;
	font-size: 1.3em;
	font-weight: bold;
	clear: none;
}
.about_content img {
	margin: 5px;
	clear: left;
	float: left;
}








form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	padding: 0px;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	width: 490px;
	margin-right: 5px;
	margin-left: 5px;
}

form fieldset legend {
	font-size:1.3em; /* bump up legend font size, not too large or it'll overwrite border on left */
	font-weight: bold;
	color: #364071;
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-size: 1.1em;
	color: #000000;
}

form input, form textarea {
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

</style>
