body {
	background-color: #D1EEDF;
	background-image: url(../images/background_spirals.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003366;
}
h1 {
	font-size: 120%;
	color: #662272;
	margin-top: 10px;
	margin-bottom: 6px;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 90%;
	color: #662272;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-right: 1em;
	padding-bottom: 0px;
}
h3 {
	font-size: 83%;
	font-weight: bold;
	margin-bottom: 5px;
}

p, td p {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 7px;
	padding-top: 0px;
	margin-right: 1em;
	line-height: 120%;
	color: #003366;
}
p.breadcrumbs {
	font-size: 70%;
	margin-bottom: -8px;
}
p.pink { 
	color: #662272;
	margin-top: 10px;
	margin-bottom: 6px;
	font-weight: normal;
	margin-right: 1em;
}
ul {
	margin-left: 0px;
	padding-left: 1em;
	margin-top: 0px;
	padding-top: 0px;
}
li {
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-right: 5px;
	color: #003366;
}



a:link {
	color: #662272;
	text-decoration: underline;
}
a:visited {
	/*color: #0F7E87; */
 	/*color: #75A191; */
	color: #679886;
	text-decoration: underline;
}
#page   { /*this is the overall container that centers on the page*/
	 position:relative;
	 left:0px;
	 top:20px;
	 margin: 0 auto;
	 padding: 0px;
	 width:760px;
	 z-index:1;
	 overflow: visible;
	 background-color: #FFFFFF; 
}
.clearit  { /*is used to clear divs that sit side by side and make them equal in length*/
	clear:both;
}
 #topnav   {
	width:760px;
	height:25px;
	z-index:2;
}
#topbanner   { 
	width:760px;
	height:187px;
	z-index:2;
	background-color: #FFFFFF;
}
#quote  {
	position:absolute;
	left:267px;
	top:76px;
	width:320px;
	height:55px;
	z-index:3;
	display: none;
}
#pageTitle   {
	position:absolute;
	left:223px;
	top:172px;
	width:500px;
	height:42px;
	z-index:3;
	background-color: #FFFFFF;
}
#content   { 
	width:760px;
	z-index:3;
	background-color: #FFFFFF;
	padding-top: 15px;
	margin-bottom: 20px; 
}

#sidebar   {  
	width:173px;
	margin-top: 3px; 
	background-color: #FFFFFF;
	overflow: visible;
	font-size: 12px;
	color: #00716B;
	float: left; 
}

#sidebar a:link {
	font-weight: normal;
	color: #682272;
	text-decoration: none; 
}

#sidebar a:visited {
	font-weight: normal;
	color: #682272;
	text-decoration: none; 
}
#sidebar a:hover {
	font-weight: normal;
	color: #682272;
	text-decoration: underline; 
}
#sidebar p  {
	font-size: 13px;
	font-weight: normal;
	color: #00716B;
	text-align: right;
	margin-right: 0px;
}
#sidebar p.lefttext {
	font-weight: normal;
}

/*this class is used on the sidebar items that are not links*/
#sidebar p.navtitle {
	font-weight: bold;
	margin-top: 18px;
}
#textarea {   
	background-color: #FFFFFF;
	margin-left: 180px;
	padding-left: 43px;
	overflow: visible; 
	color: #00716B; 
}
.rightSidebarhome   { /*this is a classed div that holds the stuff on the right hand side,
you may not use this on every page*/
	float: right;
	width: 140px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #75A191;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	
}
.rightSidebarhome p  {
	font-size: 70%;
}

.rightSidebar   { /*this is a classed div that holds the stuff on the right hand side of secondary pages */
	float: right;
	width: 200px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #75A191;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	
}
.rightSidebar p  {
	font-size: 70%;
	margin-bottom: 10px;
	color: #003366;
}
.rightSidebar li  {
	font-size: 70%;
}

.rightSidebarnarrow   { /*this is a classed div that holds the stuff on the right hand side,
you may not use this on every page*/
	float: right;
	width: 140px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #75A191;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	
}
.rightSidebarnarrow p  {
	font-size: 70%;
}
.testimonial {
	line-height: 150%;
	margin-top: 12px;
	margin-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00716B;
	background-color: #DAF1E4;
	margin-right: 5px;
	padding: 5px;
}

/*this styles the bottom table that holds the address stuff*/
#bottominfo {
	font-size: 10px;
	margin-right: 10px;
	margin-left: 230px; 
	padding-top: 10px;
	padding-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #75A191; 
}
 

.imageFloatRight {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #75A191;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.imageFloatLeftNoBorder {
	float: left; 
	margin-right: 20px;
}
.imageFloatRightNoBorder {
	float: right; 
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}


.homepara1 {
	font-size: 90%;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 1em;
	font-style: normal;
	letter-spacing: 0.08em;
}

/* textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D6EFEB;
	color: #0F7E87;
	font-size: 80%;
} */
textarea, select, input {
 background-color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 12px;
 scrollbar-base-color: #cccccc;
 scrollbar-arrow-color: white;
 scrollbar-track-color: #cccccc;
 scrollbar-shadow-color: black;
 scrollbar-lightshadow-color: #00716B;
 scrollbar-darkshadow-color: black;
 scrollbar-highlight-color: white;
 scrollbar-3dlight-color: black;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: #003366;
 border-right-color: #003366;
 border-bottom-color: #003366;
 border-left-color: #003366;
}
input, table td input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}
 
.inputwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #00716B;
	font-size: 70%;
	border: none;
}
 
.hypquestion {
	color: #682272;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
 
.byline {
	font-size: 65%;
	font-weight: normal;
}
.whatsnewbg {
	border: 1px outset #682272;
	padding: 8px;
	background-image: url(../images/background_spirals.gif);
	background-position: -150px;
}
.reqd {
	font-weight: bold;
	color: #682272;
	font-size: 12pt;
}
.ovalbuttons {
	border: none;
	background-color: #FFFFFF;
}
.imageborder {
	border: 1px solid #75A191;
}
.classdesc {
	background-color: #E4E4E4;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #00716B;
	border-bottom-color: #00716B;
	border-left-color: #00716B;
}
.classdescwht {
	background-color: #ffffff;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00716B;
	border-right-color: #00716B;
	border-bottom-color: #00716B;
	border-left-color: #00716B;
}
.imageFloatLeftSmall {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}
.imageFloatRightMargin {

	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #75A191;
	margin-left: 20px;
}

hr {
	width: 80%; 
	color: #d1eedf;
	margin-top: 25px;
	margin-bottom: 20px;
}

/* Tables */
.tables {
	width: 500px; 
	font-size: 11px;
	line-height: 14px;
	padding:8px 0px;
}

.tables table {
  	width: 100%;
  	border: 1px solid #d1eedf;
  	border-bottom: none;
  	background: #fff;
  	}
.tables table caption {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: auto;
 	border: 1px solid #d7d9c5;
  	border-bottom: none;
 	background: #fff;
  	}
.tables table th, .tables table td {
  	margin: 0;
  	padding: 8px 15px;
  	text-align: center;
  	border-bottom: 1px solid #d1eedf;
  	}
.tables table th {
  	color: #333;
  	}
.tables table tr {
  	background: #fff;
  	}
.tables table tr.alt {
  	background: #eef8f3;
  	}
.tables table tr.bold {
  	background: #ededed;
  	font-weight: bold;
  	}








