/*Based on template andreas05 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. 
Version: 1.0, September 27, 2005 */

body{
padding:0;
margin:20px 0px 0px 0px;
font:76% verdana, "myriad pro", "myriad roman", tahoma, sans-serif;
background-color: #acc7dd;
color:#303030;
}

a{
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:#2956a1;
}

a:hover{
background-color:inherit;
color:#303030;
}

h1{
margin:0;
font-size:3.6em;
letter-spacing:-2px;
text-align:right;
background-color:inherit;
color:#2956a1;
}

h1.sub{
margin:5px 0 20px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight:normal;
text-align:left;
}

h2{
margin:5px 0 10px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight:normal;
}

p{
margin:0 0 15px 0;
line-height:1.3em;
}

HR	{
	size: 10px;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #2956a1;
	height: 1px;
	margin: 10px 0px 10px 0px;}

img{ float:left; margin:0 10px 8px 0; border:solid 1px #2956a1; }

#title{ color: #2956a1; font-size: 10px; margin:20px auto -9px; width:840px; }

#container{
margin:0 auto 15px;
width:860px;
padding:10px;
background:#ffffff url(images/logoweb.png) no-repeat left bottom;
color:#303030;
border:solid 10px #2956a1;
}

#sidebar{
float:left;
margin-top: 10px;
width:110px;
padding-left:175px; 
}

.sidebar_title	{
padding: 0px;
margin: 0px 0px 6px 0px;
font-size: 90%;}

#main{
width:500px;
float:right;
}

#footer{
clear:both;
}

.menu{
display:block;
width:120px;
padding:4px 2px 4px 10px;
font-size: 90%;
font-weight:bold;
background-color:inherit;
color:#286ea0;
border:1px solid #ffffff;
}

.menu:hover{
background-color:#d6e4f1;
color:#286ea0;
border:1px solid #a0adb8;
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#939191;
}

.credits a{ background-color:inherit; color:#aaaaaa; }
