/* General Layout */
body {
	background-color: #EBEBD6;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#center {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bodyblockouter {
	WIDTH: 720px;
	position: relative;
	background-image: url(images/bg.gif);
	margin: auto;
	padding: 0px;
	border: 1px solid #333333;
}
a  {
	color: #375C87;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
	color: #6F95C4;
}
img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clear {
	CLEAR: both;
	font-size: 9px;
	}

/* left side */
#leftnav {
	WIDTH: 155px;
	clear: left;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
#leftnav a {
	color: #D2D1A4;
}

#leftnavlinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	display: block;
	font-weight: bold;
}
#leftnavlinks A {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	margin-right: 1px;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	background-color: #6F95C4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
}
#leftnavlinks A:hover {
	color: #333333;
	background-color: #CCCC99;

}

#leftnav p {
	font-size: 12px;
	padding-left: 10px;
}
#logobar #logo {
	float: left;
	width: 151px;
}
#leftnav .subnav A {
	color: #D2D1A4;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	margin-top: 5px;
	padding-bottom: 2px;
	margin-right: 1px;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	background-color: #4470A6;
}
#leftnav .subnav A:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7EA0CB;
}


/* right side */
#contright {
	WIDTH: 565px;
	text-align: left;
	float: right;
	vertical-align: top;
}
#headbar {
	width: 700px;
	clear: both;
	display: block;
	background-color: #D2D1A4;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#logobar {
	text-align: right;
	background-color: #FFFFFF;
}
#maincontent {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 16px;
}
#maincontent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #375C87;
	margin-bottom: 15px;
	font-style: italic;
	margin-top: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #375C87;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#maincontent p {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#maincontent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #375C87;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
}

