body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	line-height: 1.3em;
	font-family: arial, sans-serif;
	font-size: 12px;
}
a, a:link, a:visited, a:active {
	color: #330066;
	text-decoration: underline; 
}
a:hover {
	text-decoration: none;
	color: #cc0033;
}
a img {
	border: 0px;
}

/* HEADER CSS */
#headercontainer {
	margin: auto;
	background: url(/images/bg-repeat.gif) repeat-x;
}
#header {
	width: 1000px;
	height: 100px;
	margin: auto;
}
#logotxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #310063;
	height: 80px;
	padding-top: 20px;
	background-repeat: repeat-x;
	float: left;
	width: 270px;
}
#topad {
	margin-top: 5px;
	float:left;
}
#logotxt h2{
	margin-left: 50px;
}
#logotxt p{
	font-size: 16px;
	margin-left: 50px;
	padding: 0;
	margin: 0px 0 10px 0px;
	font-weight: bold;
}
.t {
	color:#63cf00;
}
#logotxt p.tt {
	font-size: 18px;
	font-weight: bold;
}

/* NAVIGATION TABS */
#tabsI {
	display: none;
}

/* page content */
#container {
	margin: auto;
	background: #FFFFFF;
	border-top: 1px solid #7e4ba3;
}
#contents {
	width: 100%;
	margin: auto;
}
/* main content pieces */
#left170 {
	display: none;
}
#right160 {
	display: none;
}
#right300 {
	display: none;
}
#content170-160 {
	width: 100%;
	padding: 10px;
}
#content170-300 {
	width: 100%;
	padding: 10px;
}
#content170-0 {
	width: 100%;
	padding: 10px;	
}
#content0-160 {
	width: 100%;
	padding: 10px;
}
#content0-300 {
	width: 100%;
	padding: 10px;
}



h1 {
	font-family: "Trebuchet MS",helvetica,clean,sans-serif;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #66cc00;
}
h2 {
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
h3 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 13px;
	color: #49166d;
}

/* sub navigation */
#sub-nav {
	display: none;
}

/* bottom of page boxes */
.bottom-box {
	display: none;
}
#footer {
	display: none;
}
#copyright {
	font-weight: lighter;
	margin: auto;
	padding-bottom: 20px;
	clear: both;
	width: 1000px;
	font-size: 11px;
}


/* big list */
div.BigList ul {
	margin-top: 2px;
	margin-bottom: 20px;
}
div.BigList ul li
{
	list-style-type: none;
	font-size: 15px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* news related css */
div.titleWrapper {
	border-left:7px solid #63C600;
	padding-left:8px;
}
div.titleWrapper span {
	color: #555;
	font-size: 11px;
}
div.story {
	padding-top: 10px;
}
div.PostedIn
{
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 8pt;
}