@charset "utf-8";
body {
	background: #fff;
}

body, h1, h2, h3, h4, h5, h6, p, input, textarea, option, li, dt, dd, td, th {
	font: normal normal normal 1em verdana,arial,helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #030;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .8em;
}

p, li {
	line-height: 1.6em;
}

.reddish {
	color: #800;
}

.forestgreen {
	color: #060;
}

.golden {
	color:  #CD950C;
}

.contentheading, .componentheading {
	/*font-size: 1.8em;
	font-weight: bold;
	color: #030;*/
	display: none;
}

a {
	color: #030;
	font-weight: bold;
}

a:hover {
	color: #f60;
}

a img {
	border: none;
}

img {

}

form table {
	border: 1px solid #000;	
	width: 100%;
}

form table tr td, form table tr th {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #000;
}

form table tr th {
	background: #ffc;
	font-weight: bold;
	text-align: center;
}

.contentpane table, .contentpane td, .contentpane th {
	border: none;
}




#container {
	width: 950px;
	margin: 30px auto 20px auto;
}

#header {
	height: 181px;
}

#header img {
	border: none;
}

#logo {
	float: left;
	width: 750px;
	height: 90px;
}

#patch {
	float: right;
	width: 187px;
	height: 181px;
}

#motto {
	float: left;
	text-align: center;
	padding: 5px;
	width: 740px;
	margin-top: -20px;
}

#motto img {
	float: right;
	margin-top: -20px;
}

#motto h3 {
	font-size: 1.4em;
	color: #030;
	font-weight: bold;
}

br.clearall {
	clear: both;
}

#nav {
	padding: 0 5px 0 5px;
	min-height: 20px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	font-size: 1em;
	font-weight: bold;
	float: left;
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
}

#maincontent {

}

#message {
	background: #fcf;
	border: 1px dotted #900;
	padding: 5px;
}

#footer {
	border-top: 3px solid #900;
	margin: 10px 0;
}

#footer p {
	text-align: center;
	color: #030;
	font-weight: bold;
}
