/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0;
	padding: 0;
	font-family: verdana,sans-serif;
	background-color: #B3B79E;
}

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

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

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

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

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


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

.text {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.comp  {
	font-size: 14px;
	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;
}
.h2 {
	font-size: 36px;
	font-style: italic;
	color: #4E523F;
	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: #4E523F;
}
.h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	color: #F60;
}
.main {
	padding-left: 15px;
	color: #096;
	vertical-align: top;
}

.abmain {
	color: #333;
	width: 555px;
	vertical-align: top;
	background: #e1e1d5;
	height: 450px;
	padding: 15;
	font-size: 24px;
}

.Nav {
	background: #60654e;
	color: #D4D4C5;
	font-size: 18px;
}
#footer {
	clear: both;
	font-size: 10px;
	color: #FFF;
	padding-left: 10px;
	background: #60654e;
}

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

