/***** HTML tag styles *****/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 120%;
	color: #993333;
	font-weight: normal;
	float: left;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 175%;
 margin: 0px;
 padding: 0px;
text-align: center;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 margin: 0px;
 padding: 0px;
 text-align: center;
}

h3{
 font-family: Verdana,Arial,sans-serif;
	font-size: 130%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h4{
 font-family: Verdana,Arial,sans-serif;;
 font-size: 120%;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 110%;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
}

/***** Links ****/
a:link {
	color: #996633;
	text-decoration: none;
}

a:hover {
	color: #3300FF;
	text-decoration: underline;
	background-color :#CCCCCC;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	background-color: #99CC99;
}

/***** Layout Divs *****/
#masthead{
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #996633;
	width: 100%;
	padding-bottom: 10px;
	background: white;	
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-right-style: groove;
	border-right-color: #996633;
	border-right-width: 2px;
	border-left-style: groove;
	border-left-color: #996633;
	border-left-width: 2px;
}

#featured{
	float:right;
	width: 20%;
	padding: 10px;
}

#content{
	/*	float: left; */
	width: 55%;
	padding: 10px 0px 10px 20%;
	font-size: 90%;
}

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #993333;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#footerNav{
padding: 5px 0px 5px 0px;
}

#partners {
	padding: 10px 10px 10px 10px;
	height: 125px;
}

/*********** #navBar link styles ***********/
#navBar ul a:link {
	color: #996633;
	display: block;
}
#navBar ul a:visited {display: block;}

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navbar ul a:hover {
   color :#3399CC;
   background-color :#CCCCCC;
}

/************** content styles ***************/
#content h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

#content img{
	float: left;
	padding: 0px 10px 10px 0px;
}

#content ul {
	list-style-type: square;
	margin: 10px 0px 5px 0px;
}

/************* #footerNav styles **************/
#footerNav a {
	padding: 0 4px 0 4px;
}

/************* #partners styles ***************/
#partners img{
	vertical-align: middle;
	padding: 4px 4px 4px 4px;
}

#partners a:hover {
	background-color: #FFFFFF;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #993333;
	font-weight: bold;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #993333;
	padding: 2px 10px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

#headlines{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/*********** FORM styles ***********/
FORM {
 display: inline;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
.special {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}


.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
.large {
	font-size: 24px;
	font-weight: bold;
}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/*********** Error Message styles ***********/
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }
#featured img {
	border: 1px solid #993333;
	float: left;
	margin: 5px 5px 5px 5px;
}
.more {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
