/* General */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

html, body, td, p {
	font-family: "Trebuchet MS";
	font-size: 1.0em;
}

body {
	background-color: #FFFFFF;
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
}

/* Text Sizing */
body {
	font-size: 92%;
}

/* Links */
a,
a:link {
	color: #0088CE;
	text-decoration: none;
}

a:hover,
a:active {
	color: #A31A73;
	text-decoration: none;
}

a:visited {
	color: #0088CE;
}

/* Specific HTML */

img {
	border: 0px;
}
form {
	margin: 0;
}
ul {
	list-style-image: url(/images/bullet.gif); 
}

/* Other Formatting */
td.a {
	background: #ccc;
}

td.b {
	background: #FFFFFF;
}

/* Javascript Stuff */

.dv { display:; }
.dh { display: none; }

/* Form Lineup */
label span {
	float: left;
	width: 10em;
}

.error {
	color: #f00;
}

/* Specific Design Elements */

/* Header */
#header {
	background-color: #FFFFFF;
	width: 700px;
}

#header #search {
	font-size: 11px !important;
	position: absolute;
	top: 60px;
	left: 535px;
	font-weight: bold;
}

#header #search #searchbox {
	border: 1px solid black;
	background: #FFFFFF;
	font-size: 10px !important;
	height: 12px !important;
	position: relative;
	top: -2px;
}

#header #search #sbgo {
	position: relative;
	top: 2px;
}

#extraline {
	position: absolute;
	top: 80px;
	background: #fff;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

/* Navigation */
#navigation {
	position: absolute;
	top: 81px;
	width: 120px;
}

#navigation #menu {
	background: #FFFFFF;
}

#navigation #menu span {
	width: 120px;
	height: 26px;
	display: block;
}

#navigation #menu span.dbl {
	height: 41px;
}

#navigation #submenus {
	background-image: url(/images/smbg.png);
	background-repeat: repeat-x;
	padding-top: 20px;
}

#submenus .submenu {
	margin-bottom: 10px;
	margin-left: 5px;
	width: 106px;
	border: 0px solid black;
	background: #FFFFFF;
	overflow: hidden;
}

#submenus .submenu h3 {
	margin: 0px;
	padding: 2px;
	background-image: url(/images/smtitlebg.png);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1.0em;
	line-height: 0.8em;
	border-bottom: 1px solid black;
}

#submenus .submenu h4 {
	margin: 0px;
	padding: 2px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 100;
	font-size: 0.9em;
	color: #0088CE;
}

#submenus .submenu div {
	padding: 4px;
	font-size: 0.9em;
}

#submenus .submenu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	list-style-image: url(/images/smbullet.png); 
}

/* Content Block */
#conblock {
	position: absolute;
	top: 81px;
	left: 121px;
	width: 579px;
}

span.redbar {
	height: 15px;
	width: 100%;
	background: #002395;
	overflow: hidden;
	display: block;
}

#conblock #home {
	padding: 0px;
	margin: 0px;
}

#conblock #content,
#conblock #crfinfo,
#conblock #footer,
#conblock #footer2 {
	padding: 10px;
}

.quote {
	background: transparent url(/images/quoleft.png) left top no-repeat;
}

.quote div {
	padding: 0 48px;
	background: transparent url(/images/quoright.png) right bottom no-repeat;
}

/* Content */
#content h1 {
	font-size: 1.7em;
	font-weight: 100;
	color: #A31A73;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#content h2 {
	text-transform: lowercase;
	font-size: 1.4em;
	font-weight: 100;
	color: #A31A73;
	font-style: italic;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
}

#content hr {
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c00;
	left: -10px;
	width: 579px;
}

/* Home Page */
#home h4 {
	color: #A31A73;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

/* CRF Info */
#crfinfo {
	font-size: 0.8em;
}

#crfinfo #crfstarman {
	float: left;
	margin: 5px;
}

/* Footer Stuff */
#disclaimer {
	font-size: 0.75em;
}

#copyright {
	margin-top: 12px;
	font-size: 0.75em;
	text-align: center;
	font-style: italic;
}

/* quiz.js */
.hover { background: #0e8; }
