body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	vertical-align: top;
	width: 800px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial,sans-serif;
	font-size: 18pt;
	color: #CCCCCC;
	font: Arial;
	font-weight: bold;
}

h2{
 font-size: 14pt;
 color: #FFFFFF;
}

h3{
	font-size: 12pt;
	color: #222368;
	font-style: normal;
	font-weight: bold;
	vertical-align: top;
}

h4{
	font-size: 10pt;
	font-weight: normal;
	color: #222368;
	text-align: center;
}

h5{
	font-size: 100%;
	color: #334d55;
	padding-top: 0px;
}
h6{
 font-size: 9pt;
 color: #C4E5F4;
}

/************** .fcontent styles ***************/


#content{
	border: 1px solid #333333;
	float:right;
	width:798px;
	margin: 0;
}


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

.feature{
	padding: 20px 20px 20px 20px;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 90%;
}

.feature h3{
	text-align: center;
	color: #010298;
	font-size: 120%;
}
.feature h4{
	text-align: left;
	color: #333333;
	font-size: 100%;
}
.feature h5{
	text-align: center;
	color: #010298;
	font-size: 100%;
}
.feature img{
	float: left;
	padding: 0px 30px 0px 0px;
	margin: 0 5px 5px 0;
}

/************** .featureSmall styles ***************/

.featureSmall{
	padding: 0px 0px 10px 10px;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 90%;
}

.featureSmall h3{
	padding: 30px 0px 0px 0px;
	text-align: center;
	color: #010298;
	font-size: 120%;
}
.featureSmall h4{
	text-align: left;
	color: #000000;
	font-size: 100%;
}
.featureSmall img{
	float: left;
	padding: 0px 10px 0px 250px;
	margin: 0 5px 5px 0;
}

/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 5px 0px;
	text-align: left;
}


/************** .storyTable styles *****************/

.storyTable{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	vertical-align: top;
	text-align: right;
}

.storyTable p{
	text-align: left;
}

.storyTable h3{
	text-align: left;
}

.storyTable h5{
	text-align: left;
}

