body {
	background-image: url(images/c1bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-size: 175%;
	margin-bottom: 50px;
}
th {
	text-align: left;
}


a:hover {
	text-decoration: underline
}


#col1 {
	position: absolute;
	width: 198px;
	left: 0px;
	top: 0px;
}
#nav {
	font-size: 90%;
	margin-top: 50px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	color: #FFF;
}
#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration: underline;
	color: #FFF;

}
#nav a:active {
	text-decoration: none;
	color: #FFF;
}

#maintxt {
	margin-top: 75px;
	margin-left: 240px;
	margin-right: 20px;
}
#ftnav {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#logout {
	background-color: #f5fbfc;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 90%;
	margin-right: 120px;
}
#important {display: none;}
#promo {
	margin-top: 60px;
	text-align: center;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	background-color: #CFC;
	font-weight: bold;
	border: 1px solid #F00;
}
#promo h2 {
	color: #F00;
}

.wrap {
	float: left;
	margin-right: 10px;
}
.errstyle {
	color: #F00;
}
.frmttl {
	font-size: 90%;
	background-color: #f5fbfc;
	font-weight: bold;
}
.cycttl {
	background-color: #f5fbfc;
	padding: 3px;
	margin: 3px;
}
.impnote {
	font-size: 85%;
	color: #FF0000;
}
.frmnote {
	font-size: 85%;
	font-style: italic;
	font-weight: normal;
}
.h2sub {
	font-size: 75%;
	font-style: italic;
	font-weight: normal;
}