body {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
a {
	color: #FF9933;
}

form {
	margin: 0px;
	padding: 0px;
	width: 95%;
}
.forminput {
	width: 95%;
	font-family:"Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.formbutton {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}

#container {
	width: 750px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	height: auto;
	top: 0px;
}
#mainheader {
	height: 210px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#mainmenu {
	width: 180px;
	float: left;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#mainmenu a {
	text-decoration: none;
	padding-left: 10px;
	color: #999999;
	font-weight: bold;
	display: block;
	line-height: 30px;
	margin-left: 10px;
}
#mainmenu a:hover, #mainmenu a.menuactive {
	color: #FFFFFF;
	background-image: url(../images/menu-bg-over.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#maincontent {
	margin-left: 180px;
	border-left: 1px solid #CCCCCC;
}
#sidecolumn1 {
	display: none;
}
#sidecolumn2{
	float: right;
	width: 230px;
	text-align: right;
	margin-top: 50px;
}
#maincolumn {
	margin-left: 20px;
	line-height: 1.5;
}
#mainfooter {
	clear: both;
	height: 35px;
	line-height: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
}
#section1 {
	display: none;
}
#section2 {
}
#section3 {
	display: none;
	height: 30px;
	width: 230px;
	position: absolute;
	top: 180px;
	right: 0px;
	z-index: 100;
}
.left {
	float: left;
}
.right {
	float: right;
}
#submenu a {
	display: block;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 95%;
	color: #666666;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #D5D5D5;
	border-left-color: #D5D5D5;
}
h1, h2, h3, h4, h5, h6 {
	color: #666666;
	font-weight: normal;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#submenu a.active {
	color: #000000;
}
#submenu a:hover {
	background-color: #D5D5D5;
}
#submenu a.header {
	display: block;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 95%;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	background-color: #999999;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #999999;
}
#submenu {
	margin-bottom: 10px;
}
.subpagetitle {
	font-size: 17px;
	display: block;
}
.subpagesummary {
	font-size: 10px;
}
.subpagethumbnail {
	float: left;
}
.subpagebox {
	float: left;
	width: 270px;
	margin-bottom: 10px;
}
.forminputRequired {

	width: 95%;
	font-family:"Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF9933;
}
#rhsBox {
	background-color: #E5E5E5;
	position: relative;
	font-size: 8pt;
}
#rhsBox hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #E5E5E5;
	border-bottom-color: #FFFFFF;
	border-left-color: #E5E5E5;
	margin: 0px;
	padding: 0px;
}
