body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-top: 0;
	background-color: #EEEEEE;
}

h1 {
	color: #000033;
	font-size: 15pt;
	margin-bottom:20px;
	margin-top:25px;
}

h3 {
	color: #0033A0;
	font-size: 12pt;
	margin-top: 0;
}

a, a:visited {
	text-decoration: underline;
	color: #335F91;
}

a:hover {
	text-decoration: underline !important;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}

img {
	border: 0;
}

#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#container .whitebg {
	background-color: #FFFFFF;
	width: 940px;
	float: left;
}

#header {
	width: 900px;
	float: left;
	height: 70px;
}

#header .left {
	padding-top: 10px;
}

#menu {
	background-image: url("/systemfiles/media/images/menu-right.gif");
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	height: 27px;
	margin-right: 20px;
	padding-right: 10px;
	text-align: right;
}

#menu ul {
	background-image:url("/systemfiles/media/images/menu-left.gif");
	background-position:left top;
	background-repeat:no-repeat;
	height:27px;
	list-style:none outside none;
	margin:0;
	padding:0 0 0 10px;
	text-align:right;
}

#menu ul li {
	background-image: url("/systemfiles/media/images/menu-bg.gif");
	background-repeat: repeat-x;
	border-right: 1px solid #FFFFFF;
	float:left;
	margin: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 5px;
}

#menu ul li.last {
	border-right: none;
}

#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	height: 27px;
}

#banner {
	width: 900px;
	float: left;
	height: 199px;
	margin-left: 20px;
}

#banner ul {
	padding: 0;
	margin: 0;
}

#banner ul li {
	color:transparent;
	float:left;
	list-style:none outside none !important;
	position:absolute;
}

#nobanner {
	width: 900px;
	float: left;
	height: 10px;
	background-image:url(/systemfiles/media/images/separator.gif);
	background-repeat:repeat-x;
}

#bodyleft {
	width: 550px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

#maincontent {
	min-height: 300px;	
}

#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6 {
	margin-bottom: 0;
}

#bodyright {
	width: 320px;
	float: left;
	margin-left: 25px;
	margin-right: 20px;
	padding-top:10px;
}

#footer {
	border-top: 1px dotted #999999;
	width: 900px;
	float: left;
	color: #666666;
	text-align: center;
	height: 60px;
	font-size: 8pt;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #666666;
}

#footer ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:7px 0 0;
	padding:0;
}

#footer ul li {
	display:inline;
	margin-left:10px;
}

div.module {
	width: 320px;
	margin-bottom: 20px;
	background-color: #9AB9D8;
	background-image: url(/systemfiles/media/images/module-bottom2.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}

div.module div.modtxt {
	padding-left: 10px;
	padding-right: 10px;
}

div.module div.modlink {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.module h2 {
	width: 300px;
	background-color: #6095C8;
	background-image: url(/systemfiles/media/images/module-top2.gif);
	background-repeat:no-repeat;
	background-position: top;
	color: #FFFFFF;
	padding: 10px;
}

div.module h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

div.affiliates {
	width: 320px;
}

div.affiliates ul {
	padding: 0;
	margin: 0;
}

div.affiliates ul li {
	display: inline;
}

div.left {
	float:left;
	text-align:left;
	width:390px;
	padding-left:20px;
}

div.right {
	float:right;
	text-align:right;
	width:400px;
	padding-right: 20px;
}