/* General Styles */

body {
	background: url(images/background3.gif) repeat;
	font: 14px/120% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 20px;
}

div {
	margin: 0px;
	padding: 0px;
}

h1 {
	vertical-align: middle;
	font: bold 32px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 10px;
}

acronym {
	background: #CCFFFF;
	cursor: help;
	text-decoration: none;
	border-bottom: 1px dotted #000066;
}

dt {
	background: #CCFFFF;
	text-decoration: none;
	display: inline;
}

code {
	color: #003399;
	background: #FFFFFF;
	font: 12px "Courier New", Courier, mono;
	white-space: normal;
}

/* Main Page Section Divs */

#header {
	background: url(images/border-gradient.gif) repeat-x bottom;
}

#navigation {
	width: 150px;
	left: 20px;
	top: 170px;
	position: absolute;
	background: url(images/nav-background2.gif);
}

#maincontent {
	margin: 0px 0px 0px 160px;
}

#footer {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	text-align: center;
	border-top: 3px groove #333399;
	clear: both;
}

/* Left Navigation Styles */

#navigation li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #000066;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/nav-background3.gif);
}

#navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}

#navigation li a:hover {
	color: #FFFFFF;
	background: #000066 url(images/nav-background4.gif);
	margin: 0px;
	padding: 5px 0px 5px 10px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	background: url(images/nav-background2.gif);
}

/* MainContent Section Styles */

#maincontent h2 {
	font-size: 20px;
	padding-bottom: 2px;
}

#maincontent h3 {
	font-weight: bold;
	color: #000099;
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#maincontent strong {
	font-weight: bold;
	color: #000099;
}

#maincontent a {
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}

#maincontent a:hover {
	color: #66CCFF;
	text-decoration: none;
}

#maincontent .right {
	font-style: italic;
	font-weight: bold;
	color: #003399;
	text-align: center;
}

/* Sitewide Styles */

.right {
	float: right;
	padding-left: 15px;
}

.left {
	float: left;
	padding-right: 15px;
}
