/************** .pageheading styles ***************/

.pageheading {
 font-family: Verdana,Arial,sans-serif;
 font-size: 160%;
 color: #003366;
 margin: 0px;
 padding-top: 20px;
 padding-bottom: 20px;
}

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

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

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/**************** .selected styles **************/
.selectedlvl1 {
	border-top: 1px solid #003366;
	padding: 2px 0px 2px 10px;
	 border-left: 10px solid #003366;
}

.selectedlvl2 {
	border-top: 1px solid #003366;
	padding: 2px 0px 2px 20px;
	 border-left: 10px solid #003366;
}

.selectedlvl3 {
	border-top: 1px solid #003366;
	padding: 2px 0px 2px 30px;
	 border-left: 10px solid #003366;
}

.selectedlvl4 {
	border-top: 1px solid #003366;
	padding: 2px 0px 2px 40px;
	 border-left: 10px solid #003366;
}

.selectedlvl5 {
	border-top: 1px solid #003366;
	padding: 2px 0px 2px 50px;
	 border-left: 10px solid #003366;
}

/*****Image positioning styles *********/
.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0px none;
}

.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none;
}

/******* Module formatting styles ********/

.modulemaintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #bd111d
}
.moduletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #bd111d;
	font-weight: bold;
	line-height: 140%
}
.moduleheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bd111d;
	font-weight: bold;
	line-height: 140%
}
.moduledate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%
}
.modulesummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	padding-bottom: 5px
}
.moduletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%
}
.moduledivider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bd111d;
	margin-bottom: 5px
}


/********* Block formatting styles **********/

.blockmaintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bd111d;
	font-weight: bold;
	line-height: 100%;
	background-color: transparent;
	padding-bottom: 4px
}
.blocktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bd111d;
	font-weight: bold;
	line-height: 120%;
	padding-top: 5px
}
.blocktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bd111d;
	line-height: 120%
}
.blockdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%
}
.block {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bd111d;
	margin-bottom: 5px;
	width: 100%
}

#block {
	border: 1px solid #003366;
	margin-bottom: 5px;
	width: 100%
}

#blockmaintitle {
	color: #ffffff;
	font-weight: bold;
	line-height: 100%;
	background-color: #003366;
	padding-bottom: 4px;
	text-align: center;
}

#blocktext {
	line-height: 120%
}
