@charset "UTF-8";

body {
	margin: 0px;
	color: #434444;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(../images/bg.jpg) top center repeat-x #e9eff3;
}

#wrapper {
	width: 978px;
	margin: 0 auto;
	background: #FFFFFF;
}
#header {
	height: 91px;
	width: 978px;
	background:url(../images/header.gif);
}
#main {
	height: 330px;
	width: 978px;
	background:url(../images/mainbg.gif);
}
#mainnav {
	float: left;
	height: 294px;
	width: 190px;
	padding: 34px 0 0 0;
	text-transform:uppercase;
	list-style: none;
}
#flash {
	float: right;
	height: 330px;
	width: 788px;
}
#blue {
	height: 14px;
	width: 978px;
	background: #6c9ac7;
}
#content {
	background-image: url(../images/contentbg.gif);
	/* height: 186px; */
	width: 978px;
}
#footer {
	clear:both;
	background-image: url(../images/footer.gif);
	height: 58px;
	width: 978px;
	color:#FFFFFF;
	line-height: 13px;
	font-size: 10px;
	padding: 15px 0 0 0px;
}

#footer table {
	margin: 0 0 0 30px;
}
#ar_btn {
	float: left;
	width: 150px;
	padding: 20px 0px 10px 20px;
	}
#content1 {
	float: left;
	/* height: 146px; */
	width: 717px;
	padding: 0px 20px 10px 20px;
}
#content1_2 {
	float: left;
	/* height: 146px; */
	width: 447px;
	padding: 0px 20px 10px 20px;
}
#content2 {
	float: right;
	height: 186px;
	width: 221px;
}

h2 {
	font-family:Arial Black, Helvetica Black, sans-serif;
	font-size: 210%;
	color: #115a9f;
	margin-bottom: -3px;
}

p {
	line-height: 15px;
}

/*  ---- What's New CSS ---- */
.whatsNewItem {
	line-height: 15px;
	padding-right: 10px;
	padding-bottom:10px;
}

.newsItemHeader {

}

.whatsNewItemTitle {
	font-family:Arial Black, Helvetica Black, sans-serif;
	font-size: 110%;
	font-weight:500;
	color: #115a9f;
}

.whatsNewItemDate {
	color: #666666;
}

.whatsNewItemBody {

}

/* ---- SideBar CSS ----- */
.newsSideBar {
	
	padding: 20px;
}

.newsSideBar p {
	/* padding: 0 0 10px 0; */
}

.newsSideBar a {
	text-decoration:none;
	color:#666666;
}

.newsSideBar a:hover {
	text-decoration:underline;
}

/* --- New SideBar CSS (jQuery) --- */

 #scrollup {
   position: relative;
   overflow: hidden;
   height: 200px;
   width: 200px
 }
 .headline {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 195px;
   width:190px;
 }

 
 .headline a {
 	color:#666666;
	text-decoration:none
 }

.headline a:hover {
	text-decoration:underline;
}