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

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

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


/**************** Header and navigation styles ****************/

#container{
width:760px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#F1F1D9;
color:#303030;
border:2px solid #a0a0a0;

}

#header{
height:196px;
width:758px;
margin:0 1px 1px 1px;
background:#640D0C;
color:#ffffff;
}

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

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

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

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

#navigation .selected,#navigation a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}

/**************** Content styles ****************/



#content2{
float:left;
width:740px;
font-size:14px;
padding:20px 0 0 20px;

}

#content2 h2{
display:block;
margin:0 0 16px 0;
font-weight:normal;
letter-spacing:-1px;
color:#cc0000;
background-color:inherit;
}

#content2 h2 a{font-weight:normal;}
#content2 h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content2 a:hover,#subcontent a:hover{text-decoration:underline;}
#content2 ul,#content ol{margin:0 5px 16px 35px;}
#content2 dl{margin:0 5px 10px 25px;}
#content2 dt{font-weight:bold; margin-bottom:5px;}
#content2 dd{margin:0 0 10px 15px;}

/**************** Footer styles ****************/

#footer{
clear:both;
width:758px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;
background:#640D0C;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

.form_1		{
			color:#000066;
			border: 1px solid #000066;
			background-color:#ffffff;
			}
.submit_1		{
				color:#000066;
				border: 1px solid #000066;
				background-color:#efefef;
				}
/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}
