/*Style Sheet for Version 4 Browsers */
body {
	background-color : #FFFFFF;
	background-image : url(body/pgbg.gif);
	background-repeat : repeat-x
}

/*Styles for the Main Content Layer */
.maindiv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding-left : 48px;
	padding-right : 36px
}

.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #FF9900;
}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
}

.maindiv a:link { color : #9999CC }
.maindiv a:visited { color : #996633 }
.maindiv a:hover { color : #7D7EBD }

/* Lists*/
ul {
	color : #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 5px
}

ol {
	color : #99CC66;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

/*Style for The Little Icon Layers */
.icondiv a { color:#FFFFFF }
.icondivL a { color:#FFFFFF }

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px
}

.navDiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #4682B4;
}

.navDiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 6px
}

.navButts a { color : #666666; text-decoration : underline }

.navButts a:hover { color : #999999; text-decoration : none }

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px
}

.navSubs a { color : #333333; text-decoration : none }

.navSubs a:hover { color : #999999; text-decoration : none }

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a { color : #666666; text-decoration : underline }

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 12px;
	margin-top : 60px
}

p.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px
}


/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/

a.nn4imgWhite { color: #FFFFFF}


/*Styles Applied to Form Elements*/
form td {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }

.required {
	COLOR: #990000;
}


.floatleft {
float: left;
 /*/*/ margin-right: 10px; /**/
}

.floatright {
float: right;
 /*/*/ margin-left: 10px; /**/
 }

 .linkindent {
	text-indent: 0.25in;
}

.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
	 
table#sample {
	/*background-color:#FFFFFF;*/
	border: 1px dashed #228B22;
	width: 100%; /* Was 400px */
}

table#sample td {
	padding: 5px;
	/*border: 1px dashed #228B22;*/
	font-size: 90%;
}

.data {
	color: #000000;
	text-align: center;
	/*background-color: #CCCCCC;*/
}

.toprow {
	font-style: italic;
	text-align: center;
	background-color: #FFFFCC;
}

.leftcol {
	font-weight: bold;
	text-align: left;
	width: 150px;
	/*background-color: #CCCCCC;*/
}

.titlebold {
	font-weight: bold;
	text-decoration: underline;
}

table#sample {
	/*background-color:#FFFFFF;*/
	border: 1px dashed #228B22;
	width: 100%; /* Was 400px */
}

table#sample td {
	padding: 5px;
	/*border: 1px dashed #228B22;*/
	font-size: 90%;
}

.data {
	color: #000000;
	text-align: right;
	/*background-color: #CCCCCC;*/
}

.buttonrow {
	text-align: center;
}

.leftcol {
	font-weight: bold;
	text-align: right;
	width: 70px;
	/*background-color: #CCCCCC;*/
}

.sideaddress {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #5F9EA0;
}

td.priceright {
	text-align: right;
	background: #E8F8E9;
}

td.imageright{
	text-align: right;
	font: smaller Verdana, "Andale Mono", Courier, "Courier New",
	font-size: 10px;
}

td.quote {
	text-indent: 8px;
}

.icondiv {
	border-bottom : 1px solid #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC;
	text-align: right;
}

td.feetext {
	font-size: 12px;
}

form p {
    margin: 0 0 2px 0;
}

.formbox {
    width: 100px;
}


.formrequired {
        color: #ff0000;
        font-weight: bold; 
}  

