/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	clear: both;
	float: none;
	width: 780px;
	margin:0px auto;
	background-color: #00007A;
}
#topnav	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 24px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	width: 180px;
	background-color: #FFF8AB;
}

#leftcolumn p	{
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#main	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main p {
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00007A;
	border-right-color: #00007A;
	border-bottom-color: #00007A;
	border-left-color: #00007A;
	padding: 6px;
}
#main .plainblock {
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 20px;
}



#main h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #00007A;
	margin: 0px 0px 8px;
	letter-spacing: 1px;
}
#main h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
#main h3	{
	font-family: Arial, Helvetica, sans-serif;
	color: #00007A;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00007A;
	font-size: 12px;
}
#main h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #08741F;
	text-indent: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00007A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00007A;
	margin-top: 12px;
	margin-bottom: 2px;
}


#main ul	{
}
#main li	{
}
#rightcolumn {
	padding-right: 8px;
	padding-left: 8px;
}
#rightcolumn p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/bk_bl.gif);
	background-repeat: repeat;
	width: 780px;
	height: 30px;
	padding-top: 10px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



/* TYPOGRAPHY */
.yellowback {
	background-repeat: repeat;
	border: 1px solid #000000;

}
.greenback {
	background-image: url(../images/bk_gr.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #00007A;
	border-right-color: #00007A;
	border-bottom-color: #00007A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat;
	padding-left: 10px;
}
.smalltext {
	font-size: 10px;
	color: #000000;
	line-height: 12px;
}
.border {
	border: 1px solid #000000;
}
.indented	{
	margin-right: 10px;
	margin-left: 20px;
}


/* LINKAGE */
#topnav a:link, #topnav a:visited	{
	text-decoration: underline;
	color: #FFFFFF;
	text-transform: uppercase;
}
#topnav a:hover	{
	text-decoration: none;
	color: #000066;
	text-transform: uppercase;
	background-color: #FFF8AB;
}
#main a:link, #main a:visited	{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #00007A;
}
#main a:hover	{
	color:#006600;
	text-decoration:none;
}
#leftcolumn a:link, #leftcolumn a:visited	{
	text-decoration: underline;
	color: #00007A;
	padding-left: 6px;
	font-size: 12px;
	line-height: 24px;
}
#leftcolumn a:hover	{
	text-decoration: none;
	color: #FFFFFF;
	background: #000066;
	padding-left: 6px;
	display: block;
	line-height: 24px;
}
#rightcolumn a:link, #rightcolumn a:visited	{
	color:#000;
	text-decoration:underline;
}
#rightcolumn a:hover	{
	color:#000;
	text-decoration:none;
}
