/* andreas02 - 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: */

/*Sets body colour, font size, hover, and links*/
body{
	padding:0;
	margin:0;
	font:76% tahoma, verdana, sans-serif;
	background:#4b4b4b;
	color: #282111}
	
a{
	text-decoration:none;
	color: #526c1b}
a:hover{
	text-decoration:underline;	color: #6971ae;}

/*Sets tabs at top of scrren*/
#toptabs{
	margin:10px auto 0px auto;
	font-size:0.8em;
	width:760px;}
#toptabs p{
	text-align:right;
	color:#9c8c2f;}
.toptab{
	padding:3px 5px 3px 5px;
	margin: 0em 0em 5px 4px;
	text-decoration:none;
	background:#e5e2dc;
	color:#282111;
	border-bottom:1px solid #e0e0e0;}
.toptab:hover{
	text-decoration:none;		background-color: #b6aa8e;	color: #ffffff;}
.activetoptab{
	padding:3px 5px 3px 5px;
	margin:0 0 0 4px;
	color:#282111;
	text-decoration:none;
	background:#e5e2dc;
	border-bottom:1px solid #ffffff;}
.activetoptab:hover{
	text-decoration:none;		background-color: #b6aa8e;	color: #ffffff;}

/*Sets main page size, background, and border*/
#container{
	margin:0 auto 15px auto;
	width:800px;
	padding:5px 20px 20px 20px;
	background:#e5e2dc;	border: 2px #fbffd1 outset;}

/*Place holder for Banner? Otherwise not used*/
#logo{
	margin: 0px 0em 20px 0em}
#logo h1 a{
	color: #a7ae69;}
#logo h1 a:hover{
	text-decoration:none;	color: #6971ae;}/*Menu located in p7exp*/
/*Banner with Logo.  Fonts & Paragraphs are included if needed*/#desc{
	height: 110px;
	background: #e5e2dc url(images/WCIWA-Banner.gif) no-repeat center top;
	padding: 0;
	border: 1px #282111 solid;/*	clear:both;*/
	margin:-30px 0 0 0;}#desc p{
	width:290px;
	font-size:1em;
	line-height:1.3em;
	padding:0 0 0 1px;}#desc p{
	width:290px;
	font-size:1em;
	line-height:1.3em;
	padding:0 0 0 1px;}
#desc h2{
	color:#ffffff;}
#desc a{
	color:#ffffff;
	text-decoration:underline;}

#content{
width:560px;
float:left;
padding: 0em 20px 20px 0em;text-align: justify;border-right: 2px groove;}

.blockgreen{
	background:#a7ae69;
	margin-left: 50px;
	padding:3px 2px 3px 2px;
	border: 1px #d0d0d0 outset;
	width: 465px;
	display: block;
	font-size:1.2em;
	font-weight: bold;
}
.blockclearmatchgreen{
	padding:1px 5px 0px 5px;
	width: 460px;
	display: block;
	margin-left: 50px;	border: 1px #d0d0d0 outset;}

.blockclear{
	padding:1px 5px 0px 5px;
	border: 1px #d0d0d0 outset;}

#sidebar{
width:200px;
float:right;
padding;margin-top: 2.5em;}

#sidebar p{
font-size: 1em;
line-height:1.3em;
margin:0 0 12px 0;
}

.sidelink{
text-align:left;
display:block;
width: 160px;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;float:right;}

.sidelink:hover{
background: #b6aa8e no-repeat top right;
text-decoration:none;color: #282111;}

.sidelinklarge{
text-align:left;
display:block;
width: 190px;
padding: 5px 2px 5px 2px;float:right;
font-size:1.2em;
font-weight: bold;color: #394b13;}

.sidelinklarge:hover{
background: #b6aa8e no-repeat top right;
text-align:right;
text-decoration:none;color: #282111;}

#footer{
clear:both;

color:#808080;
font-size:0.9em;
padding:8px 0 8px 0;
border-top:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
text-align:center;
}

#footer a{
color:#808080;
}

h1{
margin:20px 0 0px 0;
font-size:2.1em;
font-weight:normal;
}

h2{
margin:10px 0 0px 0;
font-size:1.6em;
font-weight:normal;
}

h3{
margin: 5px 0em 0px 0em;
font-size:1.2em;
font-weight: bold;color: #394b13;}

p{
margin:5px 0 0px 0;
line-height:1.5em;
text-align: justify;
color:#282111}

.right{
text-align:right;
}

.caption{
display:block;
margin: 0em auto 15px auto;font-size: .8em;font-style: italic;}
.space{
display:block;
margin: 0em auto 15px auto;font-size: .8em;}


.hide{
display:none;
}

