@charset "utf-8";
/* CSS Document for TEXT

This CSS document was designed by Heath Landrum of Unconfusing Technology LLC.
Please give credit when copying this code.
*/

a,a:link,a:visited
{
	font:normal small "Verdana",Arial,sans-serif;
	color:#333333;
	text-decoration:none;
}

a:hover
{
	font:normal small "Verdana",Arial,sans-serif;
	color:#8794AB;
	text-decoration:none;
}

p
{
	font-family:Verdana, Georgia;
	font-size:12px;
	padding:0px;
	text-align:justify;
}

h1,h2,h3,h4,h5,h6
{
	color:#00355F;
	font-family:Verdana, Georgia, Franklin Gothic Heavy;
	text-transform:lowercase;
}
/* to make IE consistent... */

h1
{
	font-size:20px;
}
h2
{
	font-size:18px;
}
h3
{
	font-size:16px;
}

.boldgreen
{
	font-weight:bold;
	color:#00355f;
}

.small, .small a, .small a:link, .small a:hover, .small a:visited
{
	font:normal 10px "Verdana", Georgia;
	color:#00355f;
	margin:0px;
	padding:0px;
}
  .small a:hover
{
	font:normal x-small "Verdana", Georgia;
	text-decoration:underline;
}

#maintabs
{
	margin:20px auto;
	margin-bottom:10px;
	border-top:0px solid #00355f;
	background-color:transparent;
}
.tabs ul
{
	padding:0px;
	margin: 0;
	font: normal small Verdana;
	list-style-type:none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.tabs li
{
	display: inline;
	margin:0;
	padding:0;
}
.tabs li a, .tabs li a:visited, .tabs li a:active
{
	text-decoration: none;
	padding: 4px;
	margin:0px 3px;
	font:17px Verdana !important;
	border: none;
	color: #00355f !important;
}
.tabs li a:hover, .tabs li a.current
{
	color: #00355f !important;
	background-color:#eeeeee;
}

#crumbs
{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#374958;
	text-decoration:none;
	margin:5px auto;	
	width:600px;
	height:15px;
	border-bottom:1px solid #B6CE95;
}
#crumbs ul
{
	margin:0px auto;
	list-style:none;
}
#crumbs li
{
	list-style:none;
	padding:0px 4px 0px 4px;
	margin:0px auto;
	float:left;
}
#crumbs a
{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#374958;
	text-decoration:none;
	margin:0px auto;
	padding:0px;
}
#crumbs a:hover
{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#B6CD97;
	text-decoration:none;
}