@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../Images/bg2.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
/*frame Keeps Everything Centered*/
#frame {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#logo {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	width: 980px;
	padding-bottom: 5px;
	background-color: #020266;
}
#logo h1 {
	text-align:right;
	font-size: 18px;
	display: inline;
	background-color: #020266;
}
#top {
	width: 980px;
	background-color: #FFFFCC;
}
#inner-top {
	background-image: url(../Images/top_round.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
}
.topnav{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#center {
	background-color: #FFFFCC;
	float: left;
	width: 980px;
	padding-bottom: 6px;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(../Images/leftback.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottomnav {
	width: 980px;
	background-color: #FFFFCC;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #000000;
	line-height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	margin-bottom: 25px;
}
.bottomnav li{
	display: inline;
}
.bottomnav li a{
	color: #020266
}

.bottomnav li a:hover{
	color:#0000CC
}
#content {
	font-size: 0.9em;
	color: #000000;
	float: left;
	width: 625px;
	background-color: #FFFFFF;
}

#content p {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}
#content a {
	color: #020266;
	text-decoration: none;
}
#content a:hover {
	color:#0000CC
}
#content h1 {
	font-size: 2.2em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 20px;
}
#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	padding-left: 10px;
}
#content h3 {
	font-size: 1em;
	padding-left: 5px;
}

#content ol {
	text-align: left;
}
#content ul {
	text-align: left;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
}
#content li {
	padding-right: 10px;
	margin-bottom: 11px;
}
#highlights {
	float: left;
	width: 420px;
	overflow: hidden;
}
#topic_links {
	float: left;
	width: 200px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003366;
}
#outer_center_left {
	float: left;

	width: 175px
	overflow: hidden;
	width: 213px;
	overflow: hidden;
}
#inner_center_left {
	text-align: center;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #336699;
}
#inner_center_left a {
	text-decoration: none;
	color: #020266;
}
#inner_center_left a:hover {
	color: #0000CC;
}
a  img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sidenav {
	font-size: 0.8em;
	width: 140px;
	border-right: 1px solid #666;
	padding: 0;
	margin-bottom: 1em;
	font-weight: bolder;
	color: #000000;
	overflow: hidden;
	float: left;
}
.video {
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}

#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidenav ul li {
	margin: 0;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003;
}
#sidenav ul li a {
	display: block;
	border-left: 10px solid #369;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #020266;
	color: #fff;
	text-decoration: none;
	width: 140px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
html>body #sidenav ul li a {

}
#sidenav ul li a:hover {
	border-left: 10px solid #036;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #69f;
	color: #fff;
}


.next_back {
	text-align: center;
}
.img_container_left {
	float: left;
	margin: 10px;
	padding: 3px;
}
.img_container_right {
	float: right;
	margin: 10px;
	padding: 3px;
}
#footer {
	float: left;
	width: 980px;
	font-size: 14px;
	margin-bottom: 25px;
}

#footer_inner {
	background-color: #FFFFFF;
}

#footer h3 {
	font-size: 1.1em;
	color: #000000;
	text-align: center;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	text-decoration: none;
}
#footer ul li a {
	text-decoration: none;
	color: #000000;
}
#footer ul li a:hover {
	color: #666666;
}
#column {
	width: 200px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	display: inline;
	margin-top: 10px;
}

