/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}

html
	{
		height: 100%;
	}

body {
	height: 100%;
	background-image: url(../images/bg.gif);
	font-size: small;
}

*html body {
	font-size: x-small; /* hack for IE5/Win */
	f\ont-size: small;  /* hack for other IE5/Win versions */
}

a, a:link, a:visited { 	
	color: #067495;
	text-decoration:none;
}

a:hover, a:active { 	
	color: #067495;
	text-decoration:underline;
}

/* ------------------ layout elements ------------------ */

#containter {
	width: 801px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(../images/content_bg.gif);
	position: relative;
	min-height: 100%;
	overflow: hidden;
	background-color: #343434;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #342e0e;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #342e0e;
}
* html #containter {
	height: 100%;
	overflow: visible;
}
#header { 
	width:801px;
	height: 257px;
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	line-height: 260%;
}
#header2L { 
	width:801px;
	height: 77px;
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	line-height: 260%;
}
#sidebar {
	float: left;
	width: 218px;
	position:relative; 
}
#main{
	float: right;
	width: 572px;
	margin: 0px 11px 0px 0px;
	display: inline;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #067495;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
#footer {
	width: 801px;
	height: 21px;
	position: relative;
	margin: -2.0em auto 0 auto;
}
/* A CSS hack that only applies to IE -- specifies a different offset for the footer */
* html #footer{
		margin-top: -1.9em;
}
#pagehead {
	width: 547px;
	height: 47px;
	background-color: #eeeeed;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdddc;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 260%;
	font-weight: bold;
	color: #067495;
	margin: 0px;	
	padding-left: 25px;
}
#pagecontent{
	width: 522px;
	padding: 15px 25px 20px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 140%;
	color: #000000;
	margin: 0px;
	padding-bottom: 15px;
}
#newsbox{
	padding-left: 8px;
	width: 514px;
	height: 26px;
	font-size: 100%;
	line-height: 260%;
	font-weight: bold;
	background-image: url(../images/newsBG.gif);
	color: #5e5e5e;
	background-position: bottom;
}
#newsbox a, #newsbox a:link, #newsbox a:visited{
	padding-left: 8px;
	width: 523px;
	height: 26px;
	font-size: 100%;
	line-height: 260%;
	font-weight: bold;
	color: #5e5e5e;
	background-position: bottom;
}
#newsbox a:hover, #newsbox a:active{
	color: #067495;
}
#news {
	background-color: #F7F7F7;
	background-image: url(../images/newsBG.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;

}
#news a, #news a:link, #news a:visited {
	color: #3D3D3D;
	padding-left: 18px;
	text-decoration: none;
	font-size: 110%;
	line-height: 420%;
	font-weight: bold;
}
#news p {
	color: #067495;
	padding-left: 18px;
	text-decoration: none;
	font-size: 110%;
	line-height: 420%;
	font-weight: bold;
}
#news a:hover, #news a:active {
	color: #067495;
	text-decoration:underline;
	background-color: none;
}
#newsbody {
	margin: 6px 16px 6px 18px;
	color: #111111;
	line-height: 140%;
	font-size: 100%;
	font-weight: normal;
	min-height: 100%;
	height:100%;
	overflow: hidden;
}
#newsbody a, #newsbody a:link, #newsbody a:visited, #newsbody a:hover, #newsbody a:active {
	padding-left: 0px;	
	line-height: 140%;
	font-size: 100%;
}
#image {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	clear: left; 
	margin: 0 0 1em 1em;
	position: relative;
	overflow: visible;
		
}
#back{
	width: 545px;
	height: 20px;
	background-color: #F9F9F9;
	font-size: 75%;
	line-height: 180%;
	font-weight: bold;
	color: #CCCCCC;
	float: right;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#back a, #back a:link, #back a:visited {
	color: #999999;
}
#back a:active, #back a:hover {
	color: #CCCCCC;
}
#infofloat{
	width: 120px;
	height: 200px;
	background-color: #F7F7F7;
	font-size: 80%;
	line-height: 180%;
	font-weight: bold;
	color: #B2B2B2;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #E8E8E8;
	margin: 0 0 1em 1em;
	position: relative;
	clear: left;
	
	}
/* ------------------ menu ------------------ */

/* Turns off Margin, Padding, and Bullets for the Menu List */	
#sidebar ul {
	margin: 0px; 
	padding: 0px;
	background-color: transparent;
}
#sidebar li {
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
	background-color: transparent;
}
/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open ul{display:block;}

/* Link Styles for the Menu */
.closed a, .open a, .closed a:visited, .open a:visited {
	margin: 0px;
	width: 196px;
	height: 18px;
	padding: 7px 0px 0px 22px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: transparent;
	text-transform: uppercase;
	background-image: url(/_elements/images/menu.jpg);
}
/* Hover and Active styles for the menu */
.closed a:hover, .closed a:active {
	color: #000000;
	text-decoration: none;
	color: #aaeaf9;
}
/* Link Styles for the Submenus */
.closed ul a, .open ul a, .closed ul a:visited, .open ul a:visited{
	margin: 0px;
	width: 185px;
	height: 17px;
	padding: 6px 0px 0px 33px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	text-decoration: none;
	color: #aaeaf9;
	font-weight: bold;
	background-image: url(/_elements/images/menu3.jpg);
	text-transform:none;
}
.closed ul a:hover, .open ul a:hover, .closed ul a:active, .open ul a:active{
	color: #FFFFFF;
	background-image: url(/_elements/images/menu2.jpg);
}
.newsdate {
	font-size: 90%;
}

/* -------------- text stykes ------------------- */

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:hover { color: #376d08; }
.lrggrey {
	font-size: 130%;
	color: #999999;
	font-weight: bold;
	line-height: 180%;
}