/*********************************************** CSS Document */

#divmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}

#divtop {
	position: relative;
	left: 0px;
	width: 780px;
}

#divtitlebar {
	position: relative;
	left: 0px;
	width: 780px;
}

#divnavbar {
	position: relative;
	left: 0px;
	width: 780px;
}

#divbody {
	position: relative;
	left: 0px;
	width: 780px;
	background-color: #FFFFFF;
}

#divfooter {
	color: #FFFFFF;
	left: 0px;
	width: 780px;
}

#tdbody {
	padding: 10px;
}

#tdquickbar {
	padding-top: 10px;
}

/************************************************** LINK STYLES */

#divbody a:link {
	color: #446688;
}
#divbody a:visited {
	color: #999999;
}
#divbody a:hover {
	color: #999999;
	text-decoration: none;
}
#divbody a:active {
	color: #999999;
	text-decoration: none;
}

#divfooter a:link {
	color: #FFFFFF;
}
#divfooter a:visited {
	color: #CCCCCC;
}
#divfooter a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#divfooter a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footerlinks {
	line-height: 120%;
	font-weight: bold;
}

/**************************************************** STYLES */

.footercredits {
	font-size: 90%;
}

.quickbarhead {
	font-size: 12px;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}

.newsinclude {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.header1 {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2266AA;
}

.header2 {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2266AA;
	background-color: #EEEEEE;
	padding: 5px;
}

.address {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#tablecontact {
	font-weight: bold;
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
}

.button {
	background-image: url(../images/buttonbg.jpg);
	background-color: #EEEEEE;
	color: #000000;
	border: 1px solid #333333;
	font-size: 10px;
}

.newsadmin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

.textarea {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #666666;
	background-color: #F5F5F5;
}

.input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #909090;
	border-right: 2px solid #909090;
	border-bottom: 2px solid #909090;
	border-left: 1px solid #909090;
	background-image: url(../images/buttonbg.jpg);
}

#tdadminleft {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #EEEEEE;
	}

#tdadminmiddle {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #CCCCCC;
}

#tdadminright {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #EEEEEE;
}

#tableexecboard {
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333333;
}

#tdright {
	border-bottom: 1px solid #333333;
}

#tdrightbottom {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#tdbottom {
	border-right: 1px solid #333333;
}

#tdbottombg {
	background-image: url(../images/quickbarbottom.gif);
}

#tablebackground {
	background-color: #88AACC;
}

#tableborder {
	border: 1px solid #333333;
}

li {
	padding-left: 1em;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

ul {
	list-style-type: none;
}