/*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: #003333;
background-image:url(../img/line1.gif);
background-repeat:repeat-x;
font-size:13px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #333333;
text-align: center;
}
/*GLOBAL STYLES*/
a
{
color: #339999;
text-decoration: none;
}
a:hover
{
color: #333333;
}
a.swishpixel
{
color: #339999;
text-decoration: none;
}
a.swishpixel:hover
{
color:#FFFFFF;
}
a.footer
{
color: #FFFFFF;
text-decoration: none;
}
a.footer:hover
{
color:#000000;
}
h1
{
font-weight: bold;
background-color: #FFFFFF;
color: #339999;
clear:both;
font-size:1.4em;
padding:10px 0px 10px 0px;
border-bottom:1px dotted #AAAAAA;
}
h2
{
font-weight: bold;
background-color:#339999;
color: #FFFFFF;
clear:both;
font-size:1em;
padding:1px;
text-align:center;
}
h3
{
font-weight: bold;
background-color:#FFFFFF;
color: #666666;
font-size:0.9em;
clear:both;
}
blockquote
{
border:1px solid #333333;
padding:3px;
background-color:#EEEEEE;
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: #339999;
}
.tiny
{
font-size:0.8em;
}
.error
{
color: #FF0000;
}
.success
{
color: #00CC00;
}
dl
{
margin:20px 20px 0px 20px;
}
dl dt
{
font-weight:bold;
color:#339999;
}
dl dd
{
margin:0px 0px 10px 0px;
}
/*FORM STYLES*/
form fieldset
{
padding:0;
border:1px solid #339999;
padding-top:10px;
}
form legend
{
background-color:#FFFFFF;
border:1px solid #339999;
color:#339999;
padding:3px;
float:right;
}
form label
{
font-weight:bold;
}
.textbox1
{
background-color: #FFFFFF;
border:0;
border-bottom:1px solid #339999;
padding: 0px;
width: 100%;
height: 22px;
}
.button1
{
font-weight: bold;
background-color: #339999;
border: 1px solid #333333;
color:#FFFFFF;
padding:0px;
}
textarea
{
padding: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
background-color: #FFFFFF;
border:0;
border-bottom:1px solid #339999;
width: 100%;
height: 200px;
}
select
{
padding: 0px;
background-color: #FFFFFF;
border: 1px solid #339999;
width: 100%;
height: 22px;	
}
select.multiple1
{
height: 140px;	
}
/*PAGE LAYOUT STYLES*/
#container
{
width: 760px;
margin: 0px auto;
text-align: left;
background-color:#FFFFFF;
background-image:url(../img/line2.gif);
background-repeat:repeat-y;
position:relative;
}
#header
{
position: relative;
width: 760px;
height: 152px;
clear:left;
background-image:url(../img/header1.jpg);
background-repeat:no-repeat;
}
#flashlogo
{
position:absolute;
top:50px;
left:0px;
width:273px;
height:86px;
}
#footer
{
position: relative;
clear: both;
width: 760px;
height: 90px;
margin-top: 20px;
background-image:url(../img/footer1.gif);
background-repeat:no-repeat;
background-position:top left;
background-color: #003333;
text-align:center;
}
#swishpixel
{
position:absolute;
bottom:2px;
right:2px;
color:#FFFFFF;
}
#left
{
float:left;
width:218px;
height:420px;
background-image:url(../img/menu1.gif);
background-repeat:no-repeat;
position:relative;
}
#newspanel
{
position:absolute;
top:280px;
height:210px;
width:218px;
background-image:url(../img/news_panel1.gif);
background-repeat:no-repeat;
}
#newscontent
{
position:absolute;
left:26px;
top:34px;
width:192px;
height:180px;
border-bottom:1px dotted #666666;
z-index:100;
}
#content
{
float:right;
width: 541px;
padding: 0px;
min-height:500px;
position:relative;
}
#gradient {
   width:192px;
   height:123px;
	 position:absolute;
	 left:26px;
	 bottom:90px;
   background-image:url(../img/g1.gif);
   background-repeat:no-repeat;
}
* html #gradient {
   display:none;
}
#padder
{
padding:10px;
}
* html #content
{
height:500px;
}
#toppanel
{
width:541px;
height:63px;
background-image:url(../img/top_panel1.gif);
background-repeat:no-repeat;
float:right;
position:relative;
}
#topflash
{
position:absolute;
top:35px;
left: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 dotted #339999;
color:#333333;
width:100%;
font-weight:bold;
margin-top:1px;
}
.menubuttons li a:hover
{
background-color:#66CCCC;
color:#FFFFFF;
}
.menubuttons li.active a
{
background-color:transparent;
color:#339999;
}
#leftnav
{
position:absolute;
width:192px;
left:26px;
top:26px;
}
#leftnav ul
{
list-style:none;
margin:0;
padding:0;
}
#leftnav li a
{
display:block;
background-color:transparent;
border-bottom: 1px dotted #339999;
color:#333333;
width:100%;
font-weight:bold;
margin-top:1px;
}
#leftnav li a:hover
{
background-color:#339999;
color:#FFFFFF;
}
#leftnav li.active a
{
background-color:transparent;
color:#339999;
}
/*
PAGE CONTENT
*/
.datatable
{
width:100%;
font-size:1em;
text-align:center;
border-collapse:collapse;
}
.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;
}
span.imagecaption
{
width:100%;
text-align:center;
font-size:0.8em;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
display:block;
}
#frontright
{
width:190px;
float:right;
}