@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #1c537c;
	background-color: #EEECE0;
}
a:link {
	color: #797979;
	text-decoration: none;
}
a:visited {
	color: #797979;
	text-decoration: none;
}
a:hover {
	color: #adadad;
	text-decoration: none;
}
.headerbg {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 149px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.navbg {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
}

.nav {
	padding: 0px;
	height: 38px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.bannerbg {
	background-image: url(../images/banner_bg.gif);
	background-repeat: repeat-x;
}

.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 213px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.ridge {
	background-image: url(../images/ridge_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 51px;
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1c537c;
	vertical-align: middle;
}
.ridge2 {
	background-image: url(../images/ridge2.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 100%;
}

.content {
	line-height: 1.4em;
	vertical-align: top;
	font-weight: normal;
}
.footerbg {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #1C1B1A;
	font-size: 11px;
	color: #797979;
}
.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 99px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #797979;
	background-color: #1C1B1A;
}

#groups ul
{
	list-style-type: circle;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.title {
	margin: 0px;
	padding: 0px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1c537c;
	vertical-align: middle;
}
