/***********************************************/
/* 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: #FC9;
}

a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background: #7aba2e;
	text-align: right;
}

/************** 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;
}
.comp  {
	font-size: 12px;
	font-style: italic;
	color: #476042;
}


/************* 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-org {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	padding: 12px;
}
.h2 {
	font-size: 36px;
	font-style: italic;
	color: #476042;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	color: #476042;
}
.main {
	padding-left: 15px;
	color: #096;
	vertical-align: top;
}

.abmain {
	color: #333;
	width: 555px;
	vertical-align: top;
	background: #fff;
	height: 500px;
	padding: 15;
}

.Nav {
	background: #476042;
	color: #F3CC99;
}
#footer {
	clear: both;
	font-size: 10px;
	color: #FFF;
	padding-left: 10px;
	background: #476042;
}

.sidebar {
	vertical-align: top;
	padding-left: 8px;
	height: 550px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	background-color: #CC9;
}
.sidebar table {
	text-align: center;
}
.sidebar div div .Nav tbody tr th {
	text-align: center;
}

