/* 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: */

body{
padding:0;
margin:0;
font:76% tahoma, verdana, sans-serif;
background:#e1e1e1;
color:#303030;
}

a{
text-decoration:none;
color:#0051BA;
}

a:hover{
text-decoration:underline;
}

a:visited{
color: #006633;text-decoration:none;
}

#toptabs{
margin:10px auto -13px auto;
font-size:0.8em;
width:730px;
}

#toptabs p{
text-align:right;
color:#000000;
}

.toptab{
padding:3px 5px 3px 5px;
margin:0 0 0 1px;
text-decoration:none;
background:#f1f1f1 url(images/corner2.gif) top right no-repeat;
color:#000000;
border-bottom:1px solid #000000;
}

.toptab:hover{
background:#d0d0d0 url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #000000;
color:#000000;
text-decoration:none;
}

.activetoptab{
padding:3px 5px 3px 5px;
margin:0 0 0 1px;
color:#000000;
text-decoration:none;
background:#ffffff url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
}

.activetoptab:hover{
text-decoration:none;
}

#container{
margin:0 auto 15px auto;
width:730px;
padding:5px 20px 20px 20px;
background:#000000;
}

#logo{
height:94px;
width:200px;
float:left;
padding:0 0 2px 0;
}

#banner{
height:94px;
width:500px;
float:right;
padding:0 0 2px 0;
}

#desc{
color:#000000;
padding:0 25px 15px 25px;
background:#ffffff;
clear:both;
margin:1px 0 0 0;
}

#desc p{
width:650px;
background:#ffffff;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h2{
padding:15px 15px 15px 15px;
color:#000000;
}

#desc a{
color:#0051BA;
text-decoration:none;
}

#desc a:hover{
text-decoration:underline;
}

#desc a:visited{
color: #006633;text-decoration:none;
}

.block{
background:#f0f0f0;
padding:15px;
}

#footer{
clear:both;
width:730px;
background:#fafafa;
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:0 0 20px 0;
font-size:2.1em;
font-weight:normal;
}

h2{
margin:0 0 20px 0;
font-size:1.6em;
font-weight:normal;
}

h3{
margin:20px 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img{
border:0;
}

.photo{
padding:5px;
display:block;
margin:0 auto 15px auto;
background-color:#f0f0f0;
}

.hide{
display:none;
}

div{
width:680px;
} 

