/***********************************************/
/* opening.css                                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #ffffff;
	line-height: 1.166;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	background: #ffffff;
	width:100%;
}

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

a:link, a:visited{
	color: #000066;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #000066;
}

/************** header tag styles **************/

h1{
	font: bold 150% Arial,sans-serif;
	color: #000000;
    margin: 0px;
    padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell{
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

#content{
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
}

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

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 75%;
	color: #000066;
	height: 300px;
}
html>body .feature {height: auto;}

.feature a{
	color: #000066;
	font-weight: bold;
}

.feature a:hover{
	color: #ff0000;
	font-weight: bold;
}

.feature .style1{
	color: #ff0000;
	font-size: 100%;
	font-weight: bold;
}

.feature strong{
	color: #000066;
	font-weight: bold;
}

.feature img{
	padding: 5px 10px 5px 0px;
}

/********************* end **********************/
