@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#fff;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden;/* */
	color: #4B4B4B;
}
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
}
#content {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:50px;
	bottom:110px;
	left:180px;
	right:0;
	background:#fff;
}
* html #content {
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;
	overflow:auto;
	position:absolute;
	z-index:3;
	border-top:50px solid #fff;
	border-bottom:110px solid #fff;
	border-left:180px solid #fff;
}
#head {
	position:absolute;
	margin:0;
	top:0;
	left:180px;
	display:block;
	width:100%;
	height:50px;
	z-index:5;
	overflow:hidden;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#foot {
	position:absolute;
	margin:0;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:110px;
	z-index:5;
	overflow:hidden;
	background-color: #516fa5;
	padding-left: 180px;
	background-image: url(images/bottomback.gif);
	background-repeat: repeat-x;
}
#nav {
	position:absolute;
	left:0px;
	top:0px;
	width:170px;
	z-index:10;
	background-color: #516fa5;
	height: 100%;
	padding-top: 10px;
	padding-left: 10px;
}
#title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #516FA5;
	padding-left: 20px;
}
#copy {
	padding-top: 10px;
	padding-left: 110px;
	padding-bottom: 10px;
	padding-right: 15%;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #516FA5;
}
#line {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #516FA5;
	width: 100%;
}
li {
	list-style-type: square;
}
.listheader {
	margin-bottom: -15px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.header {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-bottom: -15px;
}
a:link  { color: #374d73 }
a:hover  { color: #516fa5 }
a:visited  { color: #374d73 }
a:active { color: #faba24 
}
#newsitem {
	float: right;
	border: 1px solid #516FA5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	width: 25%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 10px;
	display: block;
	height: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
}
#newshead {
	background-color: #516FA5;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	font-size: 10px;
}
.newsitemhead {
	font-weight: bold;
	font-size: 10px;
}
.newsitemcopy {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #516FA5;
	padding-bottom: 10px;
	font-size: 11px;
}
.tabelrow1 {
	background-color: #C1C8D2;
	font-weight: normal;
	color: #000000;
}
#newsContent {
}
#newsContent  li {
	background-image: url(images/bullet-sq.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	padding-left: 10px;
	list-style-type: none;
	margin-bottom: 10px;
}
