/* andreas03 - 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: */

#Hbody{
margin:0;
padding:5px 0;
font:tahoma,verdana,sans-serif;
color:#222;
}

#Hcontainer{
width:522px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff url(/Images/helpbg.png) no-repeat;
color:#222;
}

#Hmain{
float:left;
width:530px;
margin-right:20px;
padding:0;
}

#Tbody{
margin:0;
padding:30px 0;
font:tahoma,verdana,sans-serif;
color:#222;
}

#thetop{
margin:0;
}

#Tcontainer{
width:720px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff url(/Images/contbg.png) no-repeat;
color:#222;
}


#Tmain p,#sidebar p{
padding:0 0 0 10px;
font:115% tahoma,verdana,sans-serif;
}

#Tlogo{
float:left;
width:240px;
margin:0 20px 0 0;
padding:0 0 25px 0;
background:#eee;
border:4px solid #dde;
text-align:center;
color:#555;
overflow:auto;
}

#Tlogo h1{
margin:20px 5px 1px 5px;
letter-spacing:-3px;
}

#Tlogo a{
background:#eee;
color:#26a;
text-decoration:none;
}

#Tlogo a:hover{
background-color:inherit;
color:#69e;
}

#Ttagline{
text-align:center;
font-size:1.2em;
}

#Tintro p{
line-height:1.5em;
}

#Tmain{
float:left;
width:530px;
margin-right:20px;
padding:0;
}

.Theaderstyle{
display:block;
margin:30px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(/Images/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

#Tsidebar{
width:155px;
float:right;
margin-top:20px;
font-size:1em;
line-height:1.3em;
}

#Tsidebar p{
font-size:0.9em;
}

.Tsidelink{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(/Images/gradient1.png) repeat-x;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.Tsidelink:hover,.menuheader{
background:#fff url(/Images/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

#Tfooter{
margin:0 auto 20px auto;
width:760px;
background:#fff url(/Images/footerbg.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.Tinternallink{
font-size:0.9em;
text-align:center;
}

.Tblock{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */