body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {

}
a:hover{
	color: #333333;
}
.maintable {
	background-color: #FFFFFF;
	background-position: center;
	border: 1px solid #CCCCCC;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headermenu {
	background-color: #547886;
	color: #FFFFFF;
	padding: 5px;

}
.middle {
	padding: 20px;
}


.headermenu A{
	color: #FFFFFF;
}
h1 {
	font-size: 14px;
	color: #333333;
	background-color: #EEF2F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DADADA;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	padding: 2px;
	text-align: left;
}

.rightheader {
	font-weight: bold;
	background-color: #86A78A;
	margin: 2px;
	padding: 4px 2px;
	color: #FFFFFF;

}
.righttable {
	margin: 0px;
	padding: 4px;
}
.rightrow {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: left;
}

.rightrow A
{
	color: #547886;

}


.rightrow ul {
	list-style: none;
	text-indent: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.rightrow li {
	
	padding-top: 2px;
	padding-bottom: 2px;
}



.rightbar {
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #547886;
}
h2 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;

}
.summary TD{
	background-image: url(images/list_sep_bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #547886;
	border-right: 1px none #547886;
	border-bottom: 1px none #547886;
	border-left: 1px none #547886;

}

.summary A
{
	color: #547886;

}

TABLE A
{
	color: #547886;

}
.leftbar {
	background-color: #FEECAA;
}
.leftheader {
	font-weight: bold;
	background-color: #547886;
	margin: 2px;
	padding: 4px 2px;
	color: #FFFFFF;
	text-align: center;
}
.summaryleft TD {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #547886;
}
.blankbox {
	border: none;
}
.selected {
	font-weight: bold;
	color: #CC0000;
}
.padimg {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.description {
	line-height: 150%;
	text-align: justify;
}
p {
	text-align: justify;
	line-height: 150%;
}
.web {
	background-image: url(/images/website.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

