.imagecontent img
{
padding:15px;
}

body 
{
    font-family: verdana;
    font-size: 9pt;
    color: #0033FF;
    background-color: White;
    margin: 0px;
}

h1
{
	font-weight: normal;
	font-size: 15pt;
	margin-bottom: 0px;
	color: #0066FF;
	padding-top: 0px;
	font-family: arial;
}
h2
{
	margin-top: 0px;
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #009933;
	margin-bottom: 10px;
}

h3
{
	margin-top: 20px;
	margin-bottom: 0px;
    font-family: Arial;
    font-size: 12pt;
    font-weight: Bold;
    color: #05D805;
}

.topnav
{
    font-family: tahoma;
    font-size: 8pt;
    background-color: #0e254f;
    width: 780px;
    border-right: 1px solid #020202;
}
.topnav #menu
{
    padding-left: 6px;
    padding-bottom: 4px;
	border-bottom: 1px solid black;
}
.bannerIMG
{
	z-index: 10;
	border: 1px solid #020202;
    border-top: 0px solid black;
    FILTER: revealTrans(transition=7, duration=1.0) blendTrans(duration=1.3);
}
.quotebox
{
	background-color: #CCCCCC;
	height: 22px;
	padding: 0px;
}
.Quotes
{
	z-index: 20;
	position: absolute;
	text-align: center;
	color: #000000;
	font-family: verdana;
	font-size: 9pt;
	filter: progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.7);
	width: 772px;
	top: 148px;
}

.menuitem
{
	float: left;
	padding: 3px;
	margin: 3px;
	border: 1px solid #0E254F;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	width: 90px;
	text-align: center;
	background-color:#0E254F;
}

.menuitemOver
{
	float: left;
	padding: 3px;
	margin: 3px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	width: 90px;
	text-align: center;
	background-color: #333333;
}

.menuitemactive
{
	float: left;
	padding: 3px;
	margin: 3px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #333333;
	cursor: pointer;
	width: 90px;
	text-align: center;
}

.menuitem A
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuitemover A
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuitemactive A
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuitemover A:Hover, .menuitemactive A:Hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#thedate
{
	padding-top: 8px;
	padding-right: 10px;
	font-weight: bold;
	color: #020202;
}

.intro
{
	position: absolute;
	top: 3px;
	left: 222px;
	width: 545px;
	text-align: right;
	font-variant: small-caps;
}
.intro h1
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: arial;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	border: 0px;
	padding: 0px;
}
.intro h2
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: arial;
	color: #FF0000;
	font-size: 10pt;
}

.PageHeading
{
	position: absolute;
	left: 298px;
	top: 172px;
}
.bodyheading
{
	position:absolute;
	left: 252px;
	top: 236px;
	height:25px;
	width: 454px;
	
}
.bodyheading h1
{
	color:#000066;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
}
.subbodyheading h1
{
	color:#000066;
	font-size:22px;
}

.PageHeading h1
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 17pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-left: 0px;
	color: #000066;
	padding-top: 0px;
	border-bottom: 0px;
	font-family: arial;
}

