﻿@import url(layout.css);
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #3333ff;
	line-height: 22px;
	background-image: url(../images/bg_blue_gradient.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 810px;
	margin: 0 auto;
	background-color: #fff;
}
#masthead {
	text-align: right;
	margin-left: 50px;
	margin-right: 10px;
	width: 750px;
	padding: 0;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navigation {
	margin-right: 0;
	margin-left: 0;
	background-color: #000099;
	overflow: hidden;
}
#column_l {
	margin: 15px 0px 15px 15px;
	width: 500px;
	text-align: justify;
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
}
#column_l2 {
	width: 200px;
	margin: 0;
	float: left;
	background-color: #000099;
	position: relative;
	left: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
}
#column_l2 h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	font-variant: small-caps;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#column_l2 p {
	font-size: 9px;
	text-align: left;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}
#column_l2 a {
	color: #6C6CF5;
	text-decoration: none;
}
#column_l2 a:hover {
	color: #ff0000;
	text-decoration: none;
}
#column_l3 {
	width: 275px;
	margin: 15px 0px 15px 15px;
	background-color: #fff;
}
#column_r {
	width: 241px;
	margin: 15px 15px 15px 15px;
	background-color: #fff;
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
}
#column_r2 {
	width: 575px;
	margin: 15px 15px 15px 0px;
	background-color: #fff;
	text-align: justify;
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
}
#column_r3 {
	width: 275px;
	margin: 15px 15px 15px 0px;
	background-color: #fff;
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
}
#footer {
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	text-align: center;
	background-color: #000099;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
	padding: 2px;
	border-top-color: #000066;
	border-bottom-color: #000066;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: 11px;;
	text-align: right;
	margin: 0px;
	color: #0000ff;
}
/* Styles for Navigation */
#navigation ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 100%; 
	list-style: none; /*For IE6*/
}
ul#navigation:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#navigation li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	list-style: none; /*For IE6*/
	position: relative;
}
#navigation a {
	border: 1px solid #000033;
	border-right-color: #000066;
	border-bottom-color: #000066;
	padding: 0 5px;
	display: block;
	background: #000099;
	color: #e6e6e6;
	font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}
ul#navigation li.iehover a {
	background: #0000ff;
  	color: #ff0000;
}
ul#navigation li:hover a {
	background: #0000ff;
  	color: #ff0000;
}
#navigation a:hover {
	background: #0000ff;
  	color: #ff0000;
}
/*indent menu */
/*URL: http://www.dynamicdrive.com/style/ */
#indentmenu{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 100%; /*leave this value as is in most cases*/;
	overflow: hidden;
}
#indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #000033; /*dark gray border*/
	border-width: 1px 0;
	background: black url(../images/indentbg_blue.gif) center center repeat-x;
}
#indentmenu ul li{
	display: inline;
	list-style: none; /*For IE6*/
}
#indentmenu ul li a{
	float: left;
	color: #fff; /*text color*/;
	padding: 5px 9px 5px 9px;
	text-decoration: none;
	border-right: 1px solid #000099; /*dark gray divider between menu items*/
	list-style: none; /*For IE6*/
}
#indentmenu ul li a:visited{
	color: #fff;
}
#indentmenu ul li .current{
	color: #ff0000 !important; /*text color of selected and active item*/
	padding-top: 5px; /*shift text down 1px for selected and active item*/
	padding-bottom: 5px; /*shift text down 1px for selected and active item*/
	background: black url(../images/indentbg2_blue.gif) center center repeat-x;
}
#indentmenu ul li a:hover{
	color: #ff0000 !important; /*text color of selected and active item*/
	padding-top: 4px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: black url(../images/indentbg2_blue.gif) center center repeat-x;
}
/*nav menu column_l2*/
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 200px; /*For KHTML*/
	list-style: none;
}
ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 200px; /*For KHTML*/
	list-style: none;
}
ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 200px; /*For KHTML*/
	list-style: none;
}
ul#navmenu:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
}
/* Root Menu */
ul#navmenu a {
	border: 1px solid #0000cc;
	border-right-color: #000066;
	border-bottom-color: #000066;
	padding: 0 10px;
	display: block;
	background: #000099;
	color: #fff;
	font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}
ul#navmenu li .current {
	background: #0000ff;
  	color: #ff0000;
}
ul#navmenu li:hover a {
	background: #0000ff;
  	color: #ff0000;
}

/* Styles for Content */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ff0000;
	font-variant: small-caps;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ff0000;
	font-variant: small-caps;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000ff;
	font-variant: small-caps;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	font-variant: small-caps;
}
h5 {
	color: #000;
	font-size: 12px;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: 10px;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a:hover {
	color: #ff0000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}