/* CSS */

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

h1 {
font-size: 125%;
margin-top: 10px;
}
h2
{
font-size: 50%
}

hr {
color: #808285;
background-color: #808285;
height: 1px;
margin-left: 5px;
margin-top: -5px;
width: 98.7%;
}

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

#header {
clear: both;
padding: 5px;
height: 100px;
}

#title {
color:#CC0000;
width: 312px;
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;
}

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

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

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

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

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

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

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

#head {
font-size: 150%;
font-weight:bold;
}

#content {
margin-left: 10px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
width: 740px;
}

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

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

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

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

a:hover {
text-decoration: none;
color: #78A22F;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

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

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

.left {
padding: 10px;
margin-right: 5px;
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;
}

/* Navigation */

#navbar {
width: 750px;
background-color: #808285;
height: 25px;
margin-top: -2px;
}

#navlinks p {
font-family: Verdana,Tahoma,Arial,sans-serif;
font-size: 95%;
color: white;
font-weight: bold;
margin-left: 20px;
margin-top: 0px;
padding-top: 5px;
height: 20px;
}

#navlinks a {
color: white;
text-decoration: none;
}

#navlinks a:hover {
text-decoration: none;
}

/** ------------ **/

#form-container {
	width: 100%;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-bottom: 8px;
	margin-bottom: 5px;
}

div.formrow  {
        clear: both;
        padding-top: 3px;
}

div.formrow span.label {
        float: left;
        width: 30%;
        text-align: right;
}

div.formrow span.formw  {
        float: right;
        width: 68%;
        text-align: left;
}


