/* andreas01 - 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.3 (Nov 28, 2005)

Updated by Tim Dickinson (Apr 01, 2006)

Screen layout: */

body{
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #f4f4f4 url(bg.gif) top center repeat-y;
	color: #303030;
	text-align: left;
}

form {
  padding: 0;
  margin: 0;
}

#wrap{
background:#ffffff;
color:#303030;
margin:0 auto;
width:760px;
}

#header{
	clear: both;
	width: 760px;
	margin: 6px 0 2px 0;
	padding: 0;
	text-align: center;
	height: 14px;
	font-size: 0.8em;
}

#header a{
	padding-right: 12px;
	color:#007BC1;
	font-weight: bold;
}

#header a:hover{
	color:#A0CFEC; 
}

#backhead{
width:760px;
height:175px;
background-image:url('front.gif');
background-repeat:no-repeat;
background-position:center;
margin:0 0 4px 0;
}

#logo{
float: left;
}

#headsearch{
position: relative;top: 140px; left: 235px;
}

#avmenu{
	clear: left;
	float: left;
	margin: 0 0 4px 0;
}

#avmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

#avmenu li{
	margin: 0 0 1px 0;
}

#avmenu a{
	display: block;
	padding: 5px 10px;
	border-left: 4px solid #A0CFEC;
	width: 160px;
	color: #FFFFFF;
	background-color: #007BC1;
	text-decoration: none;
	font-weight: bold;
}

#avmenu a:hover{
	color: #007BC1;
	background-color: #A0CFEC;
	text-decoration: none;
	border-left: 4px solid #007BC1;
}

#avmenu ul ul li{
	margin: 0 0 1px 0;
}

#avmenu ul ul a{
	display: block;
	padding: 5px 5px 5px 30px;
	border: 0;
	width: 149px;
	color: #007BC1;
	background-color: #f4f4f4;
	text-decoration: none;
}

#avmenu ul ul a:hover{
	border: 0;
}

#avmenu ul ul ul{
	display: none;
}

#avmenu ul ul ul li{
	display: none;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

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

#content{
	margin: 10px 10px 20px 190px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}

/* mac hide */
#content {
height:1%;}
/* end hide */

#content a{
font-weight: bold;
text-decoration: underline;
color:#007BC1;
}

#content a:hover{
color:#A0CFEC;
}

#content h2{
font-size:1.5em;
margin:0 0 0.5em 0;
color:#007BC1;
}

#content img{
padding:0;
display:inline;
border:0;
}

h3{
font-size:1.3em;
margin:0 0 10px 0;
color:#A0CFEC;
}

a img{
border:0;
}

#footer{
	clear: both;
	margin: 0 auto;
	padding: 4px 0 8px 0;
	height: 10px;
	width: 758px;
	text-align: center;
	color: #ffffff;
	font-size: 0.9em;
	background-color: #007BC1;
	border:1px solid #A0CFEC;
}

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

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

table.tabcenter{
margin-left:auto; margin-right:auto;
}

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

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

.textright{
text-align:right;
}

.center{
text-align:center;
}

.small{
font-size:0.8em;
}

.bold{
font-weight:bold;
}

.hide{
display:none;
}

#etoNotice{
display: none;
}