body{
	background-color:#FFFFFF;
	margin:0;
}
body, td, th, p{
	color:#000000;
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px;
	line-height:1.4em;
}
h1{
	font-size:1.8em;
	line-height:1.2em;
}
h2{
	font-size:1.2em;
	line-height:1.2em;
}
a:link, a:visited, a:active {
	color: #086EB4;
}

/* PAGE LAYOUT */
#Body{
	width:783px;
}
#Banner{
	margin-bottom:10px;
}
#SubBanner {
	background-image:url(/images/SubNavBkgd.jpg);
	clear:both;
	font-size:0.8em;
	height:36px;
	line-height:1.2em;
	padding-top:5px;
	width:100%;
}
#PageTitle{
	float:right;
	font-weight:bold;
	line-height:1em;
	margin:8px 10px 0 0;
	text-align:right;
	width:200px;
}
#SideBar{
	float:right;
	width:237px;
}
#BodyCopy{
	margin:10px 257px 10px 20px;
	min-height:350px;
}
#Footer{
	clear:both;
}
#Footer p{
	font-size:.8em;
	text-align:center;
}
#Footer a{
	padding:0 5px 0 5px;
}

/* MENU LAYOUT */
.menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#BannerMenu {
	margin-bottom:5px;
}
#BannerMenu li {
	margin-left:20px;
}
#BannerMenu li a {
	background-image:url(/images/Link-Arrow.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:26px;
}
#SubBannerMenu {
	float:left;
}
#SubBannerMenu li {
	margin-left:20px;
}

.YellowOverBlue{
	background-color:#FFCC00;
	background-image:url(images/OverlapTab-Blue.png);
}
.YellowOverWhite{
	background-color:#FFCC00;
	background-image:url(images/OverlapTab-White.png);
}
.GreyOverYellow{
	background-color:#EEEEEE;
	background-image:url(images/OverlapTab-Yellow.png);
}
.Tabbed{
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:10px;
}
.Tabbed h1{
	font-size: 12px;
	margin-left:30px;
	margin-top:0;
}
.BackToTop{
	font-size:.8em;
	text-align:right;
}
.BackToTop a{
	text-decoration:none;
}
.BackToTop a:hover{
	text-decoration:underline;
}
