/*BODY STYLES*/
body
{
background-color: #FFFFFF;
font-size:0.8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
text-align: center;
}
/*GLOBAL STYLES*/
a
{
color: #003399;
text-decoration: none;
}
a:hover
{
color: #3366CC;
}
h1
{
font-weight: bold;
background-color:transparent;
color: #003399;
clear:both;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:2.4em;
}
h2
{
font-weight: bold;
background-color:#003399;
color: #FFFFFF;
padding:2px;
clear:both;
font-size:1.2em;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
h3
{
font-weight: bold;
background-color:#003399;
color: #FFFFFF;
font-size:0.9em;
clear:both;
text-align:center;
margin:0;
}
blockquote
{
border:1px solid #AAAAAA;
padding:3px;
background-color:#EEEEEE;
clear:both;
}
/*FORM STYLES*/
form fieldset
{
padding-top:5px;
background-color:#EEEEEE;
}
form legend
{
background-color:#FFFFFF;
border:1px solid #EEEEEE;
color:#AAAAAA;
padding:2px;
}
form label
{
font-weight:bold;
display:block;
}
form input
{
border:1px inset #999999;
}
.textbox1
{
background-color: #FFFFFF;
width:100%;
height: 22px;
}
.button1
{
font-weight: bold;
background-color: #FFFFFF;
color:#999999;
}
textarea
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
background-color: #FFFFFF;
border:1px inset #999999;
width: 100%;
height: 200px;
}
select
{
background-color: #FFFFFF;
border: 1px inset #999999;
width: 100%;
}
select.multiple1
{
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 #AAAAAA;
color:#003399;
width:100%;
}
.menubuttons li a:hover
{
color:#3366CC;
}
.menubuttons li.active a
{
color:#3366CC;
font-weight:bold;
}
/*
PAGE CONTENT
*/
#container
{
width: 759px;
margin: 0px auto;
text-align: left;
margin-top:100px;
background-color:#EEEEEE;
}
#header
{
position: relative;
width: 759px;
height: 139px;
clear:left;
background-image:url(../img/header1.jpg);
background-repeat:no-repeat;
}
#footer
{
position: relative;
clear: both;
width: 759px;
height: 50px;
text-align:center;
font-size:0.9em;
background-color:#FFFFFF;
}
#content
{
float:right;
width: 759px;
padding: 0px;
min-height:180px;
}
* html #content
{
height:180px;
}
.datatable
{
width:100%;
font-size:1em;
text-align:center;
border-collapse:collapse;
clear:both;
}
.datatable tr
{
border-bottom:1px solid #AAAAAA;
}
.dataheadings
{
font-weight:bold;
background-color:#AAAAAA;
color:#FFFFFF;
}
.datasubheadings
{
font-weight:bold;
font-variant:small-caps;
background-color:#DDDDDD;
color:#FFFFFF;
}
.shaded
{
background-color:#EEEEEE;
}
