/* CSS Document */

body
{
	background-color: #FFFFFF;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:visited
{
	color: #43677D;
}
.table_body
{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: left;
}
.body_text
{
	text-align: left;
	font-weight: normal;
	background-image: url(../images/shadow-01.jpg);
	background-repeat: repeat-x;
}
.body_text h2
{
	font-size: medium;
}
.bold_text
{
	font-weight: bolder;
}

.left_nav
{
	background-color: #bcbaa1;
	width: 171px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	color: #FFFFFF;
	height: 100%;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.left_nav a
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.left_nav a:hover
{
	background-image: url(../images/rollover_button_tile.jpg);
	background-repeat: repeat-x;
}
.spotlight
{
	background-color: #C8D1DA;
	background-image: url(../images/blue_tile.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.spotlight_right
{
	background-image: url(../images/spotlight_image-01.jpg);
	height: 254px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-repeat: no-repeat;
	background-color: #C8D1DA;
	font-weight: normal;
	left: 20px;
	background-position: right -69px;
	width: 270px;
}

.Links
{
	text-align: left;
	padding-left: 30px;
	left: 30px;
	font-weight: normal;
	top: 20px;
	padding-top: 20px;
	margin-top: 0px;
	vertical-align: top;
}
.Links h1
{
	font-size: small;
	background-image: url(../images/link_bg_blue.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 22px;
}
.Links h2
{
	font-size: small;
	background-image: url(../images/link_bg_tan.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 22px;
}
.Links h3
{
	font-size: small;
}
.Links a
{
	text-decoration: none;
}
.Links a:hover
{
	color: #000000;
}
.footer
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: x-small;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.footer a
{
	text-decoration: none;
}
.footer a:hover
{
	text-decoration: none;
	color: #000000;
}
