/* CSS Document */
body {
	background-color:#e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin-top:0px;
	font-size:11px;
	line-height:130%;
}
body a {
	color:#ed1c24;
	text-decoration:underline;
}
body a:hover {
	color:#000000;
	text-decoration:none;
}
h1 {
	font-size:16px;
	font-weight:bold;
}
.ShadowLeftVert {
	background-image:url(../images/Shadow_LeftVert.jpg);
	background-repeat:repeat-y;
	width:8px;
}
.ShadowRightVert {
	background-image:url(../images/Shadow_RightVert.jpg);
	background-repeat:repeat-y;
	width:8px;
}
.ShadowHorizontal {
	background-image:url(../images/Shadow_Horiz.jpg);
	background-repeat:repeat-x;
	height:8px;
}
.topblackbar {
	width:558px;
	background-color:#000000;
	border-bottom:1px solid white;
	height:23px;
}
.header {
	border-right:1px solid white;
}
.grayvert {
	background-color:#525252;
	width:44px;
}
.leftcolumn {
	background-color:#525252;
	width:202px;
}
.navigation {
	display: block;
	width: 202px;
	margin:0;
	text-align:right;
}

.navigation a {
	color: #000000;
	display: block;
	padding-right:20px;
	padding-top:7px;
	height:23px;
	text-decoration: none;
	margin:0;
	background-image:url(../images/Nav_Off.gif);
	font-size:12px;
}

.navigation a:hover {
	background-color:#CCCCCC;
	color:#FFFFFF;
	background-image:url(../images/Nav_On.gif);
	margin:0;
}
.footerblack {
	background-color:#000000;
	border-top:1px solid white;
	border-bottom:1px solid white;
	height:17px;
}
.footerred {
	background-color:#ed1c24;
	border-top:1px solid white;
	border-bottom:1px solid white;
	border-left:1px solid white;
	height:17px;
}
.footergray {
	background-color:#525252;
	height:20px;
	text-align:right;
	padding-right:10px;
	vertical-align:middle;
	color:#868686;
	font-size:10px;
}
.footerlightgray {
	background-color:#eeeeee;
	height:30px;
	text-align:center;
	vertical-align:middle;
	color:#333333;
	font-size:10px;
}
.footerlightgray a {
	color:#333333;
	text-decoration:none;
}
.footerlightgray a:hover {
	color:#333333;
	text-decoration:underline;
}
.logobkgd {
	background-image:url(../images/Intro_Bkgd.gif);
	background-repeat:no-repeat;
	width:484px;
	height:201px;
	padding-left:20px;
}
.tablebkgd {
	background-image:url(../images/Segment_Bkgd.gif);
	background-repeat:no-repeat;
	width:484px;
	height:250px;
}
.segHeader {
	width:145px;
	padding:38px 0 3px 8px;
	font-size:16px;
	font-weight:bold;
}
.segText {
	width:145px;
	height:165px;
	padding:0 14px 10px 8px;
}