/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/* Styles we want all browsers to see */
body {
	background-color: #d9edf0;
	font-family: Arial,sans-serif;
	font-size: 12px;
	width: 800px;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	color: #1a307b;
}



/* Jimbo's addition to make P's silent */
p {
	margin: 0px;
	text-align: center;
	color: #000;
}



/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #1a307b;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
}

a:hover{
	text-decoration: none;
	color: #add490;
	font-size: 12px;
}


.Logo {
text-align:left; 
}

.header_top_line {
text-align: right;
font-size: 12px;
}

.header_search_line {
text-align: right;
font-size: 12px;
}

.style_header_search_line {
font-family: Arial, Helvetica, sans-serif;
font-size:12px; 
}

.small_vertical_gap_between_rounded_blocks {
margin-top: 5px;
}



/*************** Rounded boxes *******************/
.rounded {
  width: 800px;
}

.top-left {
background-image: url(images/cornersTopLeftBlack_8px.png);
height: 8px;
width: 12px;
font-size: 2px;
}
.top-right {
float: right;
margin-top: -8px;
background-image: url(images/cornersTopRightBlack_8px.png); 
height: 8px; 
width: 12px;
font-size: 2px;
}
.top {
margin-left: 12px;
margin-top: -8px;
background-image: url(images/cornersTopMiddleBlack_8px.png); 
height: 8px; 
width:776px;
font-size: 2px;
}

.insideLogo {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 12px;
	padding-right: 12px;
	background: #ffffff;
}

.inside {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #FFFFFF;
padding-left: 12px;
	padding-right: 12px;
}

.insideNavigation {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background: #FFFFFF;
padding-left: 12px;
padding-right: 12px;
height: 20px;
}

.notopgap {
margin-top: 0;
}

.nobottomgap {
margin-bottom: 0;
}

.bottom-left {
background-image: url(images/cornersBottomLeftBlack_8px.png);
height: 8px;
font-size: 2px;
width: 12px;
}

.bottom-right {
margin-top: -8px;
margin-left: 788px;
background-image: url(images/cornersBottomRightBlack_8px.png);
height: 8px;
font-size: 2px;
width: 12px;
}

.bottom {
margin-left: 12px;
margin-top: -8px;
background-image: url(images/cornersBottomMiddleBlack_8px.png); 
height: 8px; 
width:776px;
font-size: 2px;
}



/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 0px 6px;
	font: xx-small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #086c9e; /* HA Blue */
	text-decoration: underline;
}


/***** Bold links on home page */

#FrontPageLinks
{
	padding: 0px 0px 0px 0px;
	font: 12pt Arial,sans-serif;
	color: #cc3300;
	font-weight:bold;
}

#FrontPageLinks a, #FrontPageLinks a:visited
{
	text-decoration: none;
	color: #cc3300;
}

#FrontPageLinks a:hover
{
	text-decoration: underline;
	color: #000000;
}



/************ Headings ****************/

h1{
	font: 16pt Arial,sans-serif;
	color: #1a307b;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h2{
 font: bold 12pt Arial,sans-serif;
 color: #1a307b;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #1a307b;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #1a307b;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #1a307b;
 margin: 0px;
 padding: 0px;
}







/************** siteInfo styles - AKA the Footer ****************/
#FooterLinks
{
	font-size: 10px;
	font-weight:bold;
	color: #1a307b;
}

#FooterLinks a, #FooterLinks a:visited
{
	color: #1a307b; 
	font-weight:bold;
	text-decoration: none;
}

#FooterLinks a:hover{
	color:#1a307b;
	text-decoration: underline;
}

#siteInfo{
	clear: both;
	font-size: 10px;
	font-weight:bold;
	color: #1a307b;
}

#siteInfo a, #siteInfo a:visited
{
	color: #1a307b;
	text-decoration: none;
	font-weight: normal;
}

#siteInfo a:hover{
    color:#add490; 
	text-decoration: none;
	font-weight: normal;
}

.splashpage {
	font-size: 36px;
	text-align: center;
	color: #900;
}

.big_paragraph_text {
	text-align: left;
	color: #1a307b; 
	font-size: 14px;
}

/******* hyperlink and anchor tag styles *******/
.big_paragraph_text a:link, .big_paragraph_text a:visited{
	color: #1a307b;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
}

.big_paragraph_text a:hover{
	text-decoration: none;
	color: #add490;
	font-size: 14px;
}

.big_list_text {
	font-size: 14px;
	text-align: left;
	color: #1a307b; 
}
.light_green_text_logo {
	color: #81bd53;
	font-size: 40px;
	font-weight:bolder;
}
.light_blue_text_logo {
	color: #71bdc9;
	font-size: 40px;
	font-weight:bolder;
}
.rounded .inside table {
	text-align: left;
}
