/* MENU BAR BUTTONS */
#dropmenudiv
{
    position:absolute;
    border:1px solid #6caad5;
    border-bottom-width: 0;
    font:normal 11px Arial;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a
{
    width: 100%;
    display: block;
    color: #003f6b;
    text-indent: 10px;
    border-bottom: 1px solid #6caad5;
    padding: 4px 0;
    text-decoration: none;
    font-weight: bold;
    background: url(images/button_sub_off.gif) top left repeat-x;
}

#dropmenudiv a:hover
{ 
    /*hover background color*/
    color: #ffffff;
    background-color: #ffa029;
    background: url(images/button_sub_over.gif) top left repeat-x;
}
/* END MENU BAR BUTTONS*/


body 
{
	font-family: Arial, Helvetica, sans-serif;	
    font-size: 8.5pt;
	color: #000000;
    line-height: 14px;
    background-image: url(images/bg.jpg); 
    background-repeat: repeat-x; 
    background-position: top;
}

.contact 
{
	font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt;
	color: #000000;
    line-height: 16px;
}

td.mainbody 
{
    background-image: url(images/bodybg.jpg); 
    background-repeat: repeat-x; 
    background-position: top;
}

td.pagetitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color:#ffffff;
}

table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    line-height: 22px;
}

td.pagetext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    line-height: 22px;
}


a.menu:link, a.menu:visited, a.menu:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 20px;
    text-decoration:none;
    color: #003f6b;/*#ffa200;*/
    display:block;
    background: url(images/button_off.gif) top left repeat-x;
    padding : 11px 10px 10px 10px;
}

a.menu:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 20px;
    text-decoration:none;
    color:#ffffff;
    display:block;
    background: url(images/button_over.gif) top left repeat-x;
    padding : 11px 10px 10px 10px; 
}




/****** FOOTER 1 ******/
.footer1
{
    font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 11px;
	line-height: 16px;
	color: #0000FF;
}

a.footer1:link, a.footer1:visited, a.footer1:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    text-decoration:none;
    color: #046cb7;
}

a.footer1:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: underline;
    color:#00a0ff;
}

/****** FOOTER 2 ******/
.footer2
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 11px;
	line-height: 16px;
	color: #01a0ff;
}




/* CONTACT FORM ELEMENTS */
.contact_form_text
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 8.5pt;
    line-height: 16px;
    color: #000000;
    font-weight: bold;
    text-decoration: none; 
}

.contact_form_text_missing
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 8.5pt;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    background: #F00000;
    font-weight: bold; 
    padding: 1px 5px; 
}

.contact_form_text_missing_msg
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 8.5pt;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    background: #F00000;
    font-weight: bold; 
    padding: 1px 5px; 
}

.contact_form_textbox
{
    border: 1px solid #808080;
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt;
    height: 20px;
    background-color: #eeeeee;
}


.contact_form_form
{
    margin: 0px 0px 0px 0px;
}

.contact_form_button
{
	border: 1px black solid;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 8pt;
}

.contact_form_textarea
{
    border: 1px solid #808080;
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt;
    background: #eeeeee;
}


.contact_form_filebox
{
    border: 1px solid #808080;
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt;
    background-color: #eeeeee;
}
/************************************/
