*
{
margin: 0px;
padding: 0px;
font-family:  Verdana, Arial, Helvetica, sans-serif;
}

#globalcontainer{
text-align:center;
margin: 0px auto;
width:1002px;
height: 596px;
}

body
{
background-color:#000000;
text-align: center;
margin: 0px 0px;
font-size:12px;
}

#topbanner
{
	height:150px;
	width:1002px;
	overflow:hidden;
	text-align:left;
	background-image:url(../images/header.jpg);
}

#topmenu
{
	height:20px;
	width:982px;
	overflow:hidden;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	background-color: blue;
	text-align:left;
}

#topmenu ul {list-style-type: none;}
#topmenu li {display:inline;line-height:20px;padding-right:20px;}
#topmenu li a {text-decoration: none;color:black;font-weight:700;}
#topmenu li a:hover {color:red;}


#bodycontainer
{
background-color: #ffffff;
width:1002px;
overflow:hidden;
}

#centerbody
{
	text-align: justify;
	float:left;
	width:982px;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}

#footer
{
	background-color: #ffffff;
	text-align: right;
	color: white;
	height:47px;
	width:1002px;
	overflow:hidden;
}

#copyright
{
	font-size: 9px;
	text-align:right;
	text-align: right;
	color: white;
	height:15px;
	width:1002px;
	overflow:hidden;
	text-decoration: none;
}

#copyright a{color:white;}

.ui-datepicker-trigger{padding-left:5px;}
