/*GLOBAL STYLES*/
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote
{
padding:0;
border:0;
margin:0;
}
/*BODY STYLES*/
body
{
background-color: #54614C;
font-size:0.9em;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #666666;
text-align:center;
}
/*GLOBAL STYLES*/
p
{
margin:0;
padding:0;
}
a
{
color: #5BBF21;
text-decoration: none;
}
a:hover
{
color: #54614C;
}
h1
{
font-weight: bold;
background-color:transparent;
color: #54614C;
clear:both;
font-size:1.4em;
}
h1#h1phrase
{
font-weight: bold;
color: #CCCCCC;
background-color:transparent;
clear:both;
width:780px;
text-align:right;
font-size:12px;
margin: 0px auto;
padding-bottom:10px;
}
h2
{
background-color:transparent;
color: #666666;
text-align:left;
padding:0.5em 0 0.5em 0;
clear:both;
font-weight:normal;
font-size:1.3em;
border:1px solid #5BBF21;
border-left:0;
border-top:0;
margin:10px 0px;
}
h3
{
font-weight: bold;
color:#5BBF21;
font-size:1.6em;
padding:0 0 1em 0;
clear:both;
}
blockquote
{
border:1px solid #54614C;
padding:3px;
background-color:#FFFFFF;
clear:both;
margin:10px 0px 10px 0px;
}
blockquote.valid
{
border:1px solid #00CC00;
color:#00CC00;
background-color:#FFFFFF;
}
blockquote.invalid
{
border:1px solid #FF0000;
color:#FF0000;
background-color:#FFFFFF;
}
.error
{
color: #FF0000;
}
.success
{
color: #00CC00;
}
ul.inline
{
list-style:none;
margin:0;
padding:0;
}
ul.inline span
{
float:left;
margin-right:5px;
}
ul.inline li
{
float:left;
padding:0px 5px 0px 5px;
border-left:1px solid #54614C;
}
/*FORM STYLES*/
form fieldset
{
border:1px solid #DDDDDD;
padding:4px;
}
form legend
{
color:#5BBF21;
padding:2px;
font-weight:bold;
}
form label
{
font-weight:bold;
display:block;
color:#54614C;
}
form input
{
border:1px solid #666666;
}
.textbox1
{
background-color: #FFFFFF;
width:100%;
height: 22px;
}
.button1
{
font-weight: bold;
background-color: #5BBF21;
color:#FFFFFF;
}
textarea
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
background-color: #FFFFFF;
border:1px solid #666666;
width: 100%;
height: 200px;
}
select.wide
{
background-color: #FFFFFF;
border: 1px solid #666666;
width: 100%;
}
select.multiple1
{
background-color: #FFFFFF;
border: 1px solid #666666;
width: 100%;
height: 140px;	
}
/*
NAVIGATION
*/
.menubuttons
{
width:100%;
}
.menubuttons ul
{
list-style:none;
margin:0;
padding:0;
}
.menubuttons li a
{
display:block;
background-color:transparent;
border-bottom: 1px solid #EEEEEE;
color:#5BBF21;
width:100%;
padding:0.3em 0;
}
.menubuttons li a:hover
{
background-color:#54614C;
color:#FFFFFF;
}
.menubuttons li.active a
{
background-color:#FFFFFF;
color:#54614C;
font-weight:bold;
}

#headernav ul
{
list-style:none;
margin:0;
padding:0;
border:0;
}
#headernav li
{
display:inline;
}
#headernav li a
{
float:left;
font-size:14px;
color:#FFFFFF;
height:25px;
display:block;
padding:0px 20px;
}
#headernav li a span
{
position:relative;
top:2px;
}
#headernav li a:hover
{
background-color:#54614C;
color:#FFFFFF;
}
#headernav li.active a
{
background-color:#54614C;
color:#FFFFFF;
font-weight:bold;
}


/*
PAGE CONTENT
*/
#accessibility
{
width:780px;
margin:0px auto;
text-align:right;
clear:both;
}
#container
{
width:780px;
margin:0px auto;
text-align:left;
clear:both;
background-color:#FFFFFF;
}
#header
{
position: relative;
width: 780px;
height: 191px;
clear:left;
background-image:url(../img/header1.gif);
background-repeat:no-repeat;
}
#headernav
{
position:absolute;
top:165px;
left:10px;
width:760px;
height:25px;
}
#footer
{
position: relative;
clear: both;
width: 780px;
height: 110px;
background-color:#FFFFFF;
background-image:url(../img/footer1.gif);
background-repeat:no-repeat;
background-position:top left;
font-size:11px;
}
#footer p
{
padding:2em 0 0 10px;
color:#666666;
line-height:2em;
}
#content
{
float:right;
width: 760px;
padding: 0px;
border-right:10px solid #FFFFFF;
min-height:350px;
}
* html #content
{
height:350px;
}
.datatable
{
width:100%;
font-size:1em;
text-align:center;
border-collapse:collapse;
clear:both;
}
.datatable caption
{
text-align:left;
}
.datatable tr,.datatable td
{
border-bottom:1px solid #5BBF21;
}
.dataheadings
{
font-weight:bold;
background-color:#54614C;
color:#FFFFFF;
}
.datasubheadings
{
font-weight:bold;
font-variant:small-caps;
background-color:#5BBF21;
color:#FFFFFF;
}
.shaded
{
background-color:#EEEEEE;
}
.padder
{
padding:30px;
}
.quotebox
{
font-size:0.9em;
background-color:#54614C;
color:#FFFFFF;
position:relative;
}
.quotebox p
{
padding:0.5em;
margin:0;
}