/* 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{
background:#ffffff;
background-image: url(test.gif);
background-repeat: repeat;
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
margin: 10px;
}

a{
color:#000000;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{text-decoration:underline; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #FF560B;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/


#container{
width:760px;
margin:10px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:2px solid #ff560b;
}

#header{
height:86px;
width:758px;
margin:0 1px 1px 1px;
background:#FFFFFF;
background-image: url(header.jpg);
color:#000000;
}

#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#000000;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}

#navigation{
height:2.2em;
line-height:2.2em;
width:758px;
margin:0 1px;
background:#FF560B;
color:#000000;
}

#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:1.0em;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #000000;
}

* html #navigation a {width:3%;}

#navigation .selected,#navigation a:hover{
background:#FF560B;
color:#ffffff;
text-decoration:none;
}

/**************** Content styles ****************/

#content{
float:center;
width:720px;
font-size:0.9em;
padding:20px 0 0 20px;
}

#content h2{
text-align: left;
	padding: 0px 0px 2px 0px;
	font-size: 1.3em;
	font-weight:;
	letter-spacing:+2px;
	color: #FF560B;
	border-bottom: 1px solid #000000;
	margin: 0px 5px 0px 0px;
}

#content h4{
float:center;
width:720px;
font-size:1.0em;
font-weight:normal;
margin: 20px 0px 0px 0px;
}

#content h1 {margin:0 0 15px 0;}
#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Footer styles ****************/

#footer{
clear:both;
width:758px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#000000;
background:#FF560B;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#000000; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: none;}

