/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0;
	padding: 0;
	font-family: verdana,sans-serif;
	font-size: 9.5pt;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #FFF;
}

a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #000;
}




/************** feature styles *****************/

.Headings{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	min-height: 200px;
	height: 200px;
}


/*************** story styles ******************/

.text {
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #304b67;
}
.comp table {
	font-size: 24px;
	font-style: italic;
	color: #069;
}


/************* relatedLinks styles **************/

.links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	padding: 12px;
}
.bg-green {
	background-color: #009933;
}
.bg-red {

	background-color: #A50000;
}
.h2 {
	font-size: 36px;
	font-style: italic;
	color: #960;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	color: #960;
	text-align: left;
}
.main {
	background: #eee7df;
	padding-left: 15px;
	color: #096;
	vertical-align: top;
}

.abmain {
	color: #333;
	width: 555px;
	vertical-align: top;
	background: #fff;
	height: 500px;
	padding: 5;
}
.Event {
	font-family: Arial, "Arial Black";
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-decoration: blink;
	text-transform: none;
	font-size: 16px;
	color: #936;
}
.Nav {
	text-align:center;
	color: #FFF;
	background-color: #696;
}
#footer {
	clear: both;
	font-size: 10px;
	color: #FFF;
	padding-left: 10px;
	background-color: #696;
}

.sidebar {
	color: #960;
	vertical-align: top;
	padding-left: 5px;
	height: 550px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
}

