body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: white;
	background-image: url(/images/striped_background.gif); background-repeat: repeat;
}

p {
	margin-top: 0px;
}	

blockquote {
	margin-top: 0px;
}	

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	border-bottom: 1px dashed #7177B9;;
	color: #7177B9;
}

ul li p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#maintable {
	margin-left: none;
	margin-right: auto;
}	

.toplogo {
	position: absolute;
	z-index: 200;
	left: 6px;
	top: 10px;
}

.toppicture {
}	

.header {
	background-image: url(/images/header_background.gif);
	background-repeat: repeat-x;
	height: 115px;
	width: 754px;
	padding-top: 7px;
	padding-right: 6px;
}

.header_images {
	float: right;
}

.mainbody {
	background-image: url(/images/striped_background.gif);
	background-repeat: repeat;
	width: 760px;
	padding-top: 6px;
}

#navigation {
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 6px;
}

#navigation a {
	
}

#navigation a:hover {
	
}	

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}	

#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: green;
	width: 123px;
	padding: 2px;
	margin-bottom: 6px;
	border: 2px outset #ACA899;
	display: block;
	text-decoration: none;
}

#navigation ul li a.selected {
	background-color: #414AA1;
	border: 2px outset #63689E;
}

#navigation ul li a:hover {
	background-color: #414AA1;
	border: 2px inset #63689E;
	text-decoration: underline;
}

#navigation ul * * li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #414AA1;
	background-color: white;
	width: 119px;
	margin-left: 4px;
	padding: 2px;
	margin-top: -4px;
	margin-bottom: 6px;
	border: none;
	display: block;
}

#navigation ul * * li a:hover {
	border: none;
	background-color: #414AA1;
	color: white;
}

#navigation ul * * * li a {
	margin-left: 13px;
	width: 101px;
	color: green;
	font-size: 11px;
}

#textbox_full {
	background: white;
	border: 3px solid #414AA1;
	margin-bottom: 6px;
	margin-right: 6px;
	width: 600px;
	display: block;
	clear:both;
}	

#textbox_left {
	background: white;
	border: 3px solid #414AA1;
	margin-bottom: 6px;
	margin-right: 6px;
	width: 294px;
	float: left;
}	

#textbox_right {
	background: white;
	border: 3px solid #414AA1;
	margin-bottom: 6px;
	margin-right: 6px;
	width: 294px;
	float: left;
}	

#textbox_header {
	background-color: #7177B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-right: 6px;
	display: block;
}	

.textbox_header-right {
	float: right;
	font-size: 10px;
}

.textbox_header-dropdown {
	font-size: 10px;
}	

#textbox_body {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

ul.lightindent  {
	margin-top: 0px;
	margin-left: 0; 
	padding-left: 1.5em;
}

.smalltext {
	font-size: 10px;
}	

.largetext {
	font-size: 14px;
}	

.copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}	

.more_link {
	font-size: 10px;
	margin-top: -5px;
	margin-bottom: 0px;
}	

.textheading {
	font-weight: bold;
	color: black;
}

.textalert {
	font-weight: bold;
	color: red;
}

.textbox_overflow_med {
	height: 500px;
	overflow: auto;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	scrollbar-face-color:#7177B9;
	scrollbar-highlight-color: #7177B9;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color: white;
}

.textbox_overflow_sm {
	height: 200px;
	overflow: auto;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	scrollbar-face-color:#7177B9;
	scrollbar-highlight-color: #7177B9;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color: white;
}

#textbox_alert {
	background: white;
	border: 3px solid #ACA899;
	margin-bottom: 6px;
	margin-right: 6px;
	width: 600px;
	display: block;
	clear:both;
}	

#textbox_alert_header {
	background-color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-right: 6px;
	display: block;
}	

#textbox_alert_header a {
	color: white;
}

#textbox_alert_header a:Hover {
	text-decoration: underline;
}