/*BODY STYLES*/
body
{
background-color: #666666;
font-size:0.8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
text-align: center;
padding:20px 0px 20px 0px;
}
/*GLOBAL STYLES*/
a
{
color: #993366;
text-decoration: none;
}
a:hover
{
color: #333333;
}
h1
{
font-weight: bold;
background-color: #AAAAAA;
color: #FFFFFF;
clear:both;
font-size:1.4em;
}
h2
{
font-weight: bold;
background-color:transparent;
color: #993366;
font-size:1.7em;
clear:both;
}
h3
{
font-weight: bold;
background-color:#993366;
color: #FFFFFF;
font-size:0.9em;
padding:1px;
clear:both;
margin:5px;
}
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:#993366;
border:1px solid #333333;
color:#FFFFFF;
padding:2px;
}
form label
{
font-weight:bold;
display:block;
color:#993366;
}
.textbox1
{
background-color: #FFFFFF;
width:100%;
height: 22px;
border:1px solid #333333;
}
.button1
{
font-weight: bold;
background-color: #FFFFFF;
color:#993366;
border:1px solid #993366;
font-size:1.2em;
}
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 #EEEEEE;
color:#999999;
width:100%;
}
.menubuttons li a:hover
{
background-color:#EEEEEE;
color:#000000;
}
.menubuttons li.active a
{
background-color:#EEEEEE;
color:#000000;
}

#headernav ul
{
list-style:none;
margin:0;
padding:0;
border:0;
}
#headernav li
{
display:inline;
float:left;
}
#headernav li a
{
font-size:13px;
background-color:transparent;
color:#FFFFFF;
padding:0px 6px 7px 6px;
border-right:1px solid #FFFFFF;
height:20px;
}
#headernav li a:hover
{
background-color:#660033;
color:#FFFFFF;
}
#headernav li.active a
{
background-color:#660033;
color:#FFFFFF;
font-weight:bold;
}


/*
PAGE CONTENT
*/
#container
{
width: 760px;
margin: 0px auto;
text-align: left;
background-color:#FFFFFF;
}
#header
{
position: relative;
width: 760px;
height: 151px;
clear:left;
background-image:url(../img/header1.jpg);
background-repeat:no-repeat;
}
#header h1
{
font-size:1.4em;
font-family:"Trebuchet MS",Arial,Verdana,Helvetica;
color:#FFFFFF;
background-color:transparent;
position:absolute;
top:126px;
left:6px;
font-weight:normal;
}
#headernav
{
position:absolute;
top:103px;
left:0px;
height:23px;
width:700px;
}
#footer
{
position: relative;
clear: both;
width: 760px;
padding:2px 0px 2px 0px;
text-align:center;
border-top:3px dotted #DDDDDD;
}
#footer p
{
margin:3px;
}
#content
{
float:right;
width: 760px;
padding: 0px;
padding-bottom:10px;
min-height:400px;
font-family:"Trebuchet MS",Arial,Verdana,Helvetica;
font-size:1.1em;
}
* html #content
{
height:400px;
}
.datatable
{
width:100%;
font-size:1em;
text-align:center;
border-collapse:collapse;
clear:both;
}
.datatable tr,.datatable td
{
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;
}

#left
{
float:left;
width:300px;
border-left:1px solid #FFFFFF;
padding-bottom:10px;
}
#right
{
float:right;
width:445px;
border-right:5px solid #FFFFFF;
}
#lower
{
float:left;
position:relative;
width:760px;
height:110px;
clear:both;
}

.leftbox
{
position:relative;
width:300px;
height:190px;
color:#FFFFFF;
background-repeat:no-repeat;
}
.leftboxcontent
{
left:118px;
top:25px;
width:174px;
height:120px;
position:absolute;
margin-top:2px;
}

#box1,#box2,#box3
{
position:absolute;
top:0px;
width:252px;
height:110px;
background-repeat:no-repeat;
}
#box1
{
left:1px;
background-image:url(../img/box1.jpg);
}
#box2
{
left:254px;
background-image:url(../img/box2.jpg);
}
#box3
{
left:507px;
background-image:url(../img/box3.jpg);
}
.boxtext
{
position:absolute;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:0.9em;
left:118px;
top:25px;
width:129px;
font-weight:bold;
color:#FFFFFF;
}
.boxtext a
{
color:#CC99CC;
}
.boxtext a:hover
{
color:#FFFFFF;
}
.textfooter
{
float:right;
clear:both;
}
#disclaimer
{
border:1px dotted #777777;
color:#777777;
padding:4px;
font-size:0.9em;
display:block;
clear:both;
}
#disclaimer p
{
padding:0;
margin:0;
}
