body
{
	background-color: #d5d5d5;
	font-family: Arial, Sans Serif;
	font-size: 10pt;
}

#content
{
	width: 950px;
	height: 620px;
	display: block;
	position: relative;
	margin: auto;
	/* Takes care of horizontal alignment in standards compliant browsers */
}

#homecontentarea
{
	width: 950px;
	height: 600px;
	display: block;
	background-color: white;
	position: relative;
}

#contentarea
{
	width: 950px;
	height: 600px;
	display: block;
	background-color: white;
	position: relative;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
}

#footer
{
	width: 950px;
	height: 20px;
	display: block;
	position: relative;
	margin: auto;
}

#footerbox
{
	width: 300px;
	height: 20px;
	display: block;
	position: relative;
}

#homelinkbox
{
	width: 204;
	height: 20px;
	display: block;
	position: relative;
}

#navbox
{
	width: 200px;
	height: 12px;
	display: block;
	position: relative;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	clear: both;
}

#subnavbox
{
	width: 150px;
	height: 12px;
	display: block;
	position: relative;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	clear: both;
}


#separatorbox
{
	width: 130px;
	height: 12px;
	display: block;
	position: relative;
	margin-left: 24px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px #CCC solid;
	text-align: left;
	float: left;
}

.separator
{
	float: left;
}


.homepics { margin-top: 60px; }

.insidecontent
{
	margin-top: 25px;
	margin-left: 0px;
}

h2
{
	color: gray;
	font-size: 16pt;
	margin-top: 0px;
	letter-spacing: 1pt;
	font-weight: lighter;
	margin-right: 60px;
	margin-left: 10px;
	text-align: left;
}

h3
{
	color: gray;
	font-size: 12pt;
	letter-spacing: 1pt;
	font-weight: lighter;
	margin-right: 60px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: left;
}

p
{
	color: gray;
	font-size: 10pt;
	margin-top: 0px;
	margin-right: 60px;
	margin-left: 10px;
	line-height: 13pt;
	text-align: left;
}


.form
{
	color: gray;
	font-size: 10pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	line-height: 13pt;
	text-align: left;
}

.formtext
{
	color: gray;
	font-size: 10pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 13pt;
	text-align: left;
}

.textarea
{
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	color: #000;
	font-size: 10pt;
}

.homelink
{
	color: gray;
	font-size: 9pt;
	padding-top: 0px;
	letter-spacing: 0.5pt;
	text-align: right;
}

.navstyle
{
	color: gray;
	font-size: 9pt;
	letter-spacing: 1pt;
	padding-left: 24px;
	text-align: left;
}

.subnavstyle
{
	color: gray;
	font-size: 9pt;
	letter-spacing: 1pt;
	padding-left: 50px;
	text-align: left;
}

.navstyleact
{
	color: #CCC;
	font-size: 9pt;
	letter-spacing: 1pt;
	padding-left: 24px;
	background-image: url(images/nav_act.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.subnavstyleact
{
	color: #CCC;
	font-size: 9pt;
	letter-spacing: 1pt;
	padding-left: 50px;
	background-image: url(images/subnav_act.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.sectionact
{
	color: #CCC;
	font-size: 9pt;
	letter-spacing: 1pt;
	padding-left: 24px;
	text-align: left;
}

.copyright
{
	color: gray;
	font-size: 7pt;
	padding-top: 4px;
}

#nomargins { margin: 0px; }

a:link
{
	color: gray;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: gray;
	font-weight: bold;
	text-decoration: none;
}

a:visited:hover
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
