﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FDFDFD;
	background-image: none;
}
#container {
	padding: 20px 10px 10px 10px;
	width: 960px;
	margin: 10px auto;
}
#masthead {
	text-align: left;
	width: 958px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FDFDFD;
	color: #000000;
	background-image: none;
	float: none;
	margin-right: 10px;
	margin-top: 10px;
	font-family: "Arial Unicode MS";
	font-size: 22px;
	font-weight: normal;
	border-width: 0px 0px 2px 0px;
	margin-bottom: 1px;
	border-style: solid;
	padding-bottom: 10px;
	border-color: #dcdcdc #dcdcdc #2D5064 #dcdcdc;
}
#navigation {
	border: 1px solid #000000;
	margin: 2px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	width: 174px;
	float: left;
}
#footer {
	text-align: center;
	clear: both;
	width: 958px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	border-width: 1px 0px 0px 0px;
	border-color: #000000 #a9a9a9 #dcdcdc #dcdcdc;
	background-color: #FDFDFD;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #FFFFFF;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
	font-weight: bold;
}
/* Styles for Menu */
#menu {
	overflow: hidden;
	width: 958px;
	background-color: #254354;
	text-align: left;
	height: 45px;
	margin-top: 10px;
}
#menu ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0 0 0px 0;
}
#menu li {
	float: left;
	list-style-type: none;
}
#menu a:hover {
	padding: 12px 28px 12px 28px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #9F0000;
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: normal;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FDFDFD;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	margin: 1px;
	color: #FFFFFF;
	display: block;
	padding: 6px;
	text-align: center;
	font-weight: bold;
	font-family: "Arial Narrow";
	font-size: 12px;
	text-decoration: underline;
	background-color: #1F3E7C;
}
#navigation a:hover {
	padding: 6px;
	margin: 1px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial Narrow";
	font-size: 12px;
	text-align: center;
	background-color: #BF0000;
}
/* Content Styles */
#content img {
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.auto-style444 {
	border-color: #000000;
	padding: 3px 1px 3px 10px;
	border-width: 0px;
	font-family: "Arial Unicode MS";
	font-size: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
.auto-style505 {
	padding: 1px 1px 4px 30px;
	font-family: "Arial Unicode MS";
	font-size: 15px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.auto-style506 {
	padding: 1px 1px 4px 30px;
	font-family: "Arial Unicode MS";
	font-size: 16px;
	font-weight: bold;
	color: #9B0000;
	background-color: #BAC9D1;
	text-transform: uppercase;
	word-spacing: 3px;
	letter-spacing: 2px;
}
/* Footer Styles */
#footer p {
	color: #000000;
	margin-top: 5px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #0000CC;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
	font-family: "Arial Unicode MS";
	font-size: 15px;
	font-weight: normal;
}
a:hover {
	color: #003E5B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Boxed */

.boxed {
	float: left;
	clear: left;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #F9FAFB;
}
.boxed .heading {
	margin-top: 0;
	padding: 8px;
	background: none no-repeat center bottom;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: normal 14px Verdana, Geneva, Tahoma, sans-serif;
	color: #000000;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.boxed .content {
	margin: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed li {
	padding: 3px 0;
	border-top: 1px dotted #1F1F21;
}

.boxed li.first {
	border: none;
}

.boxed li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}
.boxed li li {
	line-height: 25px;
	border-bottom: 1px solid #E7EBED;
	margin: 0px 0px;
	border-left: none;
	border-left-style: none;
	border-left-width: medium;
	border-left-color: inherit;
	border-bottom-width: 0;
}
.boxed li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}
.boxed li li a {
	padding: 0px 0px 0px 20px;
	background: no-repeat left 50%;
}
/* Archives */

#archives {
	margin-top: 8px;
	padding-top: 12px;
}
.boxed a:hover {
	padding-left: 8px;
	background: no-repeat left center;
	text-decoration: underline;
	font-family: "Arial Unicode MS";
	color: #800000;
	padding-right: 10px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	margin: 17px 5px 5px 5px;
	padding-bottom: 20px;
}
#sidebar ul {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 2px;
}
#sidebar li li {
	line-height: 20px;
	border-bottom: 1px solid #E7EBED;
	margin: 0px 0px;
	border-left: none;
	border-left-width: 0;
	border-left-color: inherit;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-color: #7A7A7A;
	padding-top: 3px;
	border-left-style: none;
}
#sidebar li li a {
	background: no-repeat left 50%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidebar p {
	padding: 4px 3px 4px 3px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #800000;
}
#sidebar a {
	font-family: "Arial Unicode MS";
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #3D6B87;
}
.auto-style10 {
	font-size: 14px;
	font-family: Tahoma;
	color: #000000;
}
.auto-style300 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.auto-style400 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
#content {
	float: left;
	width: 722px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FDFDFD;
	color: #000000;
	border-color: #666666 #BCBCBC #808080 #a9a9a9;
	border-width: 0px 0px 0 0;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.button a {
	margin: 0px;
	display: block;
	float: left;
	width: 150px;
	padding: 6px;
	background: #30546A;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
}
.button {
	overflow: hidden;
	display: block;
	float: left;
	width: 160px;
	padding: 0px;
	margin-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	height: 31px;
}
.button a:hover {
	margin: 0px;
	display: block;
	float: left;
	width: 150px;
	padding: 6px;
	background: #3D6B87;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	height: auto;
}
#menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px 28px 12px 28px;
	border-right-style: solid;
	font-family: "Arial Narrow";
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	border-right-width: 2px;
	background-color: #254354;
	border-right-color: #FDFDFD;
}
.button1 {
	margin: 0px 20px 0px 0px;
	display: block;
	float: left;
	width: 160px;
	padding: 6px;
	background: #30546A;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}
#content h1 {
	color: #000000;
	font-size: 28px;
	font-weight: bold;
	font-family: "Arial Unicode MS";
	text-align: left;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #2D5064;
	padding-left: 30px;
}
#sidebar h2 {
	padding: 7px 6px 7px 13px;
	text-align: left;
	font-family: "Arial Narrow";
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FF6600;
	color: #000000;
	margin-right: 0px;
	margin-left: 0px;
}
#menu2 {
	overflow: hidden;
	width: 720px;
	text-align: left;
	height: auto;
	margin-top: 3px;
}
#menu2 a {
	color: #fff;
	text-decoration: underline;
	display: block;
	padding: 5px 50px 5px 50px;
	border-right-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	border-right-width: 2px;
	background-color: #B00000;
	border-right-color: #FDFDFD;
}
#menu2 a:hover {
	padding: 5px 50px 5px 50px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #254354;
	font-weight: normal;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FDFDFD;
}
#menu2 li {
	float: left;
	list-style-type: none;
}
#menu2 ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0 0 0px 0;
}
#menu2 .first a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 50px 5px 50px;
	border-right-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	border-right-width: 2px;
	background-color: #254354;
	border-right-color: #FDFDFD;
}
#menu3 {
	overflow: hidden;
	width: 720px;
	text-align: left;
	height: auto;
	margin-top: 3px;
}
#menu3 a {
	color: #fff;
	text-decoration: underline;
	display: block;
	padding: 9px 33px 9px 33px;
	border-right-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	border-right-width: 4px;
	background-color: #B00000;
	border-right-color: #FDFDFD;
}
#menu3 a:hover {
	padding: 9px 33px 9px 33px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #254354;
	font-weight: normal;
	border-right-style: solid;
	border-right-width: 4px;
	border-right-color: #FDFDFD;
}
#menu3 li {
	float: left;
	list-style-type: none;
}
#menu3 ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0 0 0px 0;
}
