* {
	margin:0px;
	padding:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:url(images/bg.gif) repeat-x;
}

h1 {
	background:url('images/banner.jpg');
	font-size:13px;
	color:#006699;
	height: 27px;
	padding: 12px 0px 0px 10px;
}

h2 {
	font-size:13px;
	color:#006699;
}

#container {
	width:780px;
	margin:auto;
}

#header {
	height:100px;
}

#feature {
	width:760px;
	margin:10px;
	height:120px;
	background:url('images/feature.jpg') no-repeat;
}

#leftColumn {
	width:180px;
	float:left;
	padding:0px 10px 0px 10px;
	margin:1px 0px 10px 0px;
	background:#fff;
}

#nav a:link, #nav a:visited {
	width:140px;
	height:25px;
	line-height:25px;
	display:block;
	padding-left:40px;
	border-bottom:1px solid #e2e2e2;
	color:#000;
	text-decoration: none;
}

#nav a:hover {
	background:#e8f2fc;
	color:#3c4cbf;
}

.selected {
	background:#e8f2fc;
	color:#3c4cbf;
}

.topNav {
	border-top:1px solid #e2e2e2;
}

#contactTop {
	background:#f4f4f4;
	color:#000;
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #d9d9d9;
}

#contactBottom {
	background:#f4f4f4;
	color:#000;
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #d9d9d9;
}

#rightColumn {
	width:557px;
	float:right;
	padding:0px 10px 0px 10px;
	margin:0px 0px 10px 0px;
}

#rightColumn p{	
	font-size: 11px;
	margin-top:15px;
}

#rightColumn ul {
	margin:10px 0px 10px 0px;
}

#rightColumn li {
	margin-left:30px;
}

#footer {
	clear:both;
	height:30px;
	background:#f4f4f4;
	border-top:1px solid #d9d9d9;
	padding: 15px 0px 0px 12px;
	width:780px;
}

.blueBold {
	color:#0066FF;
}

.regLink a:link, .regLink a:visited {
	color:#0066FF;
	text-decoration:none;
}

.regLink a:hover {
	color:#000;
}

#newsTable {
	width:510px;
	font-size: 10px;
}

#newsTable a:link, #newsTable a:visited {
	text-decoration: none;
	color: #0066FF;
}

#newsTable a:hover {
	color: #006699;
}

.yearRow {
	background: #006699;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

.monthRow {
	background: #f4f4f4;
	color: #000;
	padding: 3px 0px 3px 5px;
	font-weight: bold;
	font-style: italic;
}

.storyRow {
	background: #FFFFFF;
	color: #000000;
	padding: 2px 0px 2px 5px;
}

.storyBox {
	background: #FFFFFF;
	color: #000000;
	padding: 10px;
}

a:link, a:visited {
	text-decoration: none;
	color: #0066FF;
}

a:hover {
	color: #006699;
}
.csclass{
width: 360px;
height:40px;
padding: 5px;
background-color: #F3F3F3;
border: 1px solid black;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}