/* GENERIC STYLES */

@import url("reset.css");

body {
	font-family: arial, times, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #787878;
	background-color: #ffffff;
	text-align: center;
	

/* 

Needed for IE5x Bug */
		vertical-align: top;
}

a {
	color: #00809e;
	text-decoration: none;
}

a:hover {
	color: #ee732f;
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0;
	color: #00809e;
	font-family: georgia, times, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

h2 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: georgia, times, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #36879a;
	font-size: 18px;
	font-weight: bold;
}

p {
	margin: 18px 0 20px 0;
	padding: 0;
	text-align: left;
}

#homeText {
	margin: 0;
	padding: 0;
}

#homeText td {
	text-align: center;
	vertical-align: top;
}

#homeText p {
	margin: 0 0 0 0;
	line-height: 1.5em;
	text-align: center;
	font-size: 12px;
}

p.sidebar {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family: georgia, times, sans-serif;
	font-style: italic;
	line-height: 1.7em;
}

p.sidebarHome {
	margin: 0 30px 0 23px;
	padding: 0;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	font-family: georgia, times, sans-serif;
	line-height: 1.4em;
	color: #969696;
}

p.sidebarHome2 {
	margin: 20px 35px 0 20px;
	padding: 0;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color: #6f6f6f;
}

p.home {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family: georgia, times, sans-serif;
	font-style: italic;
	line-height: 1.7em;
}

ul {
	list-style-image: url(images/list.gif);
	margin: 0 0 15px 16px;
	padding: 0;
	line-height: 1.3em;
	text-align: left;
}

.listBlue {
	list-style-image: url(images/listBlue.gif);
	margin: 0 0 15px 16px;
	padding: 0;
	line-height: 1.3em;
	text-align: left;
}
.listBlue ul {
	list-style-image: url(images/listBlue.gif);
	margin: 0 0 15px 16px;
	padding: 0;
	line-height: 1.3em;
	text-align: left;
}
.listBlueSM {
	list-style-image: url(images/b.gif);
	/*margin: 0 0 15px 16px;*/
	padding: 0;
	/*line-height: 1em;*/
	text-align: left;
}
.listBlueSM ul {
	list-style-image: url(images/b.gif);
	/*margin: 0 0 15px 16px;*/
	padding: 0;
	/*line-height: 1em;*/
	text-align: left;
}
.listRed {
	list-style-image: url(images/listRed.gif);
	margin: 0 0 15px 16px;
	padding: 0;
	line-height: 1.3em;
	text-align: left;
}

.listGreen {
	list-style-image: url(images/listGreen.gif);
	margin: 0 0 15px 16px;
	padding: 0;
	line-height: 1.3em;
	text-align: left;
}

li {
	margin-bottom: 6px;
}

.news {
	list-style-image: url(images/arrows.gif);
	margin: 0 0 15px 16px;
	padding: 0;
	line-height: 1.3em;
	text-align: left;
	font-size: 12px;
}

.news li {
	margin-bottom: 20px;
}

.news a {
	font-size: 12px;
	color: #00809e;
	text-decoration: none;
}

.news a:hover {
	color: #ee732f;
	text-decoration: underline;
}

.linksList {
	list-style-image: url(images/arrows.gif);
	margin: -10px 0 15px 18px;
	padding: 0;
	line-height: 1.3em;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}

.linksList li {
	margin-bottom: 5px;
	padding-left: 2px;
}

ol {
	line-height: 1.3em;
	margin-top: -5px;
	margin-bottom: 30px; }


.image {
	border: 1px solid #637f8a;
}

#logo {
	background-image: url(images/logoBKG.gif);
	background-position: left bottom;
	background-repeat: repeat-y;
}

#headerText {
	background-image: url(images/headerTextBKG.gif);
	background-position: left center;
	background-repeat: repeat-y;
	vertical-align: middle;
	padding-left: 20px;
}

#sloganText {
	background-image: url(images/sloganTextBKG.gif);
	background-position: left center;
	background-repeat: repeat-y;
	vertical-align: middle;
	padding: 5px 0 6px 25px;
	margin: 2px 0 24px 0;
}

#content {
	margin: 24px;
}

#nav {
	background-image: url(images/navBKG.jpg);
	background-position: left center;
	background-repeat: repeat-y;
	margin-left: 215px;
	width: 600px;
	height: 24px;
}

#nav td {
	background-image: url(images/navDivide.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 0 15px 0 15px;
}

#nav a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
}

#nav a:hover {
	color: #BEBEBE;
}

#nav a.a2 {
	color: #00809e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
}

#nav a.a2:hover {
	color: white;
}

.logoRollover {
	background: url(images/imageOFF.gif) top left no-repeat;
	display: block;
	position: absolute;
	top: 32px;
	left: 918px;
	width: 36px;
	height: 37px;
	z-index: 100;
}
.bbbo1912 {
	display: block;
	position: absolute;
	top: 32px;
	left: 800px;
	z-index: 100;
}
.logoRollover:hover {
	background: url(images/imageON.gif) no-repeat 0px top;
	top: 28px;
	left: 778px;
	width: 197px;
	height: 83px;
	z-index: 101;
}
.bbbRollover {
	background: url(images/bbbseal1.gif.gif) top left no-repeat;
	display: block;
	position: absolute;
	top: 32px;
	left: 818px;
	width: 36px;
	height: 37px;
	z-index: 100;
}

.bbbRollover:hover {
	background: url(images/bbbseal1.gif.gif) no-repeat 0px top;
	top: 28px;
	left: 778px;
	width: 197px;
	height: 83px;
	z-index: 101;
}
.forms {
	margin: -5px 0 0 0;
	padding: 0;
	background-image: url(images/formBKG.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

.forms .email {
	margin: -5px 0 0;
	padding: 5px 0 0;
	background: #fff right top;
}

.forms p {
	margin: 10px 0 10px 0;
	font-size: 12px;
	line-height: 1.4em;
}

.forms .trTop {
	background-image: url(images/formBKGtop.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.forms .trBottom {
	background-image: url(images/formBKGbottom.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}