* { 
	margin: 0;
	padding: 0;
	border: 0;
}

body, td, th {
	font: 95% Arial, Helvetica, sans-serif;
	color: #00134A;
	letter-spacing: 0.02em;
	background: #fff;
	}
	
h1 {
    position: absolute;
    top: -500px;
}

a:link, a:visited { color: #002593; text-decoration: underline; }
a:hover { color: #fff; background: #0040FF;  text-decoration: none; }
a:active { color: #0040FF; text-decoration: underline; }

#header {
	position: relative;
	width: 100%;
	height: 102px;
	padding: 30px 0;
	background: #fff url(../images/bg_header.gif);
	border-top: 1px solid #0040FF;
	border-bottom: 1px solid #0040FF;
}

#header img {
	padding-left: 30px;
}

#header a:hover {
	background: none;
}

#content {
	margin: 0 280px 2em 300px;
	padding: 5px 30px 1em;
	background-color: #FFFEFB;
	border-left: 1px solid #0040FF;
	border-right: 1px solid #0040FF;
	border-bottom: 1px solid #0040FF;
	text-align: left;
	line-height: 1.25em;
}

#content h2, #content h3, #content h4 {
	text-align: left;
	letter-spacing: 0.5px;
	margin: 1em 0 -0.5em 0;
}

#content h2 {
	font-size: 150%;
	color: #0029A4;
	padding: 0 0 0.2em;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #0029A4;
	margin-bottom: 10px;
	padding-bottom: 6px;
	line-height: 1.2em;
}

#content h3 {
	font-size: 130%;
	color: #0029A4;
	letter-spacing: 0.5px;
	padding: 10px 0 6px;
	line-height: 1.5em;
}

#content h4 {
	font-size: 110%;
	margin: 1em 0 -0.5em 0;
	letter-spacing: 1px;
}

#content p {
	margin: 1em 0 0.5em 0;
	line-height: 1.5em;
}

#content ul {
	margin: 10px 0 0 40px;
	line-height: 1.75em;
}

#content .float_right img {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #0040FF;
}

#content table {
	width: 100%;
	margin: 18px 0 18px 0;
}

#content table th {
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;
	vertical-align: top;
	text-align: left;
	letter-spacing: 1px;
	margin: 0;
	padding: 3px 10px 3px 10px;
	background-color: #0029A4;
}
#content table td {
	font-size: 0.9em;
	letter-spacing: 1px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #C6D2FF;
	line-height: 1.5em;
}

#content table p {
	padding-bottom: 6px;
	margin: 0;
}

#content form {
	padding: 0 0 5px 15px;
	background: #C6D2FF;
	border: 3px double #0040FF;
}
#content form p {
	color: #3130E3;
	padding: 0.2em 0 0 0;
	text-align: left;
	font-weight: bold;
}

#content input, #content textarea, #content select {
	border: 1px solid #3130E3;
	color: #3130E3;
}

#content p.classes { line-height: 1.75em; }

#class_outline ul li {
	list-style-type: none;
	margin-left: -38px;
}

#navbar {
  position: absolute;
  width: 245px;
  top: 240px;
  left: 30px;
}

#navbar ul li { line-height: 1.5em; }

#navbar ul li { padding-bottom: 0.75em; }

#sidebar {
	position: absolute;
	width: 220px;
	top: 245px;
	right: 30px;
	font-size: 95%;
}

#sidebar .sbbox {
	border: 1px solid #0040FF;
	background-color: #fff;
	margin-bottom: 2em;
	padding-bottom: 10px;
	font-size: 90%;
	letter-spacing: 0.02em;
}

#sidebar .sbbox h3 {
	background-color: #fff;
	color: #0029A4;
	font-size: 14px;
	padding: 10px 15px;
	margin: 0;
	line-height: 1.4em;
	border-bottom: 3px double #0040FF;
}

#sidebar .sbbox p {
	padding: 18px 15px 2px;
	color: #00134A;
	line-height: 1.5em;
}

#sidebar p.byline {
	font-style: normal;
	line-height: 1.25em;
	padding: 5px 15px 10px;
}

.tagline {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	color: #F60;
	width: 500px;
}

#footer {
	width: 100%;
	border-top: 1px solid #0040FF;
	font-size: 80%;
	padding-bottom: 1.5em;
}

#footer p {
	margin: 20px 275px 0 305px;
	padding: 0 20px 0 30px;
}

/* -- This code is for the Quick Jump menu in the upper right corner of page -- */

.search_classes {
	position: absolute;
	right: 30px;
	top: 15px;
}

.search_classes select {
	border: 1px solid #0040FF;
	color: #0436CD;
}

.search_classes option {
	color: #0436CD;
	line-height: 2em;
	padding: 1px 0 0 10px;
}

.search_classes table td {
	padding-left: 5px;
	color: #002593;
	font-weight: bold;
	text-align: center;
}

.contact_icons {
	position: absolute;
	right: 40px;
	top: 10px;
	color: #002593;
	font-weight: bold;
	border: red;
}

.contact_icons td {
	text-align: right;
	padding-left: 0;
	width: 50px;
}

.contact_icons a:hover {
	background: none;
}

.blurb {
	float: right;
	position: absolute;
	right: 30px;
	top: 46px;
	width: 300px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #002593;
	line-height: 30px;
}

.pupclose {
	padding-top: 10px;
	text-align: center;
}

.indent_code {
	font-family: 'Lucida Console',Consolas,'Courier New';
	padding-left: 20px;
}