
body{
	background:#5524AE;
	margin:5px auto;
	text-align:center;
	}

#wrapper{
	margin: auto;
	border-top:2px solid #975FFF;
	border-right:2px solid #975FFF;
	border-bottom:2px solid #975FFF;
	border-left:2px solid #975FFF;
	width:800px;
	background:#FFF;
	}
	
.titleHR{
	margin:0px 0px 5px 0px; *margin:0px 0px -5px 0px;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:2px;
	width:45%;
	border:0;
}

#bodyDiv{
	text-align:left;
	float:left;
	width:610px;
	margin:10px 0px 0px 0px;
	padding:0px 10px 10px 10px;
	}

.contactFormStyle input,textarea,select{
	border:1px solid #666;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px;
}
input.contactSubmitBTN{
	border:3px double #666;
	padding:2px 8px;
	font-weight:bold;
}
.off{
	background:#FFF;
}
.over{
	background:#99CCFF;
	cursor:pointer;
}

#headerDiv{
	border-top: #999;
	border-right: #999;
	border-bottom:4px solid #999;
	border-left: #999;
	}
	
#headerIMG{
	display:block;
	}

/* -------------------------- TOP NAVIGATION -------------------------- */

#topNavDiv{
	width:100%;
	background:#666 ;	
	border-top:1px solid #666;
	border-right:0px solid #666;
	border-bottom:1px solid #666;
	border-left:0px solid #666;
	}

table.topNav td a{
	display: block;
	height:22px;
	text-align:center;
	font: normal bold 11px verdana, arial, sans-serif;
	padding:4px 20px 0px 20px;
	margin:0px 1px 0px 1px;
	}

table.topNav td a.topNavLinks:link, table.topNav td a.topNavLinks:visited {
	color: #FFF;
	text-decoration: none;
	}
table.topNav td a.topNavLinks:focus, table.topNav td a.topNavLinks:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6;
	}
	
/* ~~~~~~~~ TOP NAV CURRENT ~~~~~~~~ */
table.topNav td a.topNavCurrent:link, table.topNav td a.topNavCurrent:visited {
	color: #000;
	text-decoration: underline;
	background: #E6E6E6;
	}
table.topNav td a.topNavCurrent:focus, table.topNav td a.topNavCurrent:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6;
	}
	
/* ------------ TOP NAV *SUB* ---------------- */
table.topNav_SUB{
	float:right;
	width:;
	text-align:center;
	background:#666 ;
	margin:4px 0px 10px 0px;
	border-top:3px solid #666;
	border-right:2px solid #666;
	border-bottom:0px solid #666;
	border-left:0px solid #666;
	}
	
table.topNav_SUB td a{
	display: block;
	text-decoration: none;
	font: normal bold 11px verdana, arial, sans-serif;
	padding:4px 30px 4px 30px;
	margin:0px 0px;
	}

table.topNav_SUB td a.topNavLinks:link, table.topNav_SUB td a.topNavLinks:visited {
	color: #FF6600;
	background: #FFF;
	}
table.topNav_SUB td a.topNavLinks:focus, table.topNav_SUB td a.topNavLinks:hover {
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0;
	}
	
/* ~~~~~~~~ TOP NAV *SUB* CURRENT ~~~~~~~~ */
table.topNav_SUB td a.topNavCurrent:link, table.topNav_SUB td a.topNavCurrent:visited {
	color: #FF6600;
	background: #f0f0f0;
	}
table.topNav_SUB td a.topNavCurrent:focus, table.topNav_SUB td a.topNavCurrent:hover {
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0;
	}
	
	


/* ------------ LEFT NAVIGATION ---------------- */
table.leftNav{
	float:left;
	width:160px;
	text-align:left;
	background:#975FFF ;
	border-top:0px solid #975FFF;
	border-right:1px solid #975FFF;
	border-bottom:1px solid #975FFF;
	border-left:0px solid #975FFF;
	}

table.leftNav td a{
	display: block;
	font: normal bold 11px verdana, arial, sans-serif;
	padding:6px 3px 6px 3px;
	margin:1px 0px 1px 0px;
	}

table.leftNav td a.leftNavLink:link, table.leftNav td a.leftNavLink:visited {
	color: #000;
	text-decoration: none;
	}
table.leftNav td a.leftNavLink:focus, table.leftNav td a.leftNavLink:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6;
	}
	
/* ~~~~~~~~ LEFT NAV CURRENT ~~~~~~~~ */
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: #000;
	text-decoration: none;
	background: #E6E6E6;
	}
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6;
	}



/* +++++++++++++++++++ SUB NAV ++++++++++++++++++++ */
tr.leftNavSub td a{
	display: block;
	text-decoration: none;
	font: normal normal 12px verdana, arial, sans-serif;
	padding:6px 3px 6px 15px;
	}
tr.leftNavSub td a:link, tr.leftNavSub td a:visited {
   color: #FFF;
	}
tr.leftNavSub td a:focus, tr.leftNavSub td a:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6;
	}



/* ---------- Footer Elements ---------- */
#footerDiv{
	clear:both;
	width:100%;
	text-align:center;
	background:#975FFF;
	padding:2px 0px 2px 0px;
	font:normal normal 10px verdana, arial, sans-serif;
	color: #FFF;
	}

/* ------------- FONTS ----------------- */
.title{
	font:normal bold 20px verdana, arial, sans-serif;
	color: #990000;
	text-align:left;
	margin:0px 0px 0px 0px; *margin:0px 0px -5px 0px;
	}
.tagline{
	font:italic bold 14px verdana, arial, sans-serif;
	color: #000;
	text-align:left;
	margin:0px 0px 5px 0px;
	}

.bodyText {
	font:normal normal 12px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	}
.bodyTextRight {
	font:normal normal 12px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	text-align:right;
	}
.bodyTextBold {
	font:normal normal 12px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	font-weight:bold;
	}
.bodyTextBoldRight {
	font:normal normal 12px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	font-weight:bold;
	text-align:right;
	}

/* --------- LINKS -------------- */
a:link { color: #0D4B98; text-decoration: underline;}
a:visited { color: #0D4B98; text-decoration: underline;}
a:focus { color: #990000; text-decoration: none;}
a:hover { color: #990000; text-decoration: none;}

a.footerLink:link { color: #999; text-decoration: underline;}
a.footerLink:visited { color: #999; text-decoration: underline;}
a.footerLink:focus { color: #333; text-decoration: none;}
a.footerLink:hover { color: #333; text-decoration: none;}


/* TinyMCE editor body */
body.mceContentBody {
   background: #FFF;
   text-align:left; }