body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	background-color: #EDEDED;
	margin: 0px;
	padding: 0px;
	background-image: url(images/grad.gif);
	background-repeat: repeat-x;
	color: #1C3C79;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 220%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	background-image: url(images/dot.gif);
	background-repeat: repeat-y;
	margin: 0 0 0 130px;
	width: 670px;
	padding: 30px 0 30px 20px;
}
#content {
	position: relative;
	padding: 75px 0 25px 0;
	width: 670px;
}
#content ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
#content ul li {
	font-size: 130%;
}
#content ul.bullets li {
	padding: 0 0 0 17px;
	margin: 20px 0 0 4px;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	/*	border-left: 12px solid #1C3C79; */
}
table {
	margin: 10px 0;
}
table tr th, table tr td {
	padding: 2px 10px 2px 2px;
}
table tr th {
	text-align: left;
	background-color: #1C3C79;
	color: #FFFFFF;
}
table tr td {
	background-color: #efefef;
}
.float_right {
	float: right;
	margin: 0 0 4px 4px;
	border: 1px solid #1C3C79;
	border-bottom: 6px solid #1C3C79;
}
#nav {
	position: absolute;
	top: 0;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 670px;
}
#nav li {
	float: left;
	list-style: none;
	margin-right: 1px;
}
#nav li a {
	padding: 2px 8px;
	background-color: #1C3C79;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#nav li a.selected, #nav li a:hover {
	padding: 6px 8px;
}
#nav li a.selected {
	background-color: #3067CD;
	padding: 6px 8px;
}
#nav li a img {
	border: none;
}
#sub_nav {
	position: absolute;
	top: 110px;
	left: -130px;
	margin: 0;
	padding: 0;
	height: 12px
}
#sub_nav li {
	list-style: none;
	margin: 0;
	margin: 0 0 10px 5px;
}
#sub_nav li a {
	color: #1C3C79;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 10px;
	border-left: 12px solid #1C3C79;
	display: block;
}
#sub_nav li a.selected, #sub_nav li a:hover {
	border-left: 18px solid #1C3C79;
}
#sub_nav li a.selected {
	border-left: 18px solid #3067CD;
}
.spacer {
	clear: both;
	height: 0;
	line-height: 0;
}
.a, .b, .c, .d, .e {
	position: absolute;
}
.a {
	left: 241px;
	top: 30px;
}
.b {
	left: 528px;
	top: 30px;
}
.c {
	left: 241px;
	top: 189px;
}
.d {
	left: 57px;
	top: 210px;
}
.e {
	left: 241px;
	top: 334px;
}
img.intro {
	margin: 0 50px 0 77px;
}
p.intro {
	border-left: 2px solid #2D4678;
	border-right: 4px solid #2D4678;
	margin: 0 50px 0 77px;
	padding: 4px 0;
	background-color: #FFFFFF;
	font-size: 130%;
	text-align: center;
}
p.footer {
	margin: 25px 0 0 27px;
	text-align: center;
}

/* ADMIN STYLES */

.ok {
	font-weight: bold;
	color: #00CC00;
}
.alert {
	background-color: #FF0000;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
#container #content #upload {
	width: 650px;
	padding: 4px;
	border: 1px solid #666666;
	float: left;
	background-color: #efefef;
}
#container #content #upload p.heading1, #container #content #upload p.heading2 {
	font-weight: normal;
	font-style: italic;
	color: #666666;
}
#container #content #upload p.heading1 {
	font-size: 180%;
}
#container #content #upload p.heading2 {
	font-size: 140%;
}
#container #content #upload {
	margin-right: 20px;
}
#container #content #archive-scroller {
	height: 100px;
	overflow: scroll;
	padding: 4px;
	border: 1px solid #666666;
	background-color: #ffffff;
}
#container #content #data-scroller {
	height: 200px;
	overflow: scroll;
	padding: 4px;
	border: 1px solid #666666;
	background-color: #ffffff;
}
p.with_icon, ul.with_icon {
	position: relative;
	width: 150px;
	float: left;
	margin: 15px 15px 15px 0;
	padding: 0;
}
ul.with_icon li {
	list-style-image: url(images/raquo.gif);
	margin: 0 0 0 15px;
}
ul.with_icon li.img {
	list-style: none;
	list-style-image: none;
	margin: 0;
}
p.with_icon img, ul.with_icon li img {
	margin: 0 0 10px 0;
	border: none;
}
p.with_icon a, ul.with_icon li a {
	text-decoration: none;
}
p.with_icon a:hover, ul.with_icon li a:hover {
	text-decoration: underline;
}
#news h1 {
	position: relative;
	padding: 0 0 0 17px;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	font-size: 180%;
	font-weight: bold;
	background-position: left center;	/*	border-left: 12px solid #1C3C79; */
}
#news p {
	padding-left: 25px;
}
