@import url("reset.css");

/* basic text & tag styles */

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);
/*	background: url(grid-overlay.png) top center repeat-y;*/
	background-color: #FFFFFF;
}

p { margin: 0px 0px 18px 0px; }
strong { font-weight: bold; }
em { font-style: italic; }

ul { list-style: disc; margin: 0px 0px 18px 20px; }
ol { list-style: decimal; margin: 0px 0px 18px 20px; }

a { color: #003c59; }
a:hover { color: #990000; }


h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px 0px 18px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #013e5d;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px 0px 18px 0px;
	color: #000000;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	color: #000000;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	border-bottom: 1px solid #666666;
	color: #000000;
}

h6 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #AAAAAA;
}

/* page layout styles */

#header {
	width: 100%;
	height: 140px;
	margin: 0px 0px 20px 0px;
	background: url(header-bg.jpg) top right no-repeat;
	background-color: #002d45;
	border-bottom: 3px solid #000000;
	color: #FFFFFF;
	text-align: center;
}

#header img { margin: 20px 0px 0px 0px; }

.container {
	width: 940px;
	margin: 0px auto;
}

#nav {
	float: left;
	width: 140px;
	margin: 0px 20px 0px 0px;
}

body#fullwidth #content {
	float: left;
	width: 780px;
	min-height: 600px;
	margin: 0px 0px 20px 0px;
}

#content {
	float: left;
	width: 540px;
	min-height: 600px;
	margin: 0px 20px 20px 0px;
}

#sidebar {
	float: left;
	width: 220px;
	margin: 0px 0px 20px 0px;
}

#sidebar ul { list-style: none; margin: 0px 0px 20px 0px; }
#sidebar li { margin: 0px 0px 8px 0px; }

#footer {
	clear: both;
	width: 100%;
	padding: 10px 0px;
	background-color: #003c59;	
	border-top: 3px solid #000000;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

	#footer a { color: #FFFFFF; text-decoration: none; }
	#footer a:hover { color: #66FFFF; text-decoration: underline; }

/* tabs navigation */

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	display: block;
	padding: 5px 8px;
	margin: 0px 0px 2px 0px;
	background-color: #005984;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover { background-color: #003c59; }

/* miscellaneous */

.chart {
	margin: 0px 0px 18px 0px;
	border-top: 1px solid #003c59;
	border-right: 1px solid #003c59;
}

.chart tr th {
	padding: 5px;	
	vertical-align: top;
	border-left: 1px solid #003c59;
	border-bottom: 1px solid #003c59;
	background-color: #003c59;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.chart tr td {
	padding: 5px;
	vertical-align: top;
	border-left: 1px solid #003c59;
	border-bottom: 1px solid #003c59;
	background-color: #FFFFFF;
}
