body {
	background-color: #006699;
	margin: 0px;
	padding: 0px;
}
#main{
	margin: 0px 0px 0px -400px;
	position: absolute;
	top: 30px;
	padding: 0px;
	width: 800px;
	left: 50%;
	background-color: #006699;
}
#header{
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	padding: 0px;
	width: 800px;
	background-color: #006699;
}
#maincontent{
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 275px;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
}
#col1{
	width: 215px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
}
#col2{
	margin: 0;
	width: 585px;
	padding: 0px;
	top: 0px;
	position: relative;
	float: right;
	z-index: 2;
}
#leftmenu {
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 50px;
	padding-left: 26px;
	padding-bottom: 20px;
}
#leftmenu p {
	color: #333333;
	margin: 0px;
}
#leftmenu p.nosub {
	margin: 0px;
	width: 170px;
	line-height: 26px;
	padding-left: 18px;
	font-weight: bold;
}
#leftmenu p.nosub a, #leftmenu p.nosub a:visited{
	background-image: none;
	text-decoration: none;
	color: #333333;
}
#leftmenu p.nosub a:hover, #leftmenu p.nosub a:active{
	background-image: none;
	color: #FF6600;
	text-decoration: underline;
}
#leftmenu p.withsub {
	color: #333333;
	font-weight: bold;
}
#leftmenu p.withsub a, #leftmenu p.withsub a:visited{
	text-decoration: none;
	color: #333333;
	display: block;
	width: 170px;
	line-height: 26px;
	padding-left: 18px;
	background-image: url(../images/arrowSide.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#leftmenu p.withsub a:hover, #leftmenu p.withsub a:active{
	color: #FF6600;
	text-decoration: underline;
	background-image: url(../images/arrowDown.gif);
	background-repeat: no-repeat;
}
#leftmenu p.withsubOn{
	text-decoration: none;
	color: #FF6600;
	display: block;
	width: 170px;
	line-height: 26px;
	padding-left: 18px;
	background-image: url(../images/arrowDown.gif);
	background-repeat: no-repeat;
	margin: 0px;
	font-weight: bold;
}
#leftmenu p.withsubOpen{
	color: #333333;
	font-weight: bold;
}
#leftmenu p.withsubOpen a, #leftmenu p.withsubOpen a:visited{
	text-decoration: none;
	color: #333333;
	display: block;
	width: 170px;
	line-height: 26px;
	padding-left: 18px;
	background-image: url(../images/arrowDown.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#leftmenu p.withsubOpen a:hover, #leftmenu p.withsubOpen a:active{
	color: #FF6600;
	text-decoration: underline;
}
#leftmenu p.submenu{
	color: #FF6600;
	margin: 0px;
	padding-left: 30px;
}
#leftmenu p.submenu a, #leftmenu p.submenu a:visited{
	color: #333333;
	text-decoration: none;
}
#leftmenu p.submenu a:hover, #leftmenu p.submenu a:active{
	color: #FF6600;
	text-decoration: underline;
}
#pagefooter {
	margin: 0px;
	clear: both;
	padding: 0px;
}
#pagetext{
	font-family: Arial, Helvetica, sans-serif;
	width: 532px;
	float: right;
	margin: 0px;
	padding-top: 45px;
	padding-bottom: 20px;
}
#pagetext h1{
	color:  #FF6600;
	font-size: 20px;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
}
#pagetext p{
	color:  #006699;
	font-size: 19px;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
}
.orange{
	color:  #FF6600;
	font-style: italic;
	font-weight: bold;
}
#pagetext p a, #pagetext a:visited{
	color:  #006699;
	text-decoration: none;
}
#pagetext p a:hover, #pagetext a:active{
	color:  #006699;
	text-decoration: underline;
}
#copyrightfooter {
	height: 15px;
	width: 800px;
	clear: both;
	background-color: #006699;
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 4;
}
#copyrightfooter p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
}
