/* andreas02 - 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. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 27, 2005)

Screen layout: */

body {
	padding: 0;
	margin: 0;
	color: #303030;
	background-color: #e0e0e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a {
	text-decoration: none;
	color: #286ea0;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #36DDFF;
	padding-bottom: 5px;
	padding-left: 2px;
}
.login {
	border: 1px solid #F0F0F0;
	margin-right: 10px;
	color: #F0F0F0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 80%;
}


h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 2px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #00CC00;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
}

h2.header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.7em;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 5px;
}

h3.reverse {
	border-right-width: medium;
	border-right-style: solid;
	border-left-style: none;

}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 0px;
}

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



#main_wrap {
	width: 840px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/main_wrap_bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}

#content_wrap {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#logo h1 a {
	color: #00CCFF;
	padding: 3px;
}

#topnav {
	clear: both;
	z-index: 199;
}

.tablink {
	text-decoration: none;
	background-color: #e0e0e0;
	margin-top: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #999999;
	margin-right: 2px;
}

.tablink:hover {
	text-decoration: none;
	background-color: #d0d0d0;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
}

.hometab {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 2;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.hometab:hover {
	text-decoration: none;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
}

#Header {
	height: 200px;
	color: #ffffff;
	padding: 0;
	clear: both;
	background-color: #000000;
	background-image: url(images/front.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	z-index: 1;
}

#Header p {
	font-size: .9em;
	line-height: 1.2em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
}

#Header h2 {
	color: #ffffff;
	padding-top: 125px;
	padding-left: 10px;
	margin-bottom: 5px;
}

#Header a {
color: #ffffff;
}

#Header a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

#main_content {
	width: 570px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CEDAF2;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

#left_content {
	float: left;
	width: 170px;
	margin: 0px;
	padding-right: 10px;
	padding-top: 8px;
	font-size: .9em;
	position: relative;
	z-index: 1;
}
#right_content {
	margin: 0px;
	float: left;
	width: 380px;
	padding-left: 5px;
}

#sidemenu {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-image: url(images/sidemenu_bg.jpg);
	background-position: left bottom;
	width: 142px;
	background-repeat: no-repeat;
	background-color: #878586;
}

#sidebar {
	width:180px;
	float:right;
}

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

.sidemenulink {
	text-align: left;
	display: block;
	background-color: #F0F0F0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: 8px;
}

.sidemenulink:hover {
	text-decoration: none;
	background-color: #AAFFBF;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00CC00;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-left-color: #00CC00;
}

.block {
	background: #f0f0f0;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
	text-align: right;
	font-size: .8em;
}

#footer a {
	color: #006699;
}

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

.footnote {
	padding: 2px;
	background-color: #eaeaea;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #C7C7C7;
	color: #006699;
}

.right {
	text-align: right;
}

a img {
border: 0;
}

.pic1 {
	padding: 5px;
	display: block;
	margin: 0 auto 15px auto;
	background-color: #E4E4E4;
	border: 1px solid #CCCCCC;
}

.hide {
display: none;
}
	

