@charset "UTF-8";

body {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}	

a {
}
img {
	border: 0;
}
table {
}
table.noborder {
	border-bottom-style: none;
}
th {
	color:#FFF;
}
tr.odd {
	background-color:#FFF;
}
tr.even {
	background-color: #EEE;
}
ul a {
	text-decoration: none;
}
.MouseOut{
	background-color:#FFFFCC;
	font-family:Tahoma;
	font-size: 13px;
//	letter-spacing: -1px;
	color:#000000;
}
.MouseOver{
	background-color:#FFCCFF; //c0c0c0;
	font-family:Tahoma;
	font-size: 13px;
//	letter-spacing: -1px;
	color:#ff0000
}

.aMouseOut{
	text-decoration:underline;
	font-family:Tahoma;
	font-size:small;
//	letter-spacing: -1px;
	color:#0000ff;
}
.aMouseOver{
	text-decoration:underline;
	font-family:Tahoma;
	font-size: 13px;
//	letter-spacing: -1px;
	color:#ff0000;
}


#wrap {
	width: 960px;
	text-align: left;
	height: auto;
	background-image: url(../images/wrap-bkgnd-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#HeaderWrap {
	width: 100%;
	text-align: center;
	height: 150px;
	background-image: url(../images/body-bkgnd-vert.png);
	background-position: top;
	background-repeat: repeat-x;
}
#Header {
//	width: 960px;
	width: 800px;
//	height: 150px;
//	position: relative;
//	background-image: url(../images/header-bkgnd.png);
//	background-repeat: no-repeat;
//	background-position: center;
//	margin: 0 auto;
	text-align: left;
}
#Header img {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#HeaderNav {
	width: 800px;
//	position: absolute;
//	top: 40px;
//	right: 10px;
}
#Sidebar {
	float: left;
	width: 260px;
	text-align: center;
//	color: #333;
	background-image: url(../images/body-bkgnd-vert-bw.png);
	background-repeat: repeat-x;
	left: 10px;
	position: absolute;
	}
#Sidebar h1 {
//	color: #666;
}
#Sidebar ul {
	text-align: left;
}
#Sidebar a {
	text-decoration: none;
}
#Sidebar p {
	padding: 10px;

}
#MainContent {
	width: 620px;
	padding: 10px 35px;
	position: relative;
	left: 270px;
}
#HomeContent {
	clear: left;
	text-align:center;
	width: 860px;
	margin: 0px 10px;
	padding: 40px;
	background-image: url(../images/RedWhiteBlueBkgnd.jpg);
	background-repeat: no-repeat;
	background-color: #E1E7F3;
	background-position: 50%;
	color: #FFFFFF;
}
#HomeContent img {
	float: left;
	margin-top: 10px;
	margin-right: 23px;
	margin-bottom: 10px;
	margin-left: 23px;
	padding: 0px;
}
#Footer {
	width: 800px;
	font-family=Tahoma;
	font-size: 12px;
	color: #fff;
}
#ServiceNav {
	width: 940px;
	background-color: #EEE;
	position: absolute;
	left: 10px;
	bottom: 0px;
}
#ServiceSubNav {
	clear: both;
	width: 940px;
//	background-color: #CFF;
}
.note {
	font-size: 80%;
}
.FloatLeft {
	float: left;
}
.FloatRright {
	float: right;
}
.Clear {
	clear: both;
}
.HomeFeature {
	width: 252px;
	float: left;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 40px;
	height: 200px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/1-3399CC-50.png);
	border: thin solid #FFFFFF;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.SidebarFloat {
	clear: left;
	float: left;
	width: 240px;
	text-align: center;
	margin-left: -290px;
	padding-right: 40px;
	padding-left: 10px;
}
.Feature {
//	background-color:#ffd449;
	padding: 20px;
}
.PrintButton {
	font-size: 75%;
	padding: 3px;
	line-height: 18px;
	margin: 3px;
	background-color: #CCCCCC;
}

