
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666666;
	background-color:#b6b6b6;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	margin:50px 10px 10px 10px;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-bottom:0px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin-bottom:0px;
}
h3 {
	font-size:12px;
	color:#000000;
	font-style:italic;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:4px;
}
p {
	margin-top:0px;
}

.home_txt {
	font-size:14px;
	line-height:26px;
}
/*---------------HEADER---------------------*/

.tagline {
	color:#FFFFFF;
	font-size:10px;
	padding-top:0px;
}

td.topnav {
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	padding-top:12px;
}
.topnav a:link {
	color:#666666;
	text-decoration:none;
}
.topnav a:visited {
	color:#666666;
	text-decoration:none;
}
.topnav a:hover {
	color:#ffffff;
	text-decoration:none;
}


/*---------------CONTACT AREA---------------------*/
td.contact {
	color:#666666;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	padding:20px 0px 20px 0px;
}
.contact a:link {
	color:#666666;
	text-decoration:none;
}
.contact a:visited {
	color:#666666;
	text-decoration:none;
}
.contact a:hover {
	color:#ffffff;
	text-decoration:none;
}

/*---------------CONTENT AREA---------------------*/
.img_orange {
	margin-left:10px;
	margin-bottom:10px;
	padding:6px;
	border:solid #df5735 1px;
}
.img_yellow {
	margin-left:10px;
	margin-bottom:10px;
	padding:6px;
	border:solid #d3bd49 1px;
}
.img_green {
	margin-left:10px;
	margin-bottom:10px;
	padding:6px;
	border:solid #8ba83e 1px;
}
.img_blue {
	margin-left:10px;
	margin-bottom:10px;
	padding:6px;
	border:solid #6087b3 1px;
}
td.content_home {
	padding:30px 20px 30px 20px;
	background-color:#FFFFFF;
	background-repeat:repeat-y;
}
.content_home a:link {
	color: #df5735;
	text-decoration: none;
}
.content_home a:visited {
	color: #df5735;
	text-decoration: none;
}
.content_home a:hover {
	color: #df5735;
	text-decoration: underline;
}
.content_home a:active {
	color: #df5735;
	text-decoration: underline;
}
td.content_orange {
	padding:30px 20px 30px 20px;
	background-color:#FFFFFF;
	background-image:url(images/back_orange_strip.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.content_orange a:link {
	color: #df5735;
	text-decoration: none;
}
.content_orange a:visited {
	color: #df5735;
	text-decoration: none;
}
.content_orange a:hover {
	color: #df5735;
	text-decoration: underline;
}
.content_orange a:active {
	color: #df5735;
	text-decoration: underline;
}
td.content_yellow {
	padding:30px 20px 30px 20px;
	background-color:#FFFFFF;
	background-image:url(images/back_yellow_strip.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.content_yellow a:link {
	color: #d3bd49;
	text-decoration: none;
}
.content_yellow a:visited {
	color: #d3bd49;
	text-decoration: none;
}
.content_yellow a:hover {
	color: #d3bd49;
	text-decoration: underline;
}
.content_yellow a:active {
	color: #d3bd49;
	text-decoration: underline;
}
td.content_green {
	padding:30px 20px 30px 20px;
	background-color:#FFFFFF;
	background-image:url(images/back_green_strip.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.content_green a:link {
	color: #8ba83e;
	text-decoration: none;
}
.content_green a:visited {
	color: #8ba83e;
	text-decoration: none;
}
.content_green a:hover {
	color: #8ba83e;
	text-decoration: underline;
}
.content_green a:active {
	color: #8ba83e;
	text-decoration: underline;
}

td.content_blue {
	padding:30px 20px 30px 20px;
	background-color:#FFFFFF;
	background-image:url(images/back_blue_strip.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.content_blue a:link {
	color: #6087b3;
	text-decoration: none;
}
.content_blue a:visited {
	color: #6087b3;
	text-decoration: none;
}
.content_blue a:hover {
	color: #6087b3;
	text-decoration: underline;
}
.content_blue a:active {
	color: #6087b3;
	text-decoration: underline;
}
/*------------------FOOTER-----------------------*/
td.footer {
	color:#666666;
	font-size:10px;
	line-height:14px;
	padding:20px 20px 10px 20px;
}
.footer a:link {
	color:#666666;
	font-size:10px;
	line-height:14px;
	text-decoration: none;
}
.footer a:visited{
	color:#666666;
	font-size:10px;
	line-height:14px;
	text-decoration: none;
}
.footer a:hover{
	color:#666666;
	font-size:10px;
	line-height:14px;
	text-decoration: underline;
}

/*------------------NAV ORANGE-----------------------*/
td.nav_orange {
	background-image:url(images/back_orange.gif);
	background-repeat:repeat;
	background-color:#df5735;
	color:#FFFFFF;
	font-size:18px;
	cursor:hand;
}
.nav_orange a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_orange a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_orange a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_orange a:active {
	color: #FFFFFF;
	text-decoration: none;
}
td.nav_orange_over {
	background-image:url(images/back_orange_over.gif);
	background-repeat:repeat;
	background-color:#df5735;
	color:#FFFFFF;
	font-size:18px;
	cursor:hand;
}
.nav_orange_over a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_orange_over a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_orange_over a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_orange_over a:active {
	color: #FFFFFF;
	text-decoration: none;
}
td.nav_orange_on {
	background-color:#FFFFFF;
	color:#df5735;
	font-size:18px;
}
.nav_orange_on a:link {
	color: #df5735;
	text-decoration: none;
}
.nav_orange_on a:visited {
	color: #df5735;
	text-decoration: none;
}
.nav_orange_on a:hover {
	color: #df5735;
	text-decoration: none;
}
.nav_orange_on a:active {
	color: #df5735;
	text-decoration: none;
}

/*------------------NAV YELLOW-----------------------*/
td.nav_yellow {
	background-image:url(images/back_yellow.gif);
	background-repeat:repeat;
	background-color:#d3bd49;
	color:#FFFFFF;
	font-size:18px;
	cursor:hand;
}
.nav_yellow a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_yellow a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_yellow a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_yellow a:active {
	color: #FFFFFF;
	text-decoration: none;
}
td.nav_yellow_over {
	background-image:url(images/back_yellow_over.gif);
	background-repeat:repeat;
	background-color:#d3bd49;
	color:#ffffff;
	font-size:18px;
	cursor:hand;
}
.nav_yellow_over a:link {
	color: #ffffff;
	text-decoration: none;
}
.nav_yellow_over a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav_yellow_over a:hover {
	color: #ffffff;
	text-decoration: none;
}
.nav_yellow_over a:active {
	color: #ffffff;
	text-decoration: none;
}
td.nav_yellow_on {
	background-color:#FFFFFF;
	color:#d3bd49;
	font-size:18px;
}
.nav_yellow_on a:link {
	color: #d3bd49;
	text-decoration: none;
}
.nav_yellow_on a:visited {
	color: #d3bd49;
	text-decoration: none;
}
.nav_yellow_on a:hover {
	color: #d3bd49;
	text-decoration: none;
}
.nav_yellow_on a:active {
	color: #d3bd49;
	text-decoration: none;
}
/*------------------NAV GREEN-----------------------*/
td.nav_green {
	background-image:url(images/back_green.gif);
	background-repeat:repeat;
	background-color:#8ba83e;
	color:#FFFFFF;
	font-size:18px;
	cursor:hand;
}
.nav_green a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_green a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_green a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_green a:active {
	color: #FFFFFF;
	text-decoration: none;
}
td.nav_green_over {
	background-image:url(images/back_green_over.gif);
	background-repeat:repeat;
	background-color:#8ba83e;
	color:#ffffff;
	font-size:18px;
	cursor:hand;
}
.nav_green_over a:link {
	color: #ffffff;
	text-decoration: none;
}
.nav_green_over a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav_green_over a:hover {
	color: #ffffff;
	text-decoration: none;
}
.nav_green_over a:active {
	color: #ffffff;
	text-decoration: none;
}
td.nav_green_on {
	background-color:#FFFFFF;
	color:#8ba83e;
	font-size:18px;
}
.nav_green_on a:link {
	color: #8ba83e;
	text-decoration: none;
}
.nav_green_on a:visited {
	color: #8ba83e;
	text-decoration: none;
}
.nav_green_on a:hover {
	color: #8ba83e;
	text-decoration: none;
}
.nav_green_on a:active {
	color: #8ba83e;
	text-decoration: none;
}

/*------------------NAV BLUE-----------------------*/
td.nav_blue {
	background-image:url(images/back_blue.gif);
	background-repeat:repeat;
	background-color:#6087b3;
	color:#FFFFFF;
	font-size:18px;
	cursor:hand;
}
.nav_blue a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_blue a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_blue a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_blue a:active {
	color: #FFFFFF;
	text-decoration: none;
}
td.nav_blue_over {
	background-image:url(images/back_blue_over.gif);
	background-repeat:repeat;
	background-color:#6087b3;
	color:#ffffff;
	font-size:18px;
	cursor:hand;
}
.nav_blue_over a:link {
	color: #ffffff;
	text-decoration: none;
}
.nav_blue_over a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav_blue_over a:hover {
	color: #ffffff;
	text-decoration: none;
}
.nav_blue_over a:active {
	color: #ffffff;
	text-decoration: none;
}
td.nav_blue_on {
	background-color:#FFFFFF;
	color:#6087b3;
	font-size:18px;
}
.nav_blue_on a:link {
	color: #6087b3;
	text-decoration: none;
}
.nav_blue_on a:visited {
	color: #6087b3;
	text-decoration: none;
}
.nav_blue_on a:hover {
	color: #6087b3;
	text-decoration: none;
}
.nav_blue_on a:active {
	color: #6087b3;
	text-decoration: none;
}





.nav_img {
	padding-right:10px;
}









