/* --------------------------------------
             B A S I C
-------------------------------------- */

body {
	background-color: #FFFFFF;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}


td,th {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

.txtlink {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #0033CC;
	font-weight: bold;
	letter-spacing: 1px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0px;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.catname {
	font-family: Arial, sans-serif;
	font-size: 21px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
}

.xbig {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #0033CC;
	font-weight: bold;
	letter-spacing: 0px;
}

.big {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0px;
}

.medium {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.small {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
}



/* --------------------------------------
             L I S T S
-------------------------------------- */

ul,li {
	line-height: 21px;
	list-style-image: url(../images/bullet.gif);
}


/* --------------------------------------
             L I N K S
-------------------------------------- */

a:link {
	text-decoration: none;
	color: #3366CC;
	background-color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #3366CC;
	background-color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3366CC;
}

a:active {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #3366CC;
}

.biglink {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #3366CC;
	font-weight: bold;
}



/* --------------------------------------
             U N U S E D
-------------------------------------- */


.footer {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #0033CC;
}

.bookmark {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.cmr {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.required {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #0033CC;
}

.form {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
/* Main Navigation Styles - added 3-19-2008 */
#mainNav {
	width: 160px;
}
#mainNav a {
	color: #FFFFFF;
	background-color: #3366CC;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #72a1e4;
	position: relative;
	height: 21px;

}
#mainNav a:hover {
	background-color: #2952a7;
	
}
#mainNav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#mainNav li {
	list-style-type: none;
	text-indent: 1em;
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 22px;

}
#navTop a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #72a1e4;
	height: 20px;
}
#navBottom a {
	background-color: #3366CC;
	background-image: url(../images/mainNav_bottom.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: 0px;
	background-position: right bottom;
	height: 22px;

}
#navBottom a:hover {
	background-image: url(../images/mainNav_bottom_over.gif);
	background-repeat: no-repeat;
	background-color: #2952a7;
	background-position: right bottom;
}
/* Contact Form Styles */
#contactForm fieldset{
border:none;
margin:0px;
padding:0px 0px 5px 0px;
}
#contactForm label{
float:left;
width:18%;
text-align:right;
margin-right:10px;
font-size:12px;
font-weight:bold;
}
#contactForm input{
width:65%;
height:125%;
padding:4px;
margin:0px;
}
#contactForm textarea{
margin:0px;
padding:2px;
width:65%;
height:67px;
}
#contactForm {
	width: 500px;
	float: left;
	margin-top: 30px;
}
#searchBox {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float:left;
	margin-top:6px;
}
#searchBox form {
	margin:0px;
}
