
body {
	background-color: #CBD9D1;
	background-image: url('/siteimages/mainbackground.jpg');
}

.elementcolor {
	background: url("/siteimages/titlebarright.jpg");
}

.accentcolor {
	background: url("/siteimages/titlebarleft.jpg");
}

.titlebarleft {
	background: url("/siteimages/titlebarleft.jpg");
}

.titlebarright {
	font-size: 24px;
	color: #FFFFFF;
    font-family: Verdana;
	font-weight: bold;
	padding-left: 20px;
	background: url("/siteimages/titlebarright.jpg");
}

.sectionheader {
	background: url("/siteimages/titlebarright.jpg");
}

.content {
	font-family: Verdana;
	font-size: 8pt;
	color: #383838;
}

.contentquote {
	font-family: Verdana;
	font-size: 8.5pt;
	color: #383838;
	font-weight: bold;
}

.contentsmall {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #383838;
}

.heading {
	font-family: Verdana;
	font-size: 10pt;
	color: #383838;
	font-weight: bold;
}
.headingBig {
	font-family: Verdana;
	font-size: 14pt;
	color: #383838;
	font-weight: bold;
}

.menu {
	font-family: Verdana;
	font-size: 8pt;
	color: #919191;
}

.link {
	font-family: Verdana;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

.alert {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #676767;
	text-decoration: underline;
}

a:visited:hover {
	text-decoration: underline;
}

p {
	color: 383838;
}