body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-top: 0;
	background-color:#1D3269;
}

body.popup
{
	background: #fff;
	text-align: left;
}

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#header {
	width: 980px;
}

#menu {
	width:980px;
	height:25px;
	float: left;
}

#contentbody {
	width:980px;
	clear: both;
}

#sidemenu {
	border: 0px solid #000000;
	width: 230px;
	float: left;
}

#content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid #000000;
	width: 700px;
	float: left;
}

#rightside {
	border: 0px solid #000000;
	width: 165px;
	float: right;
}

#footer {
	width:980px;
	clear: both;
	float: left;
	border:0px solid #000000;
}

#mininav {
	position: absolute;
	margin:5px 10px 0px 695px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}
#mininav a, #mininav a:link, #mininav a:visited, #mininav a:hover, #mininav a:active {
	text-decoration:none;
	color:#fff;
}

.itemtitle {
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFD33F;
	letter-spacing: 0px;
	line-height: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.itemtitle a a:hover {
	text-decoration: none;
	color: #FFD33F;
}

.hometext {
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
	line-height: 11pt;
	letter-spacing: 0pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.homelink {
	text-decoration: underline;
	color: #fff;
}

.homelink:hover {
	color: #fff;
	text-decoration: underline;
}

.formname {
	font-family: "Verdana", "Arial", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight:bold;
	letter-spacing:3px;
	color:#1D3269;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
	text-transform: uppercase;
	text-decoration: none;
}