body{
margin:0 auto;
width: 900px;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4;
color:#303030;
}

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

#header{
	clear:both;
	margin:0px 0 0 0;
	padding:0;
	height:auto;
	background-image: url(images/bkgfade.jpg);
}

#header h1{
width:250px;
margin:0 0 10px 0;
float:left;
}

#header p{
width:500px;
float:right;
text-align:center;
color:#a0a0a0;
margin:0 0 10px 0;
font-size:0.8em;
line-height:1.2em;
background-color:inherit;
}

#SubHeader {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: #eeeeee;
	float: left;
	width: 100%;
}

#menu {
	width: 100%;
	margin: 0;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	background-image: url(images/nav_bar_back.jpg);/*
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
*/
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background:url(images/nav_bar_back.jpg);
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #b6e41c;
	color: #485b06;
}


#frontphoto{
margin:0 0 10px 0;
border:0;
}

#avmenu{
	clear:left;
	float:left;
	width:150px;
	margin:0 0 10px 0;
	padding:5px 0px 0px 0px;
	font-size:0.9em;
}

#avmenu ul{	
list-style:none;
width:150px;
margin:0 0 20px 0;
padding:0;
font-size:1.1em;
}	

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

#avmenu li a{
font-weight:bold;
height:40px;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 0 10px;
background:#f4f4f4;
border-left:4px solid #cccccc;
}	
	
#avmenu li a:hover{
background:#eaeaea;
color:#286ea0;
border-left:4px solid #286ea0;
}

#avmenu #activemain a:visited{
	color: #000000;
	height:auto;
	background-color: #FFB200;
}



.announce{
	margin:10px 0 10px 0;
	padding:10px;
	width:130px;
	color:#505050;
	line-height:1.3em;
	background-image: url(images/bgmainwrap.jpg);
	background-color: #FF9900;
}

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

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

#content{
	margin:0 130px 20px 160px;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	padding:10px 10px 0 10px;
	line-height:1.6em;
	text-align:left;
	background-image: url(images/bgcontent.jpg);
}

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

#content img{
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

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

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

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

a img{
border:0;
}

/* ##### Footer ##### */
#footer {
	padding: 0 30px 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 10px solid #2d2d70;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 59%;
	color: #5c5a99;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 39%;
}
#footer li {
	float: right;
}
#footer li a {
	display: block;
	padding: 10px;
	color: #5c5a99;
	text-decoration: none;
}
#footer li a:hover, #footer li a:active, #footer li a:focus {
	color: #FF9F00;
}


.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;
}
