body {
	margin: 0px;
	padding: 0px;
	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
}

a.lightLink {
	color:#CCFFFF;
	font-weight: bold;
	font-family:Arial;
}

a.lightLinkhover {
	color:white;
}

br {
	clear: both;
}

.dimmedTitleText {
	color:dimgray;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

/* Content ****************************************************************************************************/
.contentBorder {
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

.contentShadow {
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	background-color: #FDF7E7;
}

.content {
	padding-left: 5px;
	padding-right: 5px;
	
	/*color:saddlebrown;*/
	font-family:Arial;
	font-size:11pt;
}



/* Content Text ****************************************************************************************************/

.summaryTitle {
	color:maroon;
	font-family:Verdana;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:underline;
}

.summaryBody {
	font-family:Arial;
	font-size:12px;
	margin-left: 20px;
}

/* Content Footer ****************************************************************************************************/
.contentFooterRed {
	background-image: url(../images/HomeBoxes/red_footer_middle.jpg);
	background-repeat: repeat-x;
	height: 23px;
	
	border-left: 1px solid #64052D;
}

.contentFooterBlue {
	background-image: url(../images/HomeBoxes/blue_footer_middle.jpg);
	background-repeat: repeat-x;
	height: 23px;
	
	border-left: 1px solid #64052D;
}

.contentFooterGreen {
	background-image: url(../images/HomeBoxes/green_footer_middle.jpg);
	background-repeat: repeat-x;
	height: 23px;
	
	border-left: 1px solid #64052D;
}

.contentFooterLightRed {
	background-image: url(../images/HomeBoxes/lightred_footer_middle.jpg);
	background-repeat: repeat-x;
	height: 23px;
	
	border-left: 1px solid #64052D;
}

.contentFooterHandbook {
	background-image: url(../images/HomeBoxes/handbook_header_middle.jpg);
	background-repeat: repeat-x;
	height: 23px;
	
	border-left: 1px solid #64052D;
}

.contentFooterYellow {
	background-image: url(../images/HomeBoxes/yellow_footer_middle.jpg);
	background-repeat: repeat-x;
	height: 23px;
	
	border-left: 1px solid #64052D;
}