body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
h1 {
	font-size: 18px;
	color: #691000;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}	
/* Begin Content Styles */
.main-content {
  font-size: 11px;
  line-height: 1.5em;
  }
.right-sidebar {
  font-size: 10px;
  color: #333333;
  }
/*Begin Form Styles */
form {
margin-top: 0px;
margin-bottom: 0px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	background-color: #FFFFFF;
	border-color:000000; 
	border-width:1px; 
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	background-color: #FFFFFF;
	line-height: 12px;
	border-color:000000; 
	border-width:1px; 
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	background-color: #FFFFFF;
	border-color:000000; 
	border-width:1px; 
}

fieldset {
	margin-top: 16px;
	padding: 10px;
}
legend {
	font: bold normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}
.classic-button { font: 11px arial,helvetica, sans-serif; font-weight: bold; letter-spacing: 1; color: #333333; cursor: pointer; cursor: hand; background-image : url(images/assets/style-imaging/form_btn_tile.gif); background-color : White;}
/* Begin Custom Styles */
.error_on_white {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.tinytext {
	font-size: 10px;
}
.touchofgrey {
	padding:5px;
	font-size: 10px;
	color:#999999;
}
.footertext {
	padding:5px;
	font-size: 10px;
	color:#999999;
}
.warning {
	font-weight: bold;
	color: #;;
	text-decoration: none;
}
/* Begin Link And Nav Styles */
a:link {
	text-decoration: underline;
	color: #691000;
}
a:visited {
	text-decoration: underline;
	color: #691000;
}
a:hover {
	text-decoration: underline;
	color: #004600;
 }
a:active {
	text-decoration: underline;
	color: #691000;
}
a.footermenu:link {
	text-decoration: underline;
	font-size: 10px;
	color: #FFFFFF;
}
a.footermenu:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #FFFFFF;
}
a.footermenu:hover {
	text-decoration: underline;
	font-size: 10px;
	color:#691000;
 }
a.footermenu:active {
	text-decoration: underline;
	font-size: 10px;
	color:  #FFFFFF;
}
a.right-sidebar:link {
	text-decoration: underline;
	font-size: 10px;
	color:#394A39;
}
a.right-sidebar:visited {
	text-decoration: underline;
	font-size: 10px;
	color:#394A39;
}
a.right-sidebar:hover {
	text-decoration: underline;
	font-size: 10px;
	color:#C5D1C5;
 }
a.right-sidebar:active {
	text-decoration: underline;
	font-size: 10px;
	color:#394A39;
}
/*
Begin horizontal header nav style
*/
ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-left: 40px;
	padding-bottom: 0px;
	/*border-bottom: 1px solid #000000;*/
	font: bold 9px verdana, arial, sans-serif;
}
ul#tabnav li {
	float: right;
	height: 20px;
	background-color: #0B495B;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #FFFFFF;
}
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
}
ul#tabnav a:hover {
	background-color: #E1ECEC;
	color: #0B495B;
}
/* Begin CSS Nagigation */
#navigation {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #999999;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 4px 4px 4px 0.9em;
	border-left: 9px solid #886b49;  
	border-right: 1px solid #711515;
	background-color: #691000; 
	color: #FFFFFF; /* link text color */
	text-decoration: none;
}
#navigation li a:hover {
	background-color: 886b49; /* rollover background */
	border-left: 9px solid #691000;  
	color: #FFFFFF; /* rollover link text color */
	text-decoration: underline;
}
#navigation-hard {
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pad-it-up {
margin:10px;
}