body	{ 
	background-color: #66a997; 
	color: #000000; font-family: Arial, Helvetica, sans-serif; 
	margin: 0; padding: 0;
	font-size: 13pt;
}

img {
	border: 0px;
	vertical-align: text-bottom;
}

td img {display: block;}

.small	{
	font-size: 7pt; color: #e9f0f4; margin: 0;
	text-align: left;
	background-color: #66a997;
}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.green {color: #00755a;}
.notop {	margin-top: 0;}

/*~~~~~~~~~~~~~~~~~Home Page Styles~~~~~~~~~~~~~~~~~*/
#graytitle {
	color: #808284;
	width: 949px;
	font-size: 26px;
	padding-left: 68px;
	padding-top: 14px;
	border-bottom: 3px solid #0076b4;
}

#hp_content {
	width: 720x;
	height: 400px;
	background: url(../images/hp_content_bkgrnd.jpg) no-repeat 0px 0px;
	text-align: left;
	background-color: #e5f0ed; 
}

#hp_content .text {
	margin-top: 15px;
	padding-left: 25px; padding-right: 15px; 
}

#hp_content .flow {
  float: left;
  clear: left;
  margin: 0px 6em 0px 0px;
}


/*~~~~~~~~~~~~~~~~~Layout Styles~~~~~~~~~~~~~~~~~*/


.fullwidth {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sitewidth {
	width: 1000px;
	text-align: left;
	background-color: #ffffff; 
}

#leftside {
	background: url(../images/leftside_bkgrnd.jpg) repeat-x 0px 0px;
	width: 20%;
}

#rightside {
	background: url(../images/rightside_bkgrnd.jpg) repeat-x 0px 0px;
	width: 20%;
}

#rightshadow {
	background: url(../images/rightshadow_bkgnd.gif) repeat-y 0px 0px;
}





/*~~~~~~~~~~~~~~~~~Content Styles~~~~~~~~~~~~~~~~~*/

#content {
	width: 958px;
	height: 400px;
	background: url(../images/content_bkgrnd.jpg) no-repeat 0px 0px;
	padding-left: 20px; padding-right: 20px;
	background-color: #e5f0ed;
}

#content2 {
	height: 600px;
	background: url(../images/content_bkgrnd2.jpg) no-repeat 0px 0px;
	padding-left: 4px; padding-right: 4px;
	background-color: #e5f0ed;
}

#content .text, #content2 .text {
	padding-top: 5px;
	text-align: left;
	padding-left: 25px; padding-right: 15px;
}

#content .flow {
  float: left;
  display: block;
  clear: left;
  margin: 0px 6em 0px 0px;
}

h1 {
	font-size: 24pt;
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: normal;
}

h2 {
	font-size: 20pt;
	margin-top: 30px;
	margin-bottom: 0;
	font-weight: normal;
}

h3 {
	font-size: 16pt;
	margin-top: 30px;
	margin-bottom: 0;
}

.search {
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #0077bf;
}


/*~~~~~~~~~~~~~~~~~Top Tab Styles~~~~~~~~~~~~~~~~~*/


.buttons {
    background-color: #e6f1ee;
    height: 36px;
    margin: 0; padding: 0; 
    position: relative;
    margin-left: 38px;
}

.buttons li {
    height: 36px; margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}

.buttons li, .buttons a {
    display: block;
    text-decoration: none;
    text-align: center; padding-right: 6px; font-size: 10pt;
    line-height: 11pt;
    color: #007cc2; 
}

.buttons .text {
    height: 38px;
    padding-top: 4px;
}

.buttons .text2 {
    height: 38px;
    padding-top: 10px;
}

*:first-child+html .buttons .text   {
    height: 30px;
    padding-top: 6px;
}

*:first-child+html .buttons .text2   {
    height: 30px;
    padding-top: 12px;
}
    

#tab8 {
	background: url(../images/second_tabtop.gif);
	left: 26px; width: 117px;
}

#tab1 {
	background: url(../images/second_tabtop.gif);
	left: 143px; width: 117px;
}

#tab2 {
	background: url(../images/second_tabtop.gif);
	left: 260px; width: 117px;
}

#tab3 {
	background: url(../images/second_tabtop.gif);
	left: 377px; width: 117px;
}

#tab4 {
	background: url(../images/second_tabtop.gif);
	left: 494px; width: 117px;
}

#tab5 {
	background: url(../images/second_tabtop.gif);
	left: 611px; width: 117px;
}

#tab6 {
	background: url(../images/second_tabtop.gif);
	left: 728px; width: 117px;
}

#tab7 {
	background: url(../images/last_tabtop.gif);
	left: 845px; width: 111px;
}


#tab8 a:hover {
    background: transparent url(../images/second_tabtop.gif)
    0 -38px no-repeat;
}
  
#tab1 a:hover {
    background: transparent url(../images/second_tabtop.gif)
    0 -38px no-repeat;
}

#tab2 a:hover {
    background: transparent url(../images/second_tabtop.gif)
    0 -38px no-repeat;
}

#tab3 a:hover {
    background: transparent url(../images/second_tabtop.gif)
    0 -38px no-repeat;
}

#tab4 a:hover {
    background: transparent url(../images/second_tabtop.gif)
    0 -38px no-repeat;
}

#tab5 a:hover {
    background: transparent url(../images/second_tabtop.gif)
    0 -38px no-repeat;
}

#tab6 a:hover {
    background: transparent url(../images/second_tabtop.gif)
    0 -38px no-repeat;
}

#tab7 a:hover {
    background: transparent url(../images/last_tabtop.gif)
    0 -38px no-repeat;
}


/*~~~~~~~~~~~~~~~~~Navigation Styles~~~~~~~~~~~~~~~~~*/

a:link 		{color: #007cc2;}
a:active 	{color: #007cc2;}
a:visited 	{color: #0088ac;}
a:hover 	{color: #000000;}
