﻿body
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    letter-spacing: 1px;
    background-color: #FFFFFF;
    color: #666666;
}

table.top
{
    background-color: #FFFFFF;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    border-collapse: collapse;
    background-image: url(../images/top.jpg);
    
}

table.default
{
    background-color: #FFFFFF;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    border-collapse: collapse;
}

table.default_pad
{
    background-color: #FFFFFF;
    border-width: 0px;
    padding: 2px;
    margin: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    border-spacing: 4px;
}

table.default_pad_hundred
{
    background-color: #FFFFFF;
    border-width: 0px;
    padding: 2px;
    margin: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-spacing: 4px;
}

table.bottom
{
    background-color: #FFFFFF;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    border-collapse: collapse;
    background-image: url(../images/bottom.jpg);
    
}

td.top_number
{
    height: 34px;
    font-size: 38pt;
    font-weight: bold;
    color: #006699;
    text-align: right;
}

td.top_menu
{
    height: 34px;
    vertical-align: top;
    text-align: right;
    font-size: 9pt;
    color: #006699;
}

td.line_orange
{
    height: 4px;
    background-color: #01668D;
}

td.line_grey_four
{
    height: 4px;
    background-color: #E1E1E1;
}

td.line_grey_two
{
    height: 2px;
    background-color: #E1E1E1;
}

td.logo
{
    height: 110px;
    vertical-align:middle;
}

td.header_about
{
    width:450px;
    height: 20px;
    text-align:left;
    vertical-align: top;
}

td.header_services
{
    width:310px;
    height: 20px;
    text-align:left;
    vertical-align: top;
}

td.bottom
{
    height: 16px;
    font-size: 8pt;
}

a
{
    color:#006699;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    color: #333333;
    text-decoration:underline;
    font-weight:bold;
}

.a_small
{
    font-size: 9pt;
    color: #006699;
    text-decoration: none;
}

.a_small:hover
{
    font-size: 9pt;
    color: #333333;
    text-decoration: underline;
}

.a_xsmall
{
    font-size: 8pt;
    color: #006699;
    text-decoration: none;
}

.a_xsmall:hover
{
    font-size: 8pt;
    color: #333333;
    text-decoration: underline;
}

.text_small
{
    font-size: 8pt;
}

.text_bold
{
    font-weight: bold;
}

.text_bold_orange
{
    font-weight: bold;
    color: #FF0000;
}

.navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.navlist li
{
    padding-left: 16px;
    background-image: url(../images/bullet2.jpg);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    margin-bottom: 14px;
}

.drop
 {
 	color:#006699;
    text-decoration:none;
    font-weight: bold;
}

.drop:hover
 {
 	color:#006699;
    text-decoration:underline;
    font-weight: bold;
}

#dropmenudiv
{
	position:absolute;
	font-family: tahoma, arial, sans-serif;
	color: #FFFFFF;
	line-height:16px;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px;
	font-family: tahoma, arial, sans-serif;
	color:#006699;
	text-decoration: none;
}

#dropmenudiv a:hover
{ /*hover background color*/
	
	color:#006699;
	text-decoration: underline;
}
