@import url('reset.css');

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: url(body-bg.gif);
}

p { margin: 8px 0px 12px 0px; }
ul { list-style: disc; margin: 8px 0px 12px 20px; }
ol { list-style: decimal; margin: 8px 0px 12px 20px; }

a { color: #026a9e; text-decoration: none; }
a:hover { color: #990033; text-decoration: underline; }

h1 { font-size: 14px; font-weight: bold; line-height: 20px; margin: 0px; }
h2 { font-size: 14px; font-weight: bold; line-height: 20px; margin: 0px; border-bottom: 1px solid #666666; }
h3 { font-size: 13px; font-weight: bold; line-height: 19px; margin: 0px 0px -8px 0px; }

/**/

#container {
	width: 840px;
	margin: 10px auto;
}

#header {
	width: 840px;
	margin: 0px 0px 10px 0px;
}

#banner {
	width: 840px;
	border: 1px solid #000000;
}

#nav {

}

#sidebar {
	float: right;
	width: 220px;
}

#sidebar .box {
	width: 198px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	background: url(box-bg.png);
	border: 1px solid #BBBBBB;
	color: #444444;
}

#sidebar .box img { border: 1px solid #999999; }

#content {
	width: 600px;
	min-height: 500px;
	padding: 0px 0px 10px 0px;
}

#footer {
	clear: both;
	width: 840px;
/*	width: 818px;
	padding: 8px 10px;
	background: url(nav-ul-a-bg.png) bottom left repeat-x;	
	background-color: #028ace;	
	border: 1px solid #000000;*/
	font-size: 10px;
	line-height: 14px;
	text-align: center;
/*	color: #FFFFFF;*/
}

#footer a { color: #000000; text-decoration: none; }
#footer a:hover { color: #990000; text-decoration: underline; }

/* menu styles */

#nav ul {
	list-style: none;	
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background: url(nav-ul-a-bg.png) top left repeat-x;
	background-color: #028ace;	
	border: 1px solid #000000;	
	border-top: 0px;
	height: 28px;
	width: 840px;
	float: left;
}

#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	float: left;
	padding: 5px 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: url(nav-ul-a-bg.png) top left repeat-x;	
	background-color: #028ace;	
	border-right: 1px solid #000000;
}

#nav ul li a:hover {
	background-color: #0075af;
}

#nav ul li a.last { padding: 5px 9px; border-right: 0px; }

/**/

.chart { margin: 8px 0px 12px 0px; border-top: 1px solid #444444; border-left: 1px solid #444444; }
.chart tr { background-color: #FFFFFF; }
.chart tr:nth-child(2n+1) { background-color: #F4F4F4; }
.chart tr td { padding: 5px; border-bottom: 1px solid #444444; border-right: 1px solid #444444; vertical-align: top; }
.chart tr th { padding: 5px; border-bottom: 1px solid #444444; border-right: 1px solid #444444; vertical-align: top; background-color: #444444; color: #FFFFFF; font-weight: bold; text-align: left; }

.title { margin: 0px 0px 12px 0px; }

.twocolumns { -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; }
.threecolumns { -moz-column-count: 3; -moz-column-gap: 20px; -webkit-column-count: 3; -webkit-column-gap: 20px; }
ul.threecolumns { list-style: none; margin: 0px 0px 20px 0px; }