/* text n' tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
	line-height: 16px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

ol {
	margin-top: 8px;
	margin-bottom: 8px;
}

ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

li {
	margin-left: -20px;
}

a:link {
	color: #253659;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #253659;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #253659;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #767a83;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #666666;
}

.largertext {
	font-size: 13px;
}

.smallertext {
	font-size: 10px;
}

.bump {
	margin-top: 8px;
}

.tableborder {
	border: 1px solid #404756;
}

.tablepadding {
	padding: 5px;
	padding-left: 0px;
}

/* divs */

div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#nav {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#banner {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 3px double #404756;
}

div#leftcolumn {
	width: 560px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#leftcolumnbox {
	width: 514px;
	padding: 10px;
	border: 3px double #404756;
	margin-bottom: 10px;
	background-image: url(../images/background-dark.gif);
}

div#rightcolumn {
	float: right;
	width: 220px;
}

div#rightcolumnbox {
	width: 187px;
	padding: 10px;
	margin-bottom: 10px;
	border: 3px double #404756;
	background-image: url(../images/background-dark.gif);
}

div#rightcolumnbox li {
	margin-left: -25px;
}

div#footer {
	clear: both;
	width: 767px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 3px double #404756;
	background-image: url(../images/background-dark.gif);
	font-size: 10px;
	text-align: center;
}




.chart { margin: 8px 0px 12px 0px; border-left: 1px solid #444444; border-top: 1px solid #444444; }
.chart tr td { padding: 5px; border-right: 1px solid #444444; border-bottom: 1px solid #444444; background-color: #FFFFFF; vertical-align: top; }
.chart tr th { padding: 5px; border-right: 1px solid #444444; border-bottom: 1px solid #444444; background-color: #444444; color: #FFFFFF; text-align: left; vertical-align: top; }