/* andreas05 - 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 for the original design work.

Version: 1.4, November 28, 2005 */

body{
padding:0;
margin:0;
font:76% Arial,tahoma,sans-serif;
background:#cccccc url(images/SmallTinyBlueDots.gif) repeat;
color:#303030;
}

a{
text-decoration:none;
background-color:inherit;
/* font-weight:bold; */
color:#286ea0;
}

a:hover{
background-color:inherit;
color:#303030;
}

a.links { font-size: .7em; }
a.links:hover { font-size: .7em; }

h1{
margin:0;
font-size:3.6em;
letter-spacing:-3px;
text-align:right;
background-color:inherit;
color:#505050;
}

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.8em;
}

#title{
margin:20px auto -9px auto;
width:800px;
}

#container{
margin:0 auto 15px auto;
width:800px;
height: 575px;
padding:10px;
/* background:#ffffff url(TNDHomeDesign.gif) bottom left no-repeat; */
color:#303030;
/* border:20px solid #B8E5FA; */
}

#topbar{
width:800px;
height: -2px;
margin: 0;
background:#ffffff; /* url(images/TNDSubDesignTop.gif) bottom left no-repeat */
}

#main{
width:800px;
height: 340px;
background-color: #C4DF9B;
/* border: 2px solid #000000; */
}

#sidebar{
float:right;
width:110px;
padding-right:50px; 
font-size: larger;
margin-top: 40px;
line-height: 30px;
}


#maincontent{
margin-top: 20px;
padding: 10px;
width:600px;
height: 300px;
float: left;
background-color: #ffffff;
}


#bottombar {	
margin: 0;
padding: 0;
width:800px;
height: 94px;
background:#334455; /* url(images/TNDSubDesignBottom.gif) top left no-repeat */
}

.menu{
display:block;
width:110px;
padding:4px 2px 4px 10px;
font-size:1.1em;
/* font-weight:bold; */
background-color:inherit;
color:#996633;
border:1px solid #C4DF9B;
}

.menu:hover{
/* background-color:#B9D988; */
color:#C69C6D;
/* border:1px solid #dadada; */
}

.current {
/* background-color:#B9D988; */
color:#C69C6D;
/* border:1px solid #dadada; */
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#aaaaaa;
}

.credits a{
background-color:inherit;
color:#aaaaaa;
}

.small{
font-size:0.8em;
}

.center{
text-align:center;
}