.menu {
	height: 23px;
	width: 510px;
	padding-left:2px;
}

.cssnav	{
	color: #F9EFB7;
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/downBTN-min.png) no-repeat;
	width: 70px;
	height: 23px;
	overflow:hidden;/* for ie to hide extra height*/	
}
			
.cssnav a {
	display: block;
	font-size: 12px;
	color: #F9EFB7;
	width: 70px;
	height: 23px;
	display: block;
	float: left;
	color: #F9EFB7; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
			
.cssnav span a:hover {
	color: #ffffff;
}
			

.cssnav img {
	width: 70px; 
	height: 23px; 
	border: 0; 
}

* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
	position: absolute;
	left: 0px;top: 3px;
	text-align: center;
	width: 70px;
	cursor: pointer;
	color:#FFFFFF;
	font-weight:bold;				     
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	background-image:url(../images/mainBG-min.png);
	background-position:top;
	background-attachment:fixed;
	font-family:'Arial';
	font-size:14px;
	color:#525252;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	
}
	
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	left:0;
	right:0;
}

.normalText {
	font-family: 'Trebuchet MS';
	font-size: 13px;
}

.formText {
	font-family: Arial;
	font-size: 10px;
}

.smallText {
	font-size: 9px;
	font-weight: bold;
}

.smallWhiteText {
	font-size: 9px;
	font-weight: bold;
	color:#FFFFFF;
}

.mediumText {
	font-size: 12pt;
	font-weight: bold;
}

.style1 {
	color: #F9EFB7;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
}

.whiteText {
	font-family: Arial; 
	color: #FFFFFF;
}

.redText {
	color: #BB2B11;
	font-weight: bold;
}

.orangeText { 
	font-family: Arial; 
	color: #FE9D1B;
}

.redLink, .redLink:link, .redLink:visited {
	color: #BB2B11;
	font-weight: bold;
}

.orangeLink, .orangeLink:link, .orangeLink:visited {
	color: #FF6600;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
}

.orangeLink, .orangeLink:hover {
	color: #FF6600;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
	text-decoration:underline;
}

.blackLink, .blackLink:link, .blackLink:visited {
	color: #000000;
	font-weight: bold;
	font-family: Arial;
}

.whiteLink, .whiteLink:link, .whiteLink:visited{
	color: #FFFFFF;
	font-weight: bold;
	font-family:Arial;
	text-decoration:none;
}
.whiteLink, .whiteLink:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

.footerText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

hr, .hrcolor
{
	margin-top:0px;
	height: 1px;
	border: 0;
	color: #9CD2E4;
	background-color: #9CD2E4;
}