/*
Original design: andreas08 (v2.0 - Jul 07, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas08/
*/
/* Body and tag styles */

* {
	margin: 0;
	padding: 0;
}

* html #navigation a {
	width: 1%;
}

a {
	background-color: inherit;
	color: #467AA7;
	font-weight: bold;
	text-decoration: none;
}

a.search {
	background-color: inherit;
	color: #467AA7;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	background-color: inherit;
	color: #2A5A8A;
	text-decoration: none;
}

body {
	background: #E8EAEC;
	color: #303030;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.4em;
	text-align: center;
}

img.bluebutton{
	background-color: transparent;
	border: 0px none;
	display: block;
	float: none;
	height: 39px;
	margin: 0 auto 15px auto;
	width: 121px;
}

img.center {
	display: block;
	margin: 0 auto 15px auto;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.left,img.center,img.right {
	border: 1px solid #A0A0A0;
	padding: 6px;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

p {
	padding: 0 0 0.6em 0;
}

p form {
	margin-bottom: 20px;
	margin-top: 0;
}

.box {
	background-color: #FAFBFC;
	border: 1px solid #C0C0C0;
	color: #505050;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	padding: 10px;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.important {
	background-color: inherit;
	color: #F02025;
	font-weight: bold;
}

/* Menublock styles */
.menublock {
	font-size: 0.9em;
	margin: 0 0 20px 8px;
}

.menublock li {
	display: block;
	list-style: none;
	margin-bottom: 2px;
	padding: 2px;
}

.menublock li a {
	font-weight: bold;
	text-decoration: none;
}

.menublock li a:hover {
	text-decoration: none;
}

.menublock li ul {
	font-size: 1em;
	font-weight: normal;
	margin: 3px 0 3px 15px;
}

.menublock li ul a {
	font-weight: normal;
}

.menublock li ul li {
	margin-bottom: 0;
}

.small {
	font-size: 0.8em;
}

/* Misc classes and styles */
.splitcontentleft {
	float: left;
	width: 48%;
}

.splitcontentright {
	float: right;
	width: 48%;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

/* Header and navigation styles */
#container {
	background: #FFFFFF;
	border: 2px solid #A0A0A0;
	color: #303030;
	margin: 20px auto;
	padding: 1px 0;
	text-align: left;
	width: 760px;
}

/* Content styles */
#content {
	float: left;
	font-size: 0.9em;
	padding: 20px 0 0 20px;
	width: 530px;
}

#content a:hover,#subcontent a:hover {
	text-decoration: underline;
}

#content dd {
	margin: 0 0 10px 15px;
}

#content dl {
	margin: 0 5px 10px 25px;
}

#content dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#content h1 {
	background-color: inherit;
	color: #505050;
	display: block;
	font-size: 1.9em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 16px 0;
}

#content h2 {
	background-color: inherit;
	color: #505050;
	display: block;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 16px 0;
}

#content h2 a {
	font-weight: normal;
}

#content h3 {
	color: #505050;
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	text-align: center;
}

#content h4 {
	color: #505050;
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	text-align: center;
}

#content ul,#content ol {
	margin: 0 5px 16px 35px;
}

/* Footer styles */
#footer {
	background: Green;
	clear: both;
	color: #F0F0F0;
	font-size: 0.8em;
	margin: 0 1px;
	padding: 5px 0;
	width: 758px;
}

#footer a {
	background-color: inherit;
	color: #F0F0F0;
	font-weight: bold;
}

#footer a:hover {
	background-color: inherit;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#header {
	background: #005301;
	color: #FFFFFF;
	height: 110px;
	margin: 0 1px 1px 1px;
	width: 758px;
}

#header h1 {
	background-color: inherit;
	color: #FFFFFF;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -0px;
	padding: 35px 0 0 20px;
}

#header h2 {
	background-color: inherit;
	color: #F0F2F4;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -0px;
	line-height: 110%;
	margin: 15px 0 5px 40px;
}

#navigation {
	background: Green;
	color: #FFFFFF;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0 1px;
	width: 758px;
}

#navigation .selected {
	background: #FFFF00;
	border: 2px #000080;
	color: #FF00FF;
	text-decoration: none;
}

#navigation a:hover {
	background: Yellow;
	color: #000000;
	text-decoration: none;
}

#navigation li {
	border-right: 1px solid #FFFFFF;
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#navigation li a {
	background-color: inherit;
	color: #FFFFFF;
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a.selected {
	background-color: Lime;
	color: #000000;
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Searchbar styles */
#searchbar {
	margin: 0 0 20px 0;
}

#searchbar #s {
	border: 1px solid #A0A0A0;
	height: 1.2em;
	margin: 0 5px 0 0;
	width: 110px;
}

#searchbar #searchbutton {
	border: 1px solid #808080;
	font-size: 0.9em;
	padding: 0 1px;
	text-align: center;
	width: auto;
}

#searchbar form fieldset {
	border: 0 solid;
	margin-left: 10px;
}

/* Sidebar styles */
#subcontent {
	float: right;
	line-height: 1.4em;
	padding: 20px 20px 10px 0;
	width: 170px;
}

#subcontent h2 {
	background-color: inherit;
	color: #505050;
	display: block;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	text-align: left;
}

#subcontent p {
	font-size: 0.9em;
	margin: 0 0 6px 0;
}

/*h1,h2,h3,h4,h5,h6{
	clear: both;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 1em;
	text-align: center;
}
*/