@import url('layout.css');
body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #F5E078;
}
#container {
	width: 800px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 798px;
}
#navigation {
	position: relative;
	float: left;
	width: 140px;
	height: inherit;
	display: inline;
	margin-top: 10px;
	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: #BC9020;
}
/**/
#navigation2 {
	position: relative;
	float: right;
	width: 140px;
	height: inherit;
	display: inline;
	margin-top: 10px;
	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: #BC9020;
}
/**/
#content {
	float: left;
	width: 476px; /* 626 */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 16px 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background: #fefeff url('../images/titlebg.gif') repeat-x;
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	padding-top: 5px;
	padding-bottom: 0;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead img {
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;

}
#mast2 {
	display: none;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #BC9020;
	background-color: #BC9020;
}
#navigation a {
	color: #fff; /* #8B0000*/
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #BC9020;
	background-color: #BC9020;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #800000;
	background-color: #800000;
}#navigation img {
	border: 0;
}
/**/
#navigation2 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #BC9020;
	background-color: #BC9020;
}
#navigation2 a {
	color: #fff; /* #8B0000*/
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #BC9020;
	background-color: #BC9020;
}
#navigation2 a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #800000;
	background-color: #800000;
}
#navigation2 img {
	border: 0;
}
/**/

#navigation div#menu a {
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation div.none.ad {
	height: 53px;
	display: none;
}
#navigation div.none a {
	border: 0;
	padding: 0;
	text-align: center;
}
#navigation div.none a:hover {
	border: 0;
	padding: 0;
	background-color: #BC9020;
}
#navigation img {
	border: 0;
}
#navigation img.arrow {
	position: absolute;
	left: 130px;
}
#navigation .submenu{
	display: none;
}
#navigation .submenu a {
	color: white;
	border: 1px solid #8B4513; /* #A0522D */
	background-color: #8B4513;
}
#navigation .submenu a:hover {
	color: white;
	text-decoration: none;
	border: 1px solid #800000;
	background-color: #800000;
}
.submenu {
	display: none;
	position: absolute;
}
#abt {
	top:80px;
	left:141px;
	width: 140px;
}
#min {
	top: 118px;
	left: 141px;
	width: 150px;
}
#ctu {
	top: 156px;
	left: 141px;
	width: 140px;
}
/* Content Styles */
#content h1 {
	float:left;
	font-size: 250%;
	padding-top: 0;
	padding-bottom: 15px;
	margin:0; /* FireFox Fix */
	
	color: #690494;
}
#content h2 {
	color: #8604BC;
}
#content a.plain {
	text-decoration: none;
}
#content img {
	border: 0;
}
#bkmrk a {
	color: #5f8ea9;
}
#bkmrk a:hover {
	color: #33627d;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer img {
	border: 0;
}
/* Other Styles*/
a {
	color: blue; /* #5f8ea9 */
	text-decoration: underline;
}
a:hover {
	/*color: red;*/ /*#33627d;*/
	text-decoration: underline;
}
a:visited {
	color: purple;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.hidden {
	display: none;
}
.printonly{
	display: none;
}
.nonprinting{
	
}
.showurl{
	
}
@media print {
a:link          {color: black; text-decoration: none;}
a:active        {color: black; text-decoration: none;}
a:visited       {color: black; text-decoration: none;}

a.showurl:after {content:" [" attr(href) "] ";}
/* Doesn't work in IE 6 */

body {background: #ffffff; 
	color: black; 
	margin: 0px; /* The standard margins are right when printing */
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif; 
}
#container {
	margin: 0;
	width: 100%;
}
#content {
	float: none;
	width: inherit;
	margin: inherit;
	padding: 0;
	border: 0;
	background-color: #fff;
}
#letterhead {
	text-align: center;
}
#masthead {
	display: none;
}
#navigation {
	display: none;
}
#footer {
	display: none;
}
h1 {text-align: center; font-weight: bold; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20pt;}
h2 {text-align: center;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 18pt;
   display: inline;
}
.nonprinting {display: none ! important;}
.printonly {display: block ! important;}
}
