/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin: 0;
	background-image: url(../graphics/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
	
a {
	color:#3078CF;
	text-decoration: none;
	}
	
a:link {
	color:#3078CF;
	text-decoration: none;
	}
	
	
a:visited {
	color:#3078CF;
	text-decoration: none;
	}
	
	
a:hover {
	color:#FFFFFF;
	background-color: #3078CF;
	text-decoration: none;
	}

ul{
	list-style-image: url(../graphics/ul_style_feature_red.gif);
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/************** .div sections *****************/

#content {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
	text-align: center;
		}

		
/************** .row styles *****************/

.firstRow {
	height: 50px;
	width: 900px;
}

.secondRow {
	height: 4px;
	width: 900px;
	font-size: 1px;
	background-color: #999999;
}

.thirdRow {
	width: 900px;
}

.fourthRow {
	text-align: center;
	height: 31px;
	width: 900px;
	background-image: url(../graphics/nav_bgtile.gif);
}

.fifthRow {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: square;
	width: 900px;
	background-color: #FFFFFF;
}

.sixthRow {
	color:#999999;
	font-size:11px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
	width: 900px;
	background-color: #FFFFFF;
}

/************** .mainPic style *****************/

.mainPicClearBottomLeft {
	line-height: normal;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #59593C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	margin-right: -5px;
	margin-top: -10px;
	list-style-position: inside;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

/************** .text styles *****************/

.bold {
	font-weight: bold;
}

/************** .copyright text styles *****************/

.copyrightEndStory {
	color: #59593C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: normal;
}

/************** .element styles *****************/

.hrColor {
	color: #CCCCCC;
}
.fifthRowTitle {
	padding-top: 10px;
}
.firstRowPadLeft {
	padding-left: 10px;
}
.firstRowPadRight {
	padding-right: 10px;
}

