/* Adapted by Tom Mandel from andreas05-alternative - 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. More free templates are available at: http://oswd.org/userinfo.phtml?user=Andreas
Version: 1.0, September 27, 2005 */

body{
padding:0;
margin:0;
font:78% Trebuchet MS,verdana,tahoma,sans-serif;
background-color:#FAFAD2;
/* background-color:#d0d0d0; */
color:#303030;
}

a{
text-decoration:none;
background-color:inherit;
font-weight:normal;
color:#286ea0;
}

a:hover{
/* color:#303030; */
background-color:inherit;
color:green;
text-decoration:underline;
}

h1{
margin:0;
font-size:3.6em;
letter-spacing:-2px;
text-align:right;
background-color:inherit;
color:#505050;
}

h2{
margin:5px 0 10px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight:normal;
}

h3{
margin:5px 0 10px 0;
font-family:Arial;
font-size:1.2em;
line-height:1.6em;
/* letter-spacing:-1px; */
font-weight:bold;
}

h3 a{
font-weight:bold;
}

h4{
margin:5px 0 10px 0;
font-size:1em;
line-height:1.6em;
/* letter-spacing:-1px; */
font-weight:bold;
}

h4 a{
font-weight:bold;
}

li{
margin:10 10px 5px 10px;
line-height:1.6em;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

img{
float:center;
margin:0 10px 8px 0;
}

.img a{
background-color:inherit;
border:0;
}

#title{
margin:20px auto -12px auto;
border-bottom:3px solid #505050;
width:900px;
}

#container{
margin:auto auto 15px auto;
width:900px;
padding:10px;
background-color:#ffffff;
color:#303030;
border:1px solid #505050;
}

#lsidebar{
float:left;
padding-top:10px;
width:140px;
}

#main{
margin-left: 170px;
margin-right:240px;
padding:10px;
border-left:1px dotted #cccccc;
}

#rsidebar{
float:right;
width:225px;
padding-right:20px;
padding-top:10px;
}

#footer{
clear:both;
}

.intro{
margin:5px 0 10px 0;
font-size:1.2em;
line-height:1.6em;
/* letter-spacing:+1px; */
font-weight:normal;
}

.announce{
margin:0px 0px 0px 0px;
font-size:1.2em;
line-height:1.6em;
/* letter-spacing:+1px; */
font-weight:bold;
background-color:#f8f8f8;
color:#286ea0;
border:1px solid #dadada;
}

.menu{
display:block;
width:150px;
padding:4px 2px 4px 10px;
font-size:1em;
/* font-weight:bold; */
background-color:inherit;
color:#286ea0;
border:1px solid #ffffff;
}

.menu:hover{
background-color:#FAFAD2;
color:#286ea0;
border:1px solid #dadada;
text-decoration:none;
}

.pull{
display:block;
width:150px;
padding:4px 2px 4px 10px;
font-size:1em;
line-height:1.6em;
font-weight:bold;
text-decoration:none;
background-color:inherit;
color:#286ea0;
border:1px solid #ffffff;
}

.pull:hover{
background-color:#FAFAD2;
color:#286ea0;
border:1px solid #dadada;
text-decoration:none;
}

.newshead{
width:150px;
padding:4px 2px 4px 10px;
font-size:1.1em;
line-height:1.6em;
font-weight:bold;
text-decoration:none;
background-color:inherit;
color:#505050;
border:1px solid #ffffff;
}

.news{
width:150px;
padding:4px 2px 4px 10px;
font-size:1em;
line-height:1.6em;
font-weight:bold;
text-decoration:none;
background-color:inherit;
color:#505050;
border:1px solid #ffffff;
}

.submenu{
display:block;
width:150px;
padding:4px 2px 4px 10px;
font-size:.8em;
font-weight:bold;
background-color:inherit;
color:#286ea0;
border:1px solid #ffffff;
}

.submenu:hover{
background-color:#f8f8f8;
color:#286ea0;
border:1px solid #dadada;
text-decoration:none;
}

.tagline{
margin:5px 0 10px 0;
font-size:20px;
text-align:right;
letter-spacing:-1px;
font-weight:normal;
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#aaaaaa;
}

.credits a{
background-color:inherit;
color:#aaaaaa;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}


