/* CSS Document */

#bodyDiv p{ margin:0; }
#bodyDiv table{ font:normal normal 12px verdana, arial, sans-serif; }

/* SiteSteward.com default style v.01 */
/* ©2006 SiteSteward, Inc., ALL RIGHTS RESERVED */

/* COMMON CODE  */

/* using an image to replace text in an h1. 
This trick courtesy Douglas Bowman, 
http://www.stopdesign.com/articles/css/replace-text/ 
#pageHeader h1 { 
	background: transparent url(h1.gif) no-repeat top left;  
	margin-top: 10px;  
	width: 219px; 
	height: 87px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
*/
/* font: italic bold small-caps 12pt/15pt  "arial", "georgia", "san-serif" ; */
/* * html #xxxxxxxxxxx { */
/* display:none */

/* basic elements */
#wrapper {
text-align: center;
width: 675px ;
margin-left: auto ;
margin-right: auto ;
}

#headNavDiv {
/* background-color: #9999CC ;*/
/* height: 20px ;*/
/* width: 100% ;*/
/* text-align: right ;*/
}

#headNavSpan {
/* margin-right: 3% ;*/
/* font: normal bold normal 10pt/15pt  "arial", "georgia", "san-serif" ; */
}

/* headNav LInks */
a.headNavLink:link, a.headNavLink:visited { 
/*	text-decoration: none; */
/*	color: white;*/
}
 
a.headNavLink:focus, a.headNavLink:hover, a.headNavLink:active { 
/*	text-decoration: underline; */
/*	color: white;*/
}
/* end headNav LInks */

#headerDiv {
/* background-image: url(../inc/template/logoPlaceHolder.jpg) ;*/
/* background-repeat: no-repeat ;*/
/* height: 170px ;*/
/* text-align: left ;*/
/* margin-left: 3%;*/
/* margin-top: 10px ;*/
}

* html #headerDiv {
/* background-image: url(../inc/template/logoPlaceHolder.jpg) ;*/
/* background-repeat: no-repeat ;*/
/* height: 170px ;*/
/* text-align: left ;*/
/* margin-left: 3%;
/* margin-top: 10px ; */
}

#topNavDiv {
/* background-color: #9999CC ; */
/* margin: 0% auto 0% auto ; */
/* width: 90% ; */
/* height: 30px ; */
/* border-color: #9999CC ; */
/* border-width: 0px 1px 1px 1px ; */
/* border-style: solid ; */
}

* html #topNavDiv {
/* background-color: #9999CC ; */
/* margin: 0% auto 0% 8% ; */
/* width: 90% ; */
/* height: 45px ; */
/* border-color: #9999CC ; */
/* border-width: 0px 1px 1px 1px ; */
/* border-style: solid ; */
}

a.topNavLink:link, a.topNavLink:visited { 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

a.topNavLink:focus, a.topNavLink:hover, a.topNavLink:active {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8C5900;
	text-align: center;
}

#subNavDiv {
display: none ;
}

#subNavSpan {
display: none ;
}

#bodyDiv p.pageTitle{ margin:10px 0; }
.pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-variant: small-caps;
}


#bodyDiv { 
	padding-top:10px;
	font:normal normal 12px verdana, arial, sans-serif;
/* background-color: #cccccc ; */
/* margin: 0% auto 0% auto ; */
/* width: 90% ; */
/* position: relative; top: -15px ; */
/* border-color: #9999CC ; */
/* border-width: 0px 1px 1px 1px ; */
/* border-style: solid ; */
}

* html #bodyDiv { 
/* background-color: #cccccc ; */
/* margin: 0% auto 0% 8% ; */
/* width: 90% ; */
/* position: relative; top: -15px ; */
/* border-color: #9999CC ; */
/* border-width: 0px 1px 1px 1px ; */
/* border-style: solid ; */
}

h1 {
/* margin: 15px ; */
/* font: italic bold 24pt/36pt  "arial", "georgia", "san-serif" ; */
/* color: #000066 ; */
}

