.logo {
   POSITION: absolute;
   z-index:1000;
   text-align:left;
}
.logo_top {
   POSITION: absolute;
   Top:-4px;       
   text-align:left;
}
.logo_right 
{
	position:absolute;
	margin-left:256px;
}

.content
{
	background-position: right top;
	
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	height: 100%;
	overflow: auto;
	margin-top: 30px;

}
.content h2 {font-size:24px;margin:44px 0 18px 0;font-weight:normal;}
.content h3 {margin-bottom:6px;}

.shadow 
{
	padding-right: 7px;
	background: url('/images/bg-right.png' ) repeat-y;
	background-position:right top;
}

.header
{
	position: relative;
	color: #fff;
	height: 95px;
	background-repeat: repeat-x;
	background-image:url(/images/NavHeaderBg.png);
}

.redBar 
{
	background: #950721;
	width: 100%;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.nav-primary {height: 32px;position: absolute;left: 0px;bottom: 0px;}
.nav-primary ul {z-index:2000;list-style: none;float: right;text-align: right;margin: 0 15px 0 0;}
.nav-primary li {float:left;margin:8px 0 0 38px;}
.nav-primary a {color:white;text-decoration:none;font-size:12px;font-weight:bold;}
.nav-primary a:hover {text-decoration:underline;}
.nav-primary li.selected a {color:#fff;}


.LeftNavBar {width:150px;float:left;margin-top:40px;}
.RightNavBar {color: White;font-size: 14px;}
.RightNavBar H1 {color:#b5cede;font-weight:bold;font-size:16px;}
.RightNavBar H2 {color:white;font-weight:bold;font-size:12px;margin-top:-5px;}
.RightNavBar H3 {color:white;font-size:10px;color:White;margin-left:10px;}
