/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** 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 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.center{
	display: block;
	margin: 0 auto 5px auto;
}

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

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

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

p{
	padding: 0 0 1.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 ****************/
#fullcontent{
	float: left;
	font-size: 0.9em;
	padding: 20px 0 0 20px;
}

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

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

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

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

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

#content h2,#fullcontent 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,#fullcontent h2 a{
	font-weight: normal;
}

#content h3,#fullcontent h3{
	font-size: 1.4em;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
}

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

/**************** Footer styles ****************/
#footer{
	background: #467AA7;
	clear: both;
	color: #F0F0F0;
	font-size: 0.9em;
	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 styles ****************/
#header{
	height:110px;
	width:758px;
	margin:0 1px 1px 1px;
	background:#467aa7;
	color:#ffffff;
}

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

#header h2{
	color: #F0F2F4;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px 0 0 40px;
}

#header img{
	float: right;
	margin: 25px 15px 5px 10px;
}

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

#navigation .selected,#navigation a:hover{
	background: #80B0DA;
	color: #FFFFFF;
	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;
}

/**************** 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 16px 0;
}
