body {
	font-family: Verdana;
	font-size: 9pt;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}

a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: black;
}

h1 {
	font-size: 12pt;
	border-bottom: 1px dashed black;
}

#introcontent {
	line-height: 1.5;
	font-size: 10pt;
	padding: 2px;
	padding-left: 4px;
}

.subtitle {
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
}

.copy{
	color: #999;
	font-size: 8pt;
}

.bold_link {
	color: #1E60A2;
	font-size: 8pt;
	font-weight: bold;
}

#subcontent {
	width: 350px;
	border: 1px solid #CCC;
	margin: auto;
	margin-left: -6px;
	padding: 0px;
	background-color: #C5D6E8;
	line-height: 1.5;
	color: #333333;
}

ul{
	padding: 0px;
	margin-left: 50px;
}

#content {
	width: 650px;
	border: 8px solid #1E60A2;
	margin: auto;
	margin-bottom: 0px;
	padding: 6px;
	background-color: #F0F0F0;
	line-height: 1.5;
}

#navtop {
	background-color: #C5D6E8;
	width: 650px;
	margin: auto;
	padding: 6px;
	border: 8px solid #1E60A2;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: right;
}

#navtop a {
	color: #444444;
	text-decoration: none;
}

#navtop a:hover {
	color: black;
}

#banner {
	background-image: url(images/greybar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #0C4481;
}
