/*
body {
	background-color: white;
	position: relative;
	height: 600pt;
	padding: 0pt;
	width: 800pt;
}
*/

:link {
	text-decoration: none;
}

:visited {
	text-decoration: none;
}


.sb_link:link {
	/* color: #6c8fc4; */
	color: #031d67;
	text-decoration: none;
}

a[class="sb_link"]:hover {
	/* color: #b0b0e0;*/
	/* color: #d0f0f8; */
	color: #6c8fc4;
	text-decoration: none;
}

.sb_link:visited {
	/* color: #6c8fc4; */
	color: #031d67;
	text-decoration: none;
}

#banner {
	/* background-image: url(/images/banner_top_left3.png); */
	color: #031d67;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	top: 0px;
	left: 10px;
	height: 100px;
	width: 900px;
}

#banner_hr {width: 100%;
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
color: #031d67;
background-color: #031d67;
height: 1px;
}

#left_sidebar {
	/*background-color: black; */
	/* background-image: url(/images/sb_left.png); */
	/* background-repeat: repeat-y; */
	/* color: yellow; */
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	height: 1400px;
	left: 0px;
	padding: 4pt;
	padding-top: 0pt;
	position: absolute;
	top: 100px;
	width: 150px;
}

#right_sidebar {
	background-color: white;
	color: #031d67;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	font-weight: 100;
	height: 100%;
	left: 578px;
	padding: 4pt;
	position: absolute;
	top: 0px;
	width: 150px;
}


.centered_text {
	text-align: center;
}

.source {
	text-align: right;
	font-style: italic;
}

#main_content {
	background-color: white;
	color: #031d67;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	height: 100%;
	padding: 4pt;
	position: absolute;
	left: 161px;
	/*margin-right: 100%;*/
	padding: 4pt;
	top: 100px;
	width: 567px;
}

h1 {
	text-align: center;
}

li {
	margin-top: 6pt;
}

td > h3 {
	margin-top: 0pt;
}

dd {
	margin-bottom: 12pt;
}

blockquote {
	border-top: 2pt solid silver;
	/* border-top:    4pt solid #FF9966; */
	/* border-bottom: 1pt solid #FF9966; */
	margin-top:    12pt;
	margin-left: 2em;
	margin-right: 2em;
}

