body {
	background-color: #FEF9EA;
	background-image: url(../images/bg_body.gif);
	background-repeat: no-repeat;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #350076;
}

.header {
	color: #350076;
	font-weight: bold;
}
.bigheader {
	color: #350076;
	font-size: 18px;
	font-weight: bold;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

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

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 103px; /*Width of top level menu link items*/
padding: 0;
border: 0px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(menu_bg.gif) center center repeat-x;
color: black;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 0px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

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


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
	font-size: 11px;
color: #2E9298;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 0;
background: #F6FFFD;
border-width: 0;
}



.horizontalcssmenu ul li ul li a:hover{
background: #2E9298;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menu_bg.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; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
.text-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 523E00;
	text-decoration: none;
}
a.text-link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 523E00;
	text-decoration: none;
}
a.text-link:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: 350076;
	text-decoration: none;
}
a.text-link:hover {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 523E00;
	text-decoration: underline;
}
a.text-link:active {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: 523E00;
	text-decoration: none;
}
.header1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 523E00;
	text-decoration: none;
}
.big-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 850101;
	text-decoration: none;

}
a.big-link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 850101;
	text-decoration: none;

}
a.big-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 850101;
	text-decoration: none;

}
a.big-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 000000;
	text-decoration: underline;

}
a.big-link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 850101;
	text-decoration: none;

}

ul.footer-drop-list {
font-size:10px;
	list-style-type: none;
	position:relative;
	width:200px;
	margin: 0 auto;
}

ul.footer-drop-list ul {
	position:absolute;
	bottom:10px;
	left:70px;
	text-align:left;
	list-style-type: none;
	background-color:#FFFFFF;
	padding:5px;
	display:none;
}


ul.footer-drop-list:hover ul {display:block;}
