body
{ 
margin-top: 0;
margin-left: 0;
margin-right: 0;
}


td {font-family: Georgia; font-weight: normal; font-size: 14px; color: #000000; line-height: 1.8}

td.big {font-family: Georgia; font-weight: normal; font-size: 16px; color: #000000; line-height: 1.4}

td.title {font-family: Georgia; font-weight: bold; font-size: 29px; color: #007D43; line-height: 1.4}

td.tiny {font-family: Georgia; font-weight: normal; font-size: 13px; color: #46BCE0; line-height: 1.2}

td.bullets {font-family: Georgia; font-weight: normal; font-size: 11px; color: #007D43; line-height: 1.4}

td.right {font-family: Georgia; font-weight: normal; font-size: 12px; color: #999999; line-height: 1.2}

td.big_rightnav {font-family: Georgia; font-weight: bold; font-size: 16px; color: #666666; line-height: 1}


a { font-family: Georgia; font-weight: normal; font-size: 14px; color: #BF7020; text-decoration: underline; } 
a:hover { color: #292D67; }

a.red { font-family: Georgia; font-weight: normal; font-size: 12px; color: #FF0000; text-decoration: none; } 
a:hover.red { font-family: Georgia; font-weight: normal; font-size: 12px; color: #999999; text-decoration: underline; }

a.ten { font-family: Georgia; font-weight: bold; font-size: 12px; color: #000000; text-decoration: none; } 
a:hover.ten { font-family: Georgia; font-weight: bold; font-size: 12px; color: #FFFFFF; text-decoration: none; }

td.time {font-family: Georgia; font-weight: normal; font-size: 10px; color: #999999; line-height: 1}

a.nav { font-family: Georgia; font-weight: bold; font-size: 15px; color: #05346B; text-decoration: none; } 
a:hover.nav { font-family: Georgia; font-weight: bold; font-size: 15px; color: #46BCE0; text-decoration: none; }

a.reforce_nav { font-family: Georgia; font-weight: normal; font-size: 13px; color: #007D43; text-decoration: none; } 
a:hover.reforce_nav { font-family: Georgia; font-weight: normal; font-size: 13px; color: #05346B; text-decoration: underline; }


a.big { font-family: Georgia; font-weight: normal; font-size: 19px; color: #F6F0C5; text-decoration: none; }
a:hover.big { font-family: Georgia; font-weight: normal; font-size: 19px; color: #C6C280; text-decoration: none; }

td.footer_text {font-family: Georgia; font-weight: normal; font-size: 14px; color: #999999; line-height: 2}

a.footer_big { font-family: Georgia; font-weight: bold; font-size: 18px; color: #676767; text-decoration: none; } 
a:hover.footer_big { font-family: Georgia; font-weight: bold; font-size: 18px; color: #46BCE0; text-decoration: none; }

a.reforce_right { font-family: Georgia; font-weight: bold; font-size: 18px; color: #007D43; text-decoration: none; } 
a:hover.reforce_right { font-family: Georgia; font-weight: bold; font-size: 18px; color: #46BCE0; text-decoration: none; }




a.footer_link { font-family: Georgia; font-weight: bold; font-size: 12px; color: #999999; text-decoration: none; } 
a:hover.footer_link { font-family: Georgia; font-weight: bold; font-size: 12px; color: #05346B; text-decoration: underline; }



/*MENU CSS \*/

.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #007D43;
	margin-left:8px;  
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
text-align:left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block; /*Width of top level menu link items*/
	padding: 15px 6px 8px 6px;
	border-left-width: 0;
	text-decoration: none;
	color: #007D43;
	font: 12px Georgia;
	font-weight: bold;
}


.horizontalcssmenu ul li a:hover{
	display: block;
	border-left-width: 0;
	text-decoration: none;
	background: url(menubg.gif) center center repeat-x;
	color: #05346B;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}



/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	font-weight: normal;
	padding: 8px 6px 8px 6px;
	background-color: #FFFFFF;
	border: 0px 0px 0px 1px;
	width: 180px;
}

.horizontalcssmenu ul li a:hover{
}

.horizontalcssmenu ul li ul li a:hover{
	background-color: #FAFAFA;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
*html .horizontalcssmenu ul li { float:left;  }
*html .horizontalcssmenu ul li a {  }
/* End */
