@charset "iso-8859-1";
@import url('layout.css');
body {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	background-color: #162846;
		color: Black;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 95%;
	}
body img {
	border: 0px;
	text-decoration: none;
}
#container {
	margin: 0px auto 0px auto;
	width: 750px;
	background-color: #FFFFFF;
	border: 4 px double #003200;
	padding: 10px;
	color: black;
}
/* ===============masthead ==============*/
#masthead {
	text-align: left;
	color: black;
	background:#162846;
	background-repeat: no-repeat;
	width: 100%;
}
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
/* sets style for top menu */
#topmenu {
	clear: both;
	border-bottom: medium double #162846;
	border-top: medium double #162846;
	font-size: 90%;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	width: auto;
	height: auto;
	background-color: #162846;
	border-top-width: thin;
	border-bottom-width: thin;
	background-image: url('../images/index-page/go.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
}
/*styles for main content area*/
#content {
	padding: 5px;
	margin-left: 190px;
	background-color: #FFFFFF;/*255,250,240*/;
	vertical-align: top;
	color: black;
}
/*styles for all hyperlinks*/
a:link {
	color: #7e1715;
	background-color: inherit;
}
a:active {
	font-weight: normal;
}
a:visited {
	font-weight: normal;
}
a:link {
	font-weight: normal;
}
a:visited {
	color: #7e1715;
	background-color: inherit;
}
a:hover {
	color: #072029;

}
a:active {
	color: #CC3300;
	background-color: inherit;
}
/*Styles for top menu hyperlinks*/
#topmenu a:link {
	font-weight: normal;
}
#topmenu a:link {
	color: #6edf00;
	background-color: inherit;
}
#topmenu a:visited {
	color: #868b8f;
	background-color: inherit;
}
#topmenu a:hover {
	background-color: #6edf00;
	color: #072029;
}
#topmenu a:active {
	color: #8f1313;
	background-color: inherit;
}
/*styles for all headers*/
h3 {
	color: #072029;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFAF0;
}
h2 {
	color: #072029;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
h1 {
	color: #072029;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
h1 {
	font-size: 130%;
	color: #162846;
}
h2 {
	font-size: 110%;
}

/*styles for right sidebar*/
.rgtsdbr {
	background-color: #162846;
	color: #FEFEF8;
	width: 160px;
	float: right;
	margin-left: 5px;
	padding: 8px;
	border: 2px solid #6edf00;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.1;
	text-align: center;
	margin-top: 5px;
}
/*Styles for right sidebar hyperlinks*/
.rgtsdbr a:link {
	font-weight: normal;
	color: #6edf00;
	background-color: inherit;
}
.rgtsdbr a:visited {
	color: #D9963D; 
	background-color: inherit;
}
.rgtsdbr a:hover {
	background-color: #6edf00;	
	color: #ffffff;
}
.rgtsdbr a:active {
	color: #ffffff;
	background-color: inherit;
}
.heading {
	border: medium double #162846;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 94%;
	font-weight: bolder;
	margin: 3px;
	padding: 2px 3px 3px 5px;
	background-color: #162846;
	text-align: left;
	color: #FFFFFF;
}

/*styles for left side menu*/
#sidebar-a {
	float: left;
	width: 160px;
	margin: 0;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #072029;
	color: black;
	font-size: .8em;
}
#sidebar-a ul {
	margin: 10px 0px 10px;
	padding-left: 0px;
	list-style-image: none;
}
#sidebar-a li {
	/*background-image: url(images/gl_or.gif);
	background-repeat: no-repeat;*/
	list-style: none;
	margin: 1px 1px 1px;
	padding-left: 9px;
}
#sidebar-a ul ul {
	padding-left: 1px;
}
#sidebar-a ul ul ul li {
	border-style: double;
	border-width: 2px;
	list-style-type: disc;
}
.heading {
	border: medium double #162846;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 94%;
	font-weight: bolder;
	margin: 3px;
	padding: 2px 3px 3px 5px;
	background-color: #162846;
	text-align: left;
	color: #FFFFFF;
}
/*Styles for right side headings*/
.heading2 {
	border: 2px double #895945;
	font-size: 94%;
	font-weight: bolder;
	text-align: left;
	margin: 3px;
	padding: 2px 3px 3px 5px;
	background-color: #072029;
	color: white;
}
/*Different color text*/
.p-color {
	font-size: medium;
	font-weight: normal;
	color: #8f1313;
	font-family: Georgia, "Times New Roman", serif;
}
.p-sm-caps {
	font-size: small;
	font-weight: normal;
	color: #FFFAF0;
	font-variant: small-caps;
}

/*styles the page footer*/
#footer {
	clear: both; /*padding: 5px;
	margin-top: 5px ;*/;
	background-color: #162846;
	color: #FEFEF8;
	font-size: .8em;
	text-align: center;
	border-top: medium double #072029;
}
/*styles for float right*/
.fltright {
	float: right;
}
/*styles any important message on a page */
span.important {
	font-variant : small-caps;
	color : #cc3300;
	font-weight : bold;
	background-color: inherit;
}

.frmbrd {
	border: thin solid #ffffff;
	padding: 5px;
}
.frmbrd-2 {
	border: thin solid #162846;

	padding: 5px;
}

span.important {
	font-variant : small-caps;
	color : #cc3300;
	font-weight : bold;
	background-color: inherit;
}
span.smcapstext {
	font-size: medium;
	font-variant: small-caps;
	color: #072029;
	font-weight: lighter;
}
span.exponent {
	font-size: x-small;
	vertical-align: super;
}
span.quote {
	font-style: italic;
}
.clearrt {
	clear: right;
}
.clearlft {
	clear: left;
}
.imgrgt {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.exponent {
	font-size: x-small;
	vertical-align: super;
}
#breadcrumb {
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.ctr {
	text-align: center;
}
/* ********************
Address Panel
********************* */
address {
	clear: both;
	font-size: small;
	color: #FFFFFF;
	background-color: #162846;
	text-align: center;
	margin: auto;
	border-top: medium double #27362b;
	font-variant: small-caps;
	font-style: normal;
}
