body {
	background: #002e5e url(../images/background_top.jpg) repeat-x 0 top;
	
}
h1 {
color: #002f5f;
	font-size: 18pt;
	text-decoration: none;
	font-weight:bold;
	}

h2, h2 a {
	color: #002f5f;
	font-size: 14pt;
	line-height: 20px;
	text-decoration: none;
	font-weight:bolder;
}

h3, h3 a {
	color: #002f5f;
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
}
h4, h4 a {
	font-style:italic;
	font-size:11pt;
	}

a {
	font-weight: bold;
}

ul{
	list-style-type: square;
	list-style-image: url(../images/bullet.png);
}



.linklist li {
margin:10px 0px;
font-size:9pt;
font-weight:700;
}
.subhead {
font-style:italic;
font-size:9pt;
}
.relative {
	position: relative;
}

.print-only {
	display: none;
}

#background-sidebar {
	position: absolute;
	right: 50%;
	top: 200px;
	margin-right: -470px;
}

#nav {	
	background: url(../images/nav_bar.png) no-repeat;
	width: 710px;
	height: 38px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#nav ul{
	list-style: none;	
	padding:0;
	margin: 0;
}

#nav li {
	float: left;	
	text-align: center;
	margin: 0 0 0 35px;
	padding: 0;
	height: 38px;
}

#nav li a {
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;	
	font-weight: bold;
	text-decoration: none;
	height: 29px;
	background: url(../images/nav_hover.png) no-repeat center -9px;
	padding-top: 9px;
}

#nav li a:hover {
	background-position: bottom;
}

#nav li a.selected {
	background: url(../images/nav_selected.png) no-repeat center bottom;
	color: #de7a00;
}

.sidebar-box {
	border: 1px solid #de7a00;
	background-color: #d9edff;
	margin-left: 15px;
	position: relative;
}

.sidebar-box ul {
	list-style:none;
	text-align: center;
}

.sidebar-box li {
	padding: 4px 0 4px 0;
}

.sidebar-box ul li span{
	font-size: 10pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002e5e;
}

.sidebar-box a span {
	display: none;
}

#guide-link a {
	display: block;
	position: absolute;	
	left: 95px;
	top: 260px;
	height: 30px;
	width: 145px;
}

#media-link a{
	position: absolute;		
	left: 92px;
	top: 152px;
	height: 30px;
	width: 145px;
}


.shadow-content {
	background: url(../images/content_background.jpg) repeat-y;
}

.header{
	background: white;
	margin-bottom:-1px;
}

#shadow-top-left {
	background: url(../images/shadow_top_left.jpg) no-repeat;
	width: 30px;
	height: 148px;
}

#shadow-top-right {
	background: url(../images/shadow_top_right.jpg) no-repeat;
	width: 30px;
	height: 148px;
}

#footer {
	width: 390px;
	height: 90px;
	background: url(../images/footer_background.png) no-repeat;
	padding: 30px 0px 0px 400px;
	color: #fff;
}