/* 
originally based on CSS from:

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)

Print layout: */

body {
	background-color:white;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:76%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0 auto;
	padding:0;
	border-left-width: thin;
}
a:focus {
	outline:0;
}
#printheader {
display:none;
}
#wrap {
background-color:white;
margin:0 auto;
width:800px;
}
#header {
clear:both;
height:45px;
margin:20px 0 0;
padding:0;
}
#header h1 {
float:left;
margin:0 0 10px;
width:250px;
}
#header p {
color:#A0A0A0;
float:right;
font-size:0.8em;
line-height:1.2em;
margin:0 0 10px;
text-align:center;
width:500px;
}
#frontphoto {
border:0 none;
margin:0 0 12px;
}
#avmenu {
clear:left;
float:left;
font-size:0.9em;
margin:0 0 10px 2px;
padding:0;
width:190px;
}

#rightcolumn {
clear:left;
float:right;
position:relative;
font-size:0.9em;
margin-top:-5px;
padding:0;
width:100px;
}


#avmenu ul {
font-size:1.1em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 20px;
padding:0;
width:175px;
}
#avmenu li {
margin-bottom:2px;
}
#avmenu li a {
border-bottom:1px dotted #bbbbbb;
color:#F17C0E;
display:block;
font-style:normal;
font-weight:bold;
height:20px;
margin-bottom:2px;
margin-top:2px;
padding:6px 0 0 10px;
text-decoration:none;
}
#avmenu li a:hover {
/*background:#F17C0E none repeat scroll 0 0;
color:black;*/
text-decoration:underline;
}
.announce {
line-height:1.3em;
margin:10px 0;
padding:15px;
width:149px;
background:white;
}
#extras {
float:right;
font-size:0.9em;
line-height:1.5em;
margin:0 0 10px;
padding:0;
width:100px;
}
#extras p {
margin:0 0 1.5em;
}

.bluecell{
	background-color:#0099FF;
}

.greencell{
	background-color:#009900;
	border-color:#000000;
}
.orangecell{
	background-color:#FF9900;
}
.yellowcell{
	background-color:#FFCC00;
}

.content {
display:none;
line-height:1.6em;
margin:0 110px 20px 190px;
padding:0 10px;
text-align:justify;
}
.content h2 {
color:#777777;
font-size:1.5em;
font-weight:normal;
margin:0 0 0.7em;
}
.content ul {
margin-top:0;
}
h3 {
color:#999999;
font-size:1.3em;
margin-left:0px;
margin-bottom:0.3em;
border-bottom: 1px dotted #bbbbbb;
}
a {
color:#555555;
font-weight:normal;
text-decoration:underline;
}
a:hover {
text-decoration:underline;
}
a img {
border:0 none;
}
#logo{
border:thin solid black;
}
#footer {
/*border-top:1px dotted black;*/
clear:both;
color:grey;
font-size:0.9em;
margin:0 auto;
padding:10px 0 20px;
text-align:center;
width:760px;
}
#footer a {
color:black;
font-style:italic;
font-weight:normal;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
.left {
float:left;
margin:10px 10px 5px 0;
}
.right {
float:right;
margin:10px 0 5px 10px;
}
.textright {
text-align:right;
}
.center {
text-align:center;
}
.small {
font-size:0.8em;
}
.bold {
font-weight:bold;
}
.hide {
display:none;
}
