

body {
	background-color: D6DBE1;
	background-image: 
	url('bg3.gif');
	background-position: center;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Tahoma, Arial, Serif;
	color: #333;
}

a img {border: none; }



a:link, a:visited {
	color: #8D0C0C;
	text-decoration:underline;
}
a:hover,a:active 
{
	color:#B54343;
	text-decoration:none;
}

a.blue:link, a.blue:visited {
	color: 1177AA;
}
a.blue:hover, a.blue:active {
	color: 0099EA;
}

a.bottom:link, a.bottom:visited {
	color: #e4e4e4;
	text-decoration: none;
	font-family: verdana, arial;
}

a.bottom:hover, a.bottom:active {
	color: #fff;
	text-decoration: none;
	font-family: verdana, arial;
}


h1 {
	color: #8D0C0C;
	font: bold 140% "Trebuchet MS", Tahoma, Arial;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}

h2 {
	color: #333;
	font: bold 120% "Trebuchet MS", Tahoma, Arial;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}

h3 {
	color: #777;
	font: bold 100% "Trebuchet MS", Tahoma, Arial;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

h4 {
	font: normal 14px Verdana, Tahoma, Arial;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	font-size: 13px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 10px;
}

p.big {
	font-size: 13px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 10px;
}

p.small {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
}

p.bottom {
	color: e4e4e4;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.left {
	float: left;
	margin-right: 10px;
}

p.tagline {
	font-size: 12px;
	color: #666;
	font-family: verdana, arial;
	line-height: 130%;
	line-spacing: 0px;
	letter-spacing: 0px;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px dashed #333;
}

div.list {
	font-size: 13px;
	line-height: 140%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px; 0px;
}

img.border {
	border: #666 1px solid;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

ul#list {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0;
}

ul#list li {
	background-image: url(./bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: .8em;
}

div.listright {
	font-size: 11px;
	line-height: 140%;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 10px; 0px;
}

ul#listright {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#listright li {
	background-image: url(./bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
}


img.left {
	float: left;
	clear: left;
	margin: 0 15 0 0;
	border: #666 1px solid;
}

img.right {
	float: right;
	clear:right;
	margin: 0 0 0 10;
	border: #666 1px solid;
}

img.leftborder {
	float: left;
	clear: left;
	border: #D5D5D5 1px solid;
	margin-right: 10px;
	margin-bottom: 0px;
}

img.rightborder {
	float: right;
	clear: right;
	border: #D5D5D5 1px solid;
	margin-left: 10px;
	margin-bottom: 0px;
}

.form {font-size: 10pt; font-family: verdana; color: 333;}


div.linefront {
	border-bottom: solid 1px #D5D5D5;
	float: center;
	margin: 10px 0px;
	padding: 0px;
}

div.line2 {
	border-bottom: solid 1px #D5D5D5;
	float: center;
	margin: 10px 0px;
}

/* START HEADER NAVGATION MENU */

#navcontainer { /* none needed */ }

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul#navlist li
{
float: left;
font-family: tahoma, arial, sans-serif, verdana;
font-size: 14px;
letter-spacing: 2px;
margin: 0px;
padding: 3px 0 3px 0;
background-color: #000000;
}

#navlist a, #navlist a:link
{
margin: 0;
padding: 3px 5px 3px 5px;
color: #CCCCCC;
border-left: 6px solid #000000;
text-decoration: none;
}

ul#navlist li#active
{
color: #ffffff;
background-color: #6B6862;
}

#navlist a:hover
{
color: #ffffff;
background-color: #90866D;
}