@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../../images/BodyBgs_1px6.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
}
#main {
	width: 950px;
	height: 100%;
}
#header {
	vertical-align: top;
	width: 950px;
}
#middle {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../../images);
}
#middle2col {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../../images/BodyBgs_630px.png);
}
#middle1col {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../../images/BodyBgs_330px.png);
}
#footer {
	vertical-align: baseline;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../../images/BodyBgs2.jpg);
}

.Headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: bold;
	color: #C00;
}
.bodytextBlack{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1.5px;
	color: #000000;
}
.bodytextLightGrey{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	color: #CCCCCC;
}
.SubHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #05212F;
	font-weight: bold;
}
a.NaviBar:link {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
a.NaviBar:visited {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
a.NaviBar:hover {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
}
a.NaviBar:active {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
}
a.Url:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2F4F5C;
	font-weight: bold;
	text-decoration: underline;
}
a.Url:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #05212F;
	font-weight: bold;
	text-decoration: underline;
}
a.Url:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2F4F5C;
	font-weight: bold;
	text-decoration: none;
}
a.Url:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2F4F5C;
	font-weight: bold;
	text-decoration: underline;
}