/* Page Layout Styles */
body {
	background-color: #ededed;
	
}
#main {
	width: 801px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(images/top1.jpg);
	height: 35px;
	width: 801px;
}
#banner {
	background-image: url(images/banner.jpg);
	height: 86px;
	width: 800px;
}
#nav {
	background-image: url(images/nav_back.jpg);
	height: 28px;
}
#content {
	background-image: url(images/body_bk.jpg);
	width: 801px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar {
	width: 183px;
	float: left;
	font-size: 0.8em;
	margin-left: 17px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 200px;
	clear: both;
}

.sidebar_title {
	background-image: url(images/side_title.jpg);
	height: 26px;
	padding-left: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, "Times New Roman";
	padding-top: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -17px;
	width: 150px;
}
.pagecontent_title {
	float: right;
	width: 600px;
	font-family: Tahoma, "Times New Roman";
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/section_title.jpg);
	height: 26px;
	width: 570px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#pagecontent {
	float: right;
	width: 565px;
	padding-right: 25px;
	padding-left: 10px;
}

.sidetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: none;
	padding-left: 24px;
	padding-top: 5px;
}
.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: none;
	padding-left: 24px;
	padding-top: 5px;
}

/* Main Page Content Style */
p {
	font-size: 1em;
	text-decoration: none;
}
h1 {
	font-family: Tahoma, "Times New Roman";
	font-size: 1.3em;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 15px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-family: Tahoma, "Times New Roman";
	font-size: 1.2em;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 15px;
	color: #000000;
}

h3, h4, h5, h6, h7, h8 {
	font-family: Tahoma, "Times New Roman";
	font-size: 1.1em;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 15px;
}

.sidebar_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding-right: 8px;
}

.sidebar_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	padding-right: 8px;
	font-weight: bold;
	color: #990000;
}

/* Cosmetics */
.underline {
	text-decoration: underline;
}
#content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: normal;
	list-style-position: outside;
}
.hr {
	color: #AAC8E8;
	background-color: #AAC8E8;
}

/* Links */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000066;
	text-decoration: none;
}

/* Top Menu */
.top {
	font-size: 14px;
	list-style-position: inside;
}
a.top:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a.top:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
	text-align: center;
}
a.top:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
	text-align: center;
}
a.top:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
	text-align: center;
}
.red {
	color:#990000;
}
.blue {
	color:#1B557A;
}
.blue_box {
	margin: 5px;
	padding: 5px;
	border: medium dashed #1B557A;
}
.option_box {
	border: medium solid #1B557A;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.option_box h3 {
	color: #FFFFFF;
	background-color: #1B557A;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.option_box p {
	padding-left:10px;
	padding-right:10px;
}
.option_box a {
	font-weight: bold;
}
.hilite3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FFFFCC;
	display: block;
	border: thin solid #FFCC33;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.hilite3 p {
	padding-right: 15px;
	padding-left:15px;
}
.bluebox-head {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #647889;
	color: #FFFFFF;
	font-size: 1.2em;
	font-style: italic;
	border: thin solid #000000;
}
.blue-checkmark {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-image: url(images/bluecheck.gif);
}