/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/footer-bg.png);
	}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
input{
	border: 1px solid #000000;
	}
.top-link{
	color: #CCCCCC;
	font-size:11px;
	text-decoration: none;
}
/*.menubar{
	color: #FFFFFF;
	text-decoration: none;
}
.menubar:hover{
	color: #FFFF00;
	text-decoration: none;
}*/

.menubar {
	
	background:url(../images/menubarbg.jpg) repeat-x;
	height:20px;
	color: #FFFFFF;
	text-decoration: none;

	margin:0 auto;
}
.menubar .wrapper {
	width:100%;
}
a{
	outline:none;}
.menubar a {
	color:#FFFFFF;
	text-decoration:none;
	margin-left:3px;
	margin-right:3px;
	padding:8px 3px 8px 0px;
	display:inline-block;
	outline:none;
}
.menubar a:hover, a.active {
	background:url(images/menubar-bg_02.jpg) no-repeat right;
	color: #FFFF00;
	text-decoration: none;

}
.menubar a:hover span, a.active span {
	background:	url(images/menubar-bg_01.jpg) no-repeat left;
}
.menubar a span {
	padding:5px 6px;
}
.content{
	color: #FFFFFF;
	text-align: justify;
	}
.top-msg{
	color: #FFFFFF;
	text-align: justify;
	font-size: 11px;
	}
.page-head{
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-transform: uppercase;
	}
.topwhite {
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px; 
	COLOR: #ffffff; 
}
.midblack {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20px; 
	COLOR: #000000; 
}
.bottomblue {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px; 
	COLOR: #47b1e7;
}
.link{
	color: #FFB11E;
	text-decoration: none;
}
.link:hover{
	color: #FFFF00;
	text-decoration: none;
}
.announcement{
	color: #FFB11E;
	text-decoration: none;
	}
.announcement:hover{
	color: #FFFF00;
	text-decoration: underline;
	}
.left-nav-head1{
	font-size:20px;
	color: #FFB11E;
}
.left-nav-head2{
	font-size:20px;
	color: #FFFFFF;
}
	

