@charset "UTF-8";
/* CSS Document */



body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin: auto;
	margin-top:0px;
	width:809px;
}
#header{
	background-image:url(images/topBG.png);
	background-repeat:no-repeat;
	height: 476px;
}
#header table{
	font-size:80%;
	border-collapse:collapse;
	border:0px;
	margin-left:1px;
	margin-top:-5px;
}
a{
	color:white;
	text-decoration:none;
	font:bold;
}
a:hover{
	color:#4fab3e;
}
td{
	padding:0px;	
}
#header td.menu{
	background-image:url(images/dropDownMenuBG.png);
	background-repeat:no-repeat;
}
#header table.menu{
	color:white;
	font-size:14;
	line-height:1.75;
	position:absolute;
	visibility:hidden;
	width: 175px;
	font-family:"Times New Roman", Times, serif;
}
#header table.menu a {
	margin-left:10px;
}
#header table.menuBottom {
	background:#0033CC;
}

h4{
	font-size: 100%;
	font-family:"Times New Roman", Times, serif; 
}
h5	{
	font-size: 90%;
	font-family:"Times New Roman", Times, serif; 
}


#content{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	background-color:#2D2D2D;
	padding-top:1px;
	padding-bottom:3px;
}
#content ul{
	list-style-type:none;
}
#content li{
	display:inline;
}
#bottomLinks{
	text-align: center;
}
#bottomLinks li {
	color:#DDDDDD;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#bottomLinks li a{
	text-decoration:underline;
}
#footer{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	text-align: center;
	color: #4fab3e;
	font-size: 80%;
}







======================================   HOME   ===============================h3 {
	font-size: 100%;
	font-family:"Times New Roman", Times, serif;
}

