
/* Template styles */
#container {
	width: 735px;
}

.imageContainer{
	float:left;
	text-align: center;
	width: 210px
}

.bold{
	font-weight: bold;
}


#logo{
	float: left;
}

#print {
	position:relative;
	height: 68px;	
	text-align: right;
	float: right;	
}
#print a{
	font-family: Arial;
    font-size: 0.75em;
	padding-right: 36px;
	text-decoration: none;
	color: #000000;
}
#print a:visited {
	text-decoration: none;
	color: #000000;
}
#print a:hover {
	text-decoration: none;
	color: #336666;
}

#printButton{
	position:absolute; 
	bottom:10px; 
	left:-130px;
}

#hmenu{
	clear: both;
	width: 735px;
	height: 24px;
	border-top: 1px #D8D8D8 solid;
	border-bottom: 1px #D8D8D8 solid;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}
#hmenu a{
	font-family: Arial;
    font-size: 0.75em;
	padding-right: 36px;
	text-decoration: none;
	color: #000000;
}
#hmenu a:visited {
	text-decoration: none;
	color: #000000;
}
#hmenu a:hover {
	text-decoration: none;
	color: #336666;
}

#vmenu{
	float: left;
	width: 144px;
	padding: 10px 0 0 10px;
}
#vmenu p{
	margin-top: 5px;
	font-family: Arial;
    font-size: 0.7em;	
}
#vmenu a{
	font-family: Arial;
    font-size: 0.8em;
	width: 154px;
	display: block;
	color: #000000;
	padding-bottom: 10px;
}
#vmenu a#selected{
	color: #EB591F;
}
#vmenuhome{
	margin-top: -8px;
	float: left;
	width: 194px;
	padding: 0px 0 0 0px;
}
#vmenuhome p{
	margin-top: 0px;
	font-family: Arial;
    font-size: 0.7em;	
}
#vmenuhome a{
	font-family: Arial;
    font-size: 0.8em;
	width: 154px;
	display: block;
	color: #000000;
	padding-bottom: 10px;
}
#vmenuhome a#selected{
	color: #EB591F;
}
#vmenuhome li{
	list-style: none;
	padding: 0px;	
}

#content{
	float: right;
	width: 541px;
	padding: 10px;
	border-left: 1px #D8D8D8 solid;
	font-family: Arial;
    font-size: 0.8em;
	overflow: visible;
}
#content h1{
	font-family: Arial;
    font-size: 1.2em;
}

#content h2{
	font-family: Arial;
    font-size: 1.1em;
}

#contenthome{
	float: right;
	width: 521px;
	padding: 10px;
	border-left: 1px #D8D8D8 solid;
	font-family: Arial;
    font-size: 0.8em;
	overflow: visible;
}
#contenthome h1{
	font-family: Arial;
    font-size: 1.2em;
}

#contenthome h2{
	font-family: Arial;
    font-size: 1.1em;
}

#footer{
	clear: both;	
	border-top: 1px #D8D8D8 solid;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 60px;
	he\ight: 40px;
	width: 735px;
	font-family: Arial;
    font-size: 0.75em;
}
#footer a{
	text-align: center;
	color: #000000;
}


/* Page styles */
.faqCol1{
	float: left;
	padding-right: 11px;
	font-weight: bold;
}
.faqCol2{
	float: left;
}
.cleardiv{
	clear: both;
}


/* Forms */
.formRow{
	clear: both;
	border: 3px solid #FFFFFF;
}
.formLabel{
	float: left;
	width: 105px;
	line-height: 30px;
	font-weight: bold;
}
.formElement{
	float: left;
	line-height: 30px;
}


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