body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FDF2DB;
}

h1{
	font-size: 150%;
	font-weight: bold;
}

h2{
	font-size: 117%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
}

h4{
 font-size: 100%;
 font-weight: bold;

}

h5{
 font-size: 100%;
 font-style: italic;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#Masthead{
	text-align: center;
	vertical-align: top;
	background-color: #FADFA3;
	margin-right: 1%;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 1px;
}
#Masthead img {

	float: left;
	padding: 2px;
	margin: 0 5px 5px 0;
}
#Navbar {
	text-align: center;
	background-color: #ECE9D8;
	border: thin solid #CCCCCC;
	font-size: 85%;
	color: #999999;
	padding: 5px;
}

#LeftBox {
	float:left;
	width: 25%;
	padding-right: 1%;
	padding-bottom: 6px;
	margin-top: 20px;
	padding-left: 1%;
	font-size: 80%;
	border: thin solid #CCCCCC;
	background-color: #FADFA3;
	padding-top: 2px;
}

#MainContent{
	margin-top: 20px;
	padding-bottom: 2px;
	margin-left: 30%;
	padding-right: 1px;
	padding-left: 2px;
	margin-right: 1%;
	background-repeat: no-repeat;
	text-align: justify;
}

#SiteInfo{
	font-size: 65%;
	color: #000000;
	background-color: #CCCCCC;
	border: thin solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
	margin-right: 1%;
}

#box {

	float: none;
	width: 95%;
	padding: 3px;
	background-color: #FFFFCC;
	border: thin solid #FF0000;
	position: relative;
	text-align: center;
}

/************** . styles ***************/

.feature{
	
}

.feature img{
	float: left;
	padding: 10px 10px 10px 0px;
	margin: 0 5px 5px 0;
}

.story{
	font-size: 80%;
}

.skiplink {
	font-style: italic;
	display: none
}
.nolink {
	color: #0000CC;
	text-decoration: none;

}
#RightContent {
	padding-top: 4px;
	margin-top: 20px;
	padding-bottom: 2px;
	margin-left: 33%;
	padding-right: 1px;
	padding-left: 2px;
	margin-right: 1%;
	background-repeat: no-repeat;
	background-color: #FFCCFF;
}
.smallertext {
	font-size: 80%;
}
