/* andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */

body{
	color:#D9FFC1;
	background-attachment: fixed;
	background-repeat: repeat-x;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	padding-bottom: 20px;
	background-color: #0F3300;
	padding-top: 20px;
	font-size: 100%;
}
#background {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	background-color: #0F3300;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}



#container{
	width:870px;
	color:#006600;
	background-repeat: no-repeat;
	background-color: #EAFFDD;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #0F3300;
}
#head-images {
	height: 148px;
	width: 173px;
	background-color: #D8FEC0;
	float: right;
	padding: 0px;
}

#sidebar{
	width:165px;
	line-height:120%;
	padding: 0px;
	float: left;
	display: block;
	margin-bottom: 20px;
}
#text {
	display: inline;
	float: right;
	padding-left: 0px;
	width: 680px;
	margin-bottom: 0px;
	font-size: 70%;
	color: #0F3300;
}
#text img {
	padding: 3px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
	margin-right: 10px;
}

#announcement {
	width: 142px;
	float: right;
	padding: 15px;
	margin-bottom: 20px;
	display: block;
	margin-left: 20px;
	background-color: #D9FFC1;
	border: 1px solid #B5FF88;
	color: #0F3300;
}




a{
	text-decoration:none;
	background-color:inherit;
	color:#9999CC;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	line-height: 140%;
}

#logo{
	width:695px;
	text-align:center;
	overflow:auto;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 148px;
	background-color: #D9FFC1;
	margin-bottom: 20px;
	border: 1px solid #B5FF88;
	font-size: 90%;
}
#logo img {
	margin-top: 10px;
}

#logo p {
	margin-top: 10px;
	font-weight: bold;
}


#logo h1{
	letter-spacing:-3px;
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
}

#logo a{
background-color:inherit;
color:#26a;
text-decoration:none;
}

#logo a:hover{
background-color:inherit;
color:#69e;
}
#sub-header {
	font-size: 80%;
	width: 478px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #006600;
	padding-left: 10px;
	font-weight: bold;
	float: right;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 10px;
}

#intro p{
line-height:1.5em;
}
#sidebar  p {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 150%;
}

.sidelink{
	width:142px;
	font-size:70%;
	text-align:left;
	color:#0F3300;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
	display: block;
	background-image: url(img/selector.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #D8FEC0;
	border: 1px solid #B5FF88;
}

.sidelink:hover,.menuheader{
	color:#D8FEC0;
	text-decoration:none;
	background-color: #006600;
	background-image: url(img/selector-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#announcement ul {
	font-size: 80%;
}

#footer{
	width:870px;
	color:#666666;
	text-align:center;
	background-color: #EAFFDD;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer p {
	margin-right: 20px;
	margin-left: 20px;
	color: #000000;
	font-size: 70%;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

#footer a {
	color: #26c;
	margin: 0px;
	padding: 0px;
}
#footer img {
	margin: 0px;
	padding: 0px;


}



h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
	margin:20px 0 8px 0;
	font-size: 80%;
	font-weight: normal;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.hide{
display:none;
}

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */

