﻿@import url('layout.css');
body {
	margin: 0px;
	background-color: #D8D8D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#holder {
	margin: 20px;
	background-color: #FFFFFF;
}
#header {
	height: 50px;
	line-height: 50px;
	color: #F9D400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	padding: 10px 50px 10px 30px;
	background-color: #004A66;
	border-bottom: 1px solid #FFF;
	background-image: url("../images/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header a {
	color: #F9D400;
	text-decoration: none;
}
#divPageContent {
	border-top: 3px solid #FF8000;
	border-bottom: 3px solid #FF8000;
	padding: 10px 0px 10px 0px;
}
#nav {
	width: 160px;
}
/* Left Navigation Styles */
#leftnav {
	width: 160px;
}
#leftnav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftnav a {
	display: block;
	padding: 4px;
	padding-left: 24px;
	width: 138px;
	border: 1px solid #F9D400;
	font-weight:bold;
}
#leftnav a:link, #leftnav a:visited {
	color: #004A66;
	text-decoration: none;
}
#leftnav a:hover {
	background-color: #336699;
	color: #fff;
}
/* Navigation Styles */
#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav a {
	display: block;
	padding: 4px;
	width: 160px;
	background-color: #004A66;
	border-bottom: 1px solid #FFF;
}
#nav a:link, #navlist a:visited {
	color: #F9D400;
	text-decoration: none;
}
#nav a:hover {
	background-color: #336699;
	color: #fff;
}
#logo_block {
	padding-top: 15px;
	text-align: center;
}
/* Heading Styles */
h1 {
	font-size: 22px;
	font-weight: bolder;
	padding-top: 20px;
}
h2 {
	font-size: 18px;
	color: #004A66;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #004A66;
}
h2 a {
	color: #ff8000;
	text-decoration: none;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h4 a {
	color: #004A66;
}
h5 {
	font-size: 12px;
}
h5 a {
	color: #004A66;
}
h6 {
	font-size: 10px;
}
/* Curved Edge Styles */
b.rtop, b.rbottom {
	display: block;
	background: #D8D8D8;
}
b.rtop b, b.rbottom b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #004A66;
}
b.r1 {
	margin: 0 5px;
}
b.r2 {
	margin: 0 3px;
}
b.r3 {
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}
/* Footer Styles */
#footer {
	height: 30px;
	background-color: #004A66;
	border-top: 1px solid #FFF;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	color: #FFF;
	font-size: 11px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.leftColumn {
	padding: 0 0px 5px;
	width: 175px;
}
.rightColumn {
	padding: 0px 50px 10px 30px;
	border-left: 1px dashed #CCC;
	text-align: justify;
	color: #004A66;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	color: #004A66;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 10px 10px 10px 0px;
	padding: 20px 10px;
	text-align: center;
	background-color: #EEE;
	border: 1px dashed #CCCCCC;
}
img {
	border-width: 0px;
}
