/*MAIN STYLESHEET*/
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,table,caption,blockquote
{
padding:0;
border:0;
margin:0;
}
/*BODY STYLES*/
body
{
background-color: #FFFFFF;
font-size:13px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #666666;
text-align: center;
}
/*GLOBAL STYLES*/
a
{
color: #990000;
text-decoration: none;
}
a:hover
{
color: #FF6600;
}
h1
{
font-weight: bold;
background-color: #FFFFFF;
color: #FF6600;
clear:both;
font-size:1.8em;
border-bottom:1px dotted #FF6600;
margin-top:10px;
margin-bottom:10px;
}
h2
{
font-weight: bold;
color:#990000;
margin:5px 0px 5px 0px;
clear:both;
font-size:1.2em;
}
h3
{
font-weight: bold;
background-color:#FFCC33;
color: #990000;
border-top:1px solid #990000;
border-bottom:1px solid #990000;
clear:both;
padding-left:5px;
}
blockquote
{
border-bottom:1px solid #990000;
padding:2px;
background-color:#EEEEEE;
color:#990000;
clear:both;
}
blockquote.valid
{
border:0;
border-top:5px solid #00CC00;
border-bottom:5px solid #00CC00;
color:#00CC00;
background-color:#FFFFFF;
margin:10px 0px 10px 0px;
}
blockquote.invalid
{
border:0;
border-top:5px solid #FF0000;
border-bottom:5px solid #FF0000;
color:#FF0000;
background-color:#FFFFFF;
margin:10px 0px 10px 0px;
}
.large
{
font-size:1.2em;
color: #990000;
}
.tiny
{
color: #990000;
font-size:0.9em;
}
.error
{
color: #FF0000;
}
.success
{
color: #00CC00;
}
/*FORM STYLES*/
form fieldset
{
padding:0;
border:1px solid #990000;
padding-top:10px;
}
form legend
{
background-color:#990000;
border:1px solid #FFFFFF;
color:#FFFFFF;
padding:3px;
float:right;
}
form label
{
font-weight:bold;
color:#FF6600;
padding:2px;
}
.textbox1
{
background-color: #FFFFFF;
border:0;
border-bottom:1px solid #990000;
padding: 0px;
width: 100%;
height: 22px;
}
.button1
{
font-weight: bold;
background-color: #FFCC33;
border: 1px solid #990000;
color:#990000;
font-size:1.2em;
padding:1px;
}
textarea
{
padding: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
background-color: #FFFFFF;
border:0;
border-bottom:1px solid #990000;
width: 100%;
height: 200px;
}
select
{
padding: 0px;
background-color: #FFFFFF;
border: 1px solid #990000;
width: 100%;
height: 22px;	
}
select.multiple1
{
height: 140px;	
}
/*PAGE LAYOUT STYLES*/
#container
{
width: 760px;
margin: 0px auto;
text-align: left;
margin-top:20px;
margin-bottom:20px;
}
#header
{
position: relative;
width: 760px;
height: 165px;
clear:left;
background-image:url(../img/header1.gif);
background-repeat:no-repeat;
}
#headernav
{
position:absolute;
left:20px;
bottom:0px;
height:29px;
width:760px;
}
#footer
{
position: relative;
clear: both;
width: 760px;
height: 70px;
background-image:url(../img/footer1.gif);
background-repeat:no-repeat;
text-align:center;
}
#footer p
{
font-size:0.9em;
line-height:1.3em;
color:#000000;
}
#swishpixel
{
position:absolute;
bottom:0px;
right:0px;
font-size:0.9em;
}
#left
{
float:left;
width:171px;
height:370px;
margin-top:10px;
}
#content
{
float:right;
width: 550px;
padding: 0px;
min-height:300px;
padding-right:20px;
margin-bottom:20px;
}
* html #content
{
height:300px;
}
/*
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:#990000;
font-weight:bold;
width:100%;
}
.menubuttons li a:hover
{
background-color:#FF6600;
color:#FFFFFF;
}
.menubuttons li.active a
{
background-color:#990000;
color:#FFFFFF;
}


.menubuttons2
{
width:100%;
}
.menubuttons2 ul
{
list-style:none;
margin:0;
padding:0;
}
.menubuttons2 li a
{
display:block;
background-color:transparent;
border-bottom: 1px solid #EEEEEE;
color:#999999;
font-weight:bold;
width:100%;
}
.menubuttons2 li a:hover
{
color:#FF6600;
}
.menubuttons2 li.active a
{
color:#990000;
}



#headernav ul
{
list-style:none;
margin:0;
padding:0;
}
#headernav li
{
float:left;
}
#headernav li a
{
display:block;
background-color:transparent;
color:#FF6600;
font-weight:bold;
font-size:1.2em;
padding:4px 6px 0px 6px;
border-right:1px solid #FF6600;
}
#headernav li a:hover
{
color:#990000;
}
#headernav li.active a
{
color:#990000;
}
/*
PAGE CONTENT
*/
.datatable
{
width:100%;
font-size:1em;
text-align:center;
border-collapse:collapse;
}
.datatable tr
{
border-bottom:1px dotted #AAAAAA;
}
.dataheadings
{
font-weight:bold;
background-color:#990000;
color:#FFFFFF;
}
.datasubheadings
{
font-weight:bold;
font-variant:small-caps;
background-color:#DDDDDD;
color:#FFFFFF;
}
.shaded
{
background-color:#EEEEEE;
}
span.imagecaption
{
width:100%;
text-align:center;
font-size:0.9em;
display:block;
}