*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #136 url(img/background.gif) repeat;
/*	background-color: #136; */
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
	vertical-align: top;
	font-size: 10pt;
	color: #888;
	line-height: 14pt;
}

#primary
{
	margin: 0 auto;
	width: 600px;
	background: #FFF url(img/primary4.gif) 50% 0;
	text-align: center;
}

#header
{
	background-color: #136;
	width: 500px;
	height: 90px;
	margin: 0 50px;
	padding-top: 5px;
}

#header h1
{
	height: 80px;
	width: 500px;
	text-indent: -5000px;
	background: url(img/logo3.gif) no-repeat 50% 100%;
	border-top: 1px solid #8C4;
	border-bottom: 1px solid #8C4;
}

#nav
{
	width: 500px;
	background-color: #136;
	margin: 0 50px;
	padding-bottom: 5px;
	border-bottom: 1px solid #8C4;
}

#nav li
{
	list-style: none;
	display: inline;
}

#nav a
{
	text-decoration: none;
	font-weight: bold;
	color: #8C4;
	padding: 1px 10px;
}

#nav a:visited
{
	color: #8C4;
}

#nav a:hover
{
	color: #FC0;
}

#main
{
	text-align: left;
	margin: 0px 50px;
	padding: 10px 20px 30px 20px;
	color: #222;
	border-top: 5px solid #136;
	border-bottom: 5px solid #136;
	background: url(img/main.gif) no-repeat right bottom;
}

#main p { padding: 10px 0; }

#main a:link
{
	text-decoration: none;
	color: #136;
	border-bottom: 1px dashed #136;
}

#main a:visited
{
	text-decoration: none;
	color: #136;
	border-bottom: 1px dashed #136;
}

#main a:hover
{
	color: #222;
	border: none;
	/*border-bottom: 1px dashed #8C4;*/
	background-color: #8C4;
}

#main li
{
	list-style: none;
	padding: 5px 20px;
}

#main ul.tight
{
	padding: 10px 0;
}

#main .tight li
{
	padding: 0 20px;
}


#main img.rightfloat
{
	float: right;
	padding: 5px;
	margin: 0 -70px 0 0;
	background-color: transparent;
}

#main img.leftfloat
{
	float: left;
	padding: 5px;
	margin: 0 0 0 -70px;
	background-color: transparent;
}

h2
{
	color: #136;
	border-bottom: 1px solid #136;
	font-size: 18pt ;
	line-height: 20pt;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
}

.block
{
	border-bottom: 1px dashed #8C4;
	padding: 5px 0px;
}

.pad
{
	padding: 5px 0px;
}

em { font-style: italic; }

strong
{
	font-weight: bold;
	color: #136;
}

.envy
{
	background-color: #8C4;
	color: #136;
	border-color: #8C4;
	border-width: 0px 3px 0px 3px;
	border-style: solid;
}

#contact p
{
	padding: 2px 0px;
}

input
{
	background-color: #EEE;
}

.req
{
	background-color: #BCD;
}