h2 {
/* margin: 15px ; */
/* font: italic bold 18pt/24pt "skia", "arial", "georgia", "san-serif" ; */
/* color: #660000 ; */
}

h3 {
/* margin: 15px ;  */
}

.h4 {
/* margin: 15px ;  */
/* font: italic bold 14pt/18pt "skia", "arial", "georgia", "san-serif" ;  */
/* color: #660000 ;  */
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left ;
}
.testimonialName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*font-style: italic;*/
	font-weight: bold;
}

.bodyTextRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left ;
	color: red ;
}

.bodyTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left ;
	font-weight: bold;
}

body { 
/* 	font: normal bold normal 8pt/16pt  "arial", "georgia", "san-serif" ;  */
/* 	color: #000000;  */ 
/* 	background: #D5D5FF url(template/bg01.gif) ;  */ 
/* 	margin: 0px;  */ 
}

/* BODY LInks */
a.bodyLink:link, a.bodyLink:visited{ 
	/* text-decoration: underline;  */ 
	/* color: #660000;  */
}
a.bodyLink:visited { 
 
/* 	text-decoration: none;  */ 
/* 	color: #BD5E60;  */
}

a.bodyLink:focus {
/* 	color: red;  */
/* 	text-decoration: underline;  */ 
}

a.bodyLink:hover {
/* 	color: red;  */
/* 	text-decoration: underline;  */ 
}
 
a.bodyLink:hover, a:active { 
/* 	text-decoration: underline;  */ 
/* 	color: red;  */
}

p { 
/* 	font: 12pt/24pt  "arial", "georgia", "san-serif" ;  */ 
/* 	color: black ;  */
}

#footereDiv { 
 	text-align: center;  
/* 	background-color: #9999CC ;  */
 	margin: 0% auto 0% auto ; 
 	width: 90% ;  
 	height: 80px ; 
/* 	border-color: #9999CC ;  */
/* 	border-width: 1px 1px 1px 1px ;  */
/* 	border-style: solid ;  */
/* 	font: 9pt/10pt  "arial", "georgia", "san-serif" ;  */ 
 	color: #000 ;  
	border: 5px ;
}

.footerText {
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

* html #footereDiv { 
/* 	text-align: center;  */ 
/* 	background-color: #9999CC ;  */
/* 	margin: 0% auto 0% 8% ;  */
/* 	width: 90% ;  */
/* 	height: 80px ;  */
/* 	border-color: #9999CC ;  */
/* 	border-width: 1px 1px 1px 1px ;  */
/* 	border-style: solid ;  */
/* 	font: 9pt/10pt  "arial", "georgia", "san-serif" ;  */ 
/* 	color: #000066 ;  */
}

#footer a:link, #footer a:visited { 
/* 	margin-right: 20px;  */ 
}

#addDiv01 {
/* 	height: 170px ;  */
/* 	text-align: left ;  */
/* 	font: 12pt /12pt "arial", "georgia", "san-serif" ;  */ 
/* 	color: #000066 ;  */
/* 	position: absolute; top: 30px; left: 350px ; right: 5%;  */
/* 	z-index: 3;  */
}

* html #addDiv01 {
/* 	height: 170px ;  */
/* 	text-align: left ;  */
/* 	font: 12pt /12pt "arial", "georgia", "san-serif" ;  */ 
/* 	color: #000066 ;  */
/* 	position: absolute; top: 30px; left: 350px ; right: 6%;  */
/* 	z-index: 3;  */
}

#addDiv02 {
 	display: none ;
}

#addDiv03 {
 	display: none ;
}

#addDiv04 {
	display: none ;
}

#addDiv05 {
	display: none ;
}

#addDiv06 {
	display: none ;
}

#addDiv07 {
	display: none ;
}

#addDiv08 {
	display: none ;
}

#addDiv09 {
	display: none ;
}

#addDiv10 {
	display: none ;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.v12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.modifiedDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.a12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.v12Ital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.v12BoldItal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-variant: small-caps;
}
.v12Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.v12Under {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}