/* andreas02 - a free 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: 2.0 (Jan 29, 2007)

Screen layout: */

body {
	padding:15px 0 0 0;
	margin:0;
	font:76% tahoma, verdana, sans-serif;
	background:#009 url(img/bg1.gif);
	color:#009;
}

a {
color:#009;
text-decoration:none;
}

a:hover {
color:009;
text-decoration:none;
}

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
	margin:0 0 12px 0;
	font-size:2.0em;
	font-weight:normal;
	color: 009;
}


h3 {
margin:0 0 10px 0;
font-size:1.6em;
font-weight:normal;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
font-size:1.1em;
text-align:left;
}

a img {
border:0;
}

/* Main container */

/* Toptab menu */

#toptabs {
margin:0 auto -14px auto;
font-size:1em;
width:730px;
}

#toptabs p {
	text-align:right;
	color:#009;
}

.toptab {
padding:4px 8px 4px 8px;
margin:0 0 0 -5px;
text-decoration:none;
background:#ffffff url(img/toptab1.gif);
border-left:1px dotted #a0a1be;
color:#009;
}

.toptab:hover {
background:#ffffff url(img/toptab2.gif);
color:#009;
text-decoration:none;
}

.activetoptab {
padding:4px 8px 4px 8px;
margin:0 0 0 -5px;
color:#000;
text-decoration:none;
background:#ffffff url(img/toptab2.gif);
}

.activetoptab:hover {
text-decoration:none;
}

#container {
	margin:0 auto 20px auto;
	width:730px;
	border:1px solid #009;
	background-color: #009;
	color: #009
	;
}


#logo {
	margin: 10px 0 -25px 130px;
}

#logo h1 a {
color:#009
;
border:none;
}

#logo h1 a:hover {
color:#F63;
text-decoration:none;
border:none;
}

/* Navitab menu */

#navitabs {
clear:both;
margin: 0 0 0 4px;
}

.navitab {
padding:4px 8px 4px 8px;
color:#555;
margin:0 0 0 -4px;
text-decoration:none;
font-size:1.2em;
background:#eed49e url(img/tab1.gif);
border-bottom:2px solid #F63;
border-left:1px dotted #F63;
}

.navitab:hover {
text-decoration:none;
background:#d0d0d0 url(img/tab2.gif);
border-bottom:2px solid #F63;
}

.activenavitab {
padding:4px 8px 4px 8px;
margin:0 0 0 -4px;
font-size:1.2em;
text-decoration:none;
background:#505050 url(img/tab2.gif);
border-bottom:2px solid #F63;
}

.activenavitab:hover {
text-decoration:none;
border-bottom:2px solid #505050
;
}

/* Header description */

#desc {
	height:80px;
	color:#009;
	padding:10px 10px 10px 10px;
	background:#fff url(img/tab_bottom.gif) bottom repeat-x;
	clear:both;
	margin:5px 0 15px 0;
}

/* Main content */

#main {
width:500px;
float:left;
padding:10px 15px 10px 10px;
margin:0;
border-right:1px solid #505050;
}


/* Sidebar */

#sidebar {
padding:10px 15px 10px 10px;
width:170px;
float:right;
}


#sidebar p {
font-size:1.2em;
line-height:1.3em;
margin:0 0 15px 0;
}

/* Footer */

#footer {
clear:both;
background:#ff2;
padding:0;
margin:0;
border-top:1px solid #009;
}

#footer a {
color:#009;
}

#footer a:hover {
color:#F63;
}

#footer p {
	color:#009;
	text-align:center;
	font-size:1em;
	line-height:1.3em;
	margin:5px 0 0 0;
	padding:5px;
}

/* Various classes */

#mydiv {
color:#009;
margin:-40px 0 0 300px;
}

.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#009;
border:1px solid #ff2;
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
	background:#fff;
	padding:10px;
}

.sidelink {
	text-align:left;
	display:block;
	width:140px;
	background:#f15 url(images/corner.gif) top right no-repeat;
	padding:3px 4px 3px 8px;
	margin:5px 10px 5px 0;
	border:none;
	color: #Fff;
	  
}

.sidelink:hover {
background:#fff url(images/corner.gif) top right no-repeat;
text-decoration:none;
border:none;
}

.hide {
display:none;
}

