/* CSS Document */
.spacer{height:5px;}
.linker{float:right;}
.pdf{float:right;padding-right:10px;}
#header
{
	font-size: 11px;
	font-weight: bold;
	color: #526A5E;

}
#container
{
	width: 860px;
	margin: 10px auto 10px auto;
	background-color: #E4E8E6;
	color: #333;
	line-height: 130%;
	border-top: 2px solid #526A5E;
	border-right: 2px solid #526A5E;
	border-left: 2px solid #526A5E;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #526A5E;
}

#top
{
	padding: 5px;
	background-color:#E4E8E6;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #526A5E;
}

#banner {
	margin: 0px;
	background-color: #E4E8E6;
	padding: 0px;

}

#flash {
	margin: 0px;
	background-color: E4E8E6;
	padding: 0px;

}

img#titletext {
	float: right;
	padding: 0px;
	margin: 0px;
	clear: both;

}

img#logo {
	float: right;
	clear: right;
	padding: 0px;
	margin: 5px 0px 0px;;

}

#nav {
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #526A5E;
	border-left: none;
	z-index: 200;
	margin: 0px;
	background-color: #B5C0BC;
}

#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
}

#nav a:link, #nav a:visited {
font-weight: bold;
	color: #526A5E;
	
}
#nav a:hover, #nav a:active {
font-weight: bold;
	color: #E4E8E6;
}


 #rightnav
{
	width: 190px;
	margin: 5px;
	padding: 0px;
	float: right;
	text-align: center;
}

#clock {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#maincontent
{
	margin-right: 210px;
	border-right: 1px solid gray;
	padding: 1em;
	padding-top:30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #526A5E;
}

h3 {
	text-align:center;
	color: #526A5E;
	font-size: 14px;
}

div#update {
	padding: 5px 0px 5px 5px;
	margin: 0%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #526A5E;
	height: 85px;
}
#update_pic {
	float: left;
	padding: 1px;
	margin: 0px;
	border: 1px solid #666666;
}
#update_text {
	padding: 2px 5px 2px 130px;
	clear: right;
	margin: 0%;
}

#rule {
	border-top-width: 1px;
	border-top-style: solid;
	margin: 0%;
	border-top-color: #526A5E;
	border-right-color: #526A5E;
	border-bottom-color: #526A5E;
	border-left-color: #526A5E;
	padding-right: 10px;
	padding-left: 10px;
}

#footer
{
	height: 12px;
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #333;
	background-color: #B5C0BC;
	border-top: 1px solid #526A5E;
	text-align: center;
}

#footer a:link, div#footer a:visited {
font-weight: normal;
	color: #526A5E;
}
#footer a:hover, div#footer a:active {
font-weight: normal;
	color: #E4E8E6;
}

#rightnav p {
	margin: 0;
	padding: 0px;
}
#maincontent h2 { margin: 0 0 .5em 0; }


a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #394A42;
}

a:hover, a:active {
	text-decoration: none;
	font-weight: normal;
	color: #B5C0BC;
}


body {
	margin: 0px;
	padding: 0px;
	color: #B5C0BC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../img/pattern_5.gif);
	background-repeat: repeat;
}

#linkcontainer ul
{
list-style-type: none;
text-align: left;
}

#linkcontainer ul li a
{
background: transparent url(../img/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px;
text-decoration: none;
color: black;
}

#linkcontainer ul li a:hover
{
background: transparent url(../img/list-on.gif) left center no-repeat;
color: #526A5E;
}

#linkcontainer ul li a#current
{
background: transparent url(../img/list-active.gif) left center no-repeat;
color: #526A5E;
}
#linkcontainer {
	padding: 10px;
}

#sublink {
	padding: 5px 5px 5px 0px;
	font-weight: bold;
	margin: 0px;
}

form {
	padding: 10px;
	margin: 0px;
}

form table {
	padding: 5px;
	margin: 0px;
	border: 1px solid #E4E8E6;
	vertical-align: top;
	background-color: #E4E8E6;
}

form input {
	border: 1px solid #B5C0BC;
	vertical-align: top;
}

form button {
	border: 1px solid #B5C0BC;
	text-decoration: none;
	background-color: #E4E8E6;
}


form button a:link, form button a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #526A5E;
}

form button a:hover, form button a:active {
	text-decoration: none;
	font-weight: normal;
	color: #B5C0BC;
}