.sidenav
{
	margin-top: 0px;
    font-family: verdana;
    font-size: 8pt;
	color: #FFFFFF;
    background-color: #0e254f;
    width: 210px;
	size:auto;
}
.sidenav a {text-decoration:underline; color:#FFFFFF;}
.CatMenu
{
	border: #0E254F 1px solid;
	padding-left: 9px;
	color: #FFFFFF;
}
.CatMenuOver
{
	border:#FFFFFF 1px solid;
	padding-left: 9px;
	color: #FFFFFF;
	background-color: #333333;
}
.CatMenuActive
{
	padding-left: 9px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #333333;
}

.CatMenu A
{
	color: #FFFFFF;
	text-decoration: none;
}

.CatMenuOver A
{
	color: #FFFFFF;
	text-decoration: none;
}

.CatMenuActive A
{
	color: #FFFFFF;
	text-decoration: none;
}

.CatMenuOver A:Hover, .CatMenuActive A:Hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


.contentdiv
{
	font-family: verdana;
	width: 620px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #e0e0e0;
}

.subitem
{
	padding: 2px;
	padding-left: 15px;
	width: 46%;
	border: 1px solid #e0e0e0;
	float: left;
}
.subitemover
{
	padding: 2px;
	padding-left: 15px;
	width: 46%;
	color: black;
	border: 1px solid #90989D;
	background-color: #D2DE80;
	float: left;
	cursor: pointer;
}

.footer
{
	font-family: verdana;
	font-size: 7pt;
	color: #FFFFFF;
	border: 1px solid #020202;
	background-color: #006633;
	width:780px;
}

.footer .left
{
	float: left;
}
.footer .right
{
	float: right;
}
.footer A
{
	color: #FFFFFF;
	text-decoration: none;
}
.footer A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.credits, .credits A
{
	font-family: verdana;
	font-size: 7pt;
	color: #020202;
	text-decoration: none;
}

.credits .left
{
	float: left;
}
.credits .right
{
	padding-top: 0px;
	float: right;
	text-align: right;
}
.credits A:hover
{
	color: black;
	text-decoration: underline;
}

.sidenavcell
{
	vertical-align: top;
	background-color: #0e254f;
	background-repeat: no-repeat;
    BACKGROUND-POSITION: center bottom;
    padding-bottom: 170px;
}

.maintable
{
    width: 780px;
    border-right: 1px solid #020202;
    border-left: 1px solid #020202;
}

.maincelltable
{
	vertical-align: top;
	font-size: 9pt;
	color: #020202;
	font-family: verdana;
	padding: 4px;
	background-color: white;
}

.maincelltable2
{
	vertical-align: top;
	font-size: 9pt;
	border: 1px solid #020202;
	color: #020202;
	font-family: verdana;
	padding: 0px;
	background-color: white;
}

.maincell
{
	vertical-align: top;
	font-size: 9pt;
	color: #020202;
	font-family: verdana;
	padding: 40px;
	padding-top: 70px;
	width: 500px;
	text-align: justify;
	line-height: 18px;
	background-color: white;
}

.maincell A
{
	color: #020202;
	text-decoration: underline;
}
.maincell A:Hover
{
	text-decoration: none;
}
.maincell .news
{
	font-size: 9pt;
	color: #020202;
	font-family: verdana;
	width: 490px;
	text-align: justify;
}

.maincell .news A
{
	font-size: 9pt;
	color: #020202;
	font-family: verdana;
	margin-top: 10px;
}
.maincell .news IMG
{
	border: 1px solid #020202;
	margin-right: 10px;
}

.maincell .news h2
{
	margin-bottom: 0px;
}

.maincell .news A B
{
	color: #05D805;
	font-weight: bold;
}

.maincell .news nobr
{
	color: #020202;
	font-weight: normal;
}

.printmain
{
	font-family: verdana;
	font-size: 9pt;
	color: #020202;
}


.printintro
{
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	float: left;
	text-align: left;
}

.printstrap
{
	font-family: arial;
	font-size: 12pt;
	color: #000000;
	float: right;
	text-align: right;
}

.indent
{
	border-top: 4px solid #8BA7DC;
	border-bottom: 4px solid #8BA7DC;
	margin-top: 40px;
}
.SideNavContent
{
	font-family: verdana;
	font-size: 8pt;
	background-color: white;
	border: 0px solid #020202;
	width: 180px;
	position: relative;
	left: 9px;
	top: 20px;
	cursor: pointer;
	Filter:progid:DXImageTransform.Microsoft.Shadow(color='#303030', Direction=135, Strength=3) progid:DXImageTransform.Microsoft.Stretch(duration=1.0, stretchStyle='SLIDE')  progid:DXImageTransform.Microsoft.Slide(slideStyle='PUSH', bands=1)   progid:DXImageTransform.Microsoft.Fade(duration=1,overlap=1.5) alpha(opacity=90);
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
}
.SideNavContent table
{
	font-family: verdana;
	font-size: 8pt;
	border: 3px solid #020202;
	height: 290px;
}
.TTitle
{
	background-color: #020202;
	color: white;
	text-align: center;
	font-weight: bold;
	height: 20px;
}
.TClient
{
	background-color: #e0e0e0;
	color: #020202;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.TQuote
{
	background-color: #e0e0e0;
	color: #020202;
	font-size: 8pt;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.TLogo
{
	text-align: center;
	align: center;
}
.TFooter
{
	background-color: #020202;
	color: white;
	font-size: 7pt;
	text-align: center;
	font-weight: normal;
	padding: 0px;
	padding-top: 2px;
}
.Downloads
{
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	padding: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	position: absolute;
	top: 620px;
}
.downloads h2
{
	font-family: Arial;
	color: #BED0F0;
	color: #f0f0f0;
	margin-bottom: 10px;
}
.downloads P
{
	margin-top: 0px;
}
.downloads A
{
	text-decoration: none;
	color: #BED0F0;
}
.downloads A:Hover
{
	text-decoration: underline;
	color: #e0e0e0;
}
.pdficon
{
	position: relative;
	top: 3px;
}

UL
{
	margin-top: 10px;
	text-align: left;
	LIST-STYLE-TYPE: disc;
}
LI
{
	margin-top: 10px;
	padding-left: 5px;
}

.Contact
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.Contact TD
{
	padding-left: 0px;
	margin-left: 0px;
}

.Prices
{
	font-size: 10pt;
	font-family: verdana;
}
.Prices TD
{
	padding-left: 0px;
	margin-left: 0px;
}

.imagecontent
{
	border:none;
	margin-left: 15px;
	margin-bottom:10px;
}
.imageright
{
	border:none;
	margin-right: 10px;
}
{
	border: 0px;
	margin-top: 10px;
}

.signature
{
	margin-bottom: 20px;
	color: #05D805;
}

#bform h2
{
	margin-top: 30px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #736FA3;
	border-bottom: 2px solid #C1BEDF;
	width: 100%;
	font-size: 12pt;
}

#bform h3
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #736FA3;
}

.forms TD
{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
}

.forms INPUT, select, textarea
{
	font-family: arial;
	font-size: 10pt;
}

.forms .Info
{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: top;
	width: 100px;
	padding-top: 10px;
}

.forms .property
{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: top;
	width: 200px;
	padding-top: 9px;
}

.forms .info I, .property I, .forms I
{
	font-family: arial;
	font-size: 8pt;
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
}

.divoff
{
	display: none;
}
.divon
{
	display: block;
}

.tickbox
{
	position: relative;
	top: 1px;
}
label
{
	cursor: pointer;
}
label:Hover
{
	cursor: pointer;
}
.bigbold
{
	font-size: 12pt;
	font-weight: bold;
	color: crimson;
}


.minisitemap
{
	font-family: verdana;
	font-size: 7pt;
	width: 772px;
	padding: 10px;
	text-align: center;
}

.minisitemap A
{
	font-family: verdana;
	font-size: 7pt;
	color: #020202;
	text-decoration: none;
}
.minisitemap A:hover
{
	color: #020202;
	text-decoration: underline;
}

.stitletemp1 {
	font-size: 12pt;
	font-weight: bold;
    text-decoration:none;
}


.innertables {
text-align:left;
color: #020202; 
font-size: 13px;
}
.innertables a{
color: #003399; 
font-size: 11px;
}
.innertables table {
border:1px;
padding:5px;
border-color:#000066;
}

.subheading { 
	color: #000066; 
	font-size: 12pt; 
}
