/* andreas01 - 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 25, 2005)

Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	font: verdana, arial, sans-serif;
	background-color: #525372;
}

#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 95%;
}

#header {
	clear: both;
	margin:  0;
	padding: 4;
	width: 100%;
	background-color: #525372;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #004284;
	border-right-color: #004284;
	border-bottom-color: #004284;
	border-left-color: #004284;
}

#menu {
	clear: left;
	float: left;
	width: 180px;
	margin: 0 0 10px 0;
	padding: 0;
	
}
#menu   h3 {
	background-color: #E2E2EB;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #061126;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #061126;
}
#menu ul {	
list-style: none;
width: 180px;
margin: 0 0 10px 0;
padding: 0;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
	font-weight: bold;
	height: 17px;
	text-decoration: none;
	color: #003366;
	display: block;
	padding: 6px 0 0 10px;
	border-left: 4px solid #cccccc;
	background-color: #E2E2EB;
	font-size: small;
}	
	
#menu li a:hover {
	background: #eaeaea;
	color: #525372;
	border-left: 4px solid #286ea0;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
}

#col3 {
float: right;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
}

#col3 h3 {
	background-color: #E2E2EB;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #061126;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #061126;
}

#col3  a {
	font-weight: bold;
	height: 20px;
	color: #003366;
}	


#content {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	text-align: left;
	margin-top: 0;
	margin-right: 155px;
	margin-bottom: 10px;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font: verdana, arial, sans-serif;
}

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

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

a img {
border: none;
}

#footer {
	clear: both;
	margin: 0;
	border-top: 4px solid #f0f0f0;
	text-align: center;
	background-color: #E2E2EB;
	font-size: x-small;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
	margin: 5px;
	float: left;
}

.right {
	margin: 5px;
	float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.hide {
display: none;
}

 
.col3_small {
	font-size: small;
}
.smallerheading {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #061126;
	border-bottom-color: #061126;
	text-align: center;
}
