

div#MainContent div p { 
/********** RESETS PREDEFINED PROPERTIES **************/
	margin: 0px !IMPORTANT; /* This resets ALL the margins for the p tag */
	padding: 0px !IMPORTANT; /* This resets ALL the padding for the p tag */

/********** REDEFINES PROPERTIES **************/
	margin: 0px 8px !IMPORTANT; /* This redefines the top/bottom margins to 0px and left/right to 8px */
	padding-top: 10px !IMPORTANT; /* The redefines the top padding to be 10px. Marging causes a gap between the h2 and div tag */
	padding-bottom: 10px !IMPORTANT; /* The redefines the bottom padding to be 10px. */
}


div#MainContent div h1, div#MainContent div h2, div#MainContent div h3, div#MainContent div h4, div#MainContent div h5, div#MainContent div h6 {
	padding-left: 5px !IMPORTANT; /* Indents the Headings */ 
}


div#MainContent div ul.BulletedList { /* This CSS class will create a list with disc bullets */
/********** RESETS PREDEFINED PROPERTIES **************/
	margin: 0px !IMPORTANT; /* This resets ALL the margins for the ul tag */
	padding: 0px !IMPORTANT; /* This resets ALL the padding for the ul tag */

/********** CHANGES THE STYLE TYPE TO DISC  **************/

	list-style-type: disc !IMPORTANT; 
	
/********** REDEFINES PROPERTIES **************/
	margin-left: 22px !IMPORTANT;
	margin-bottom: 10px !IMPORTANT;
}


div#MainContent div ul.BulletedList li {
	margin: 0px !IMPORTANT; /* This resets ALL the margins for the li tag */
	line-height: 1.5;
}

div#MainContent div ul.BulletedList ul {
	margin-left: 22px;
}

div#MainContent div ol { /* This CSS class will create a list with disc bullets */
/********** RESETS PREDEFINED PROPERTIES **************/
	margin: 0px !IMPORTANT; /* This resets ALL the margins for the ul tag */
	padding: 0px !IMPORTANT; /* This resets ALL the padding for the ul tag */

/********** REDEFINES PROPERTIES **************/
	margin-left: 30px !IMPORTANT;
	margin-bottom: 10px !IMPORTANT;
}


div#MainContent div ol li {
	margin: 0px !IMPORTANT; /* This resets ALL the margins for the li tag */
	line-height: 1.5; /* The values for a line heigh do not have to be in em, px, or % */
}

div#MainContent a:link {
	text-decoration:none;
	font-weight:bold;
	}
	
div#MainContent a:hover {
	font-weight:bold;
	}
	
div#MainContent a:visited {
	text-decoration:none;
	font-weight:bold;
	}

div#MainContent .BlurbDate {
	font-style: italic;
	font-size: 92.3%;
	margin:0 0 0 4px;
}

div#MainContent .HeadlineSnippet {
	margin:-4px;
	padding:0;
	}
	
div#MainContent .pageHeader {
	font-weight:bold;
	font-size:16px;
	border-bottom: solid 1px #003366;
	margin-bottom:8px;
	}
	
div#MainContent .boldHeader {
	font-weight:bold;
	padding:0;
	margin:0;
	vertical-align:top;
	float:right;
	}
	
	
div#MainContent .subHeader {
	margin-top:10px;
}



div.Bx1 {
	margin:0px;
	padding:0px;
	float: right;
	width: 315px;
	height: 100%;
	}

div.Bx2 {
	margin:0px;
	padding:0px;
	float: left;
	width: 315px;
	height: 100%;
	}

div.Bx3 {
	float: left;
	position:relative;
	width: 100%;
	height: 100%;
	}
	
h2.Blurb4 {
	background-color: #b0b0b0;
	color: #000;
	height: 100%;
	}

div.Blurb5 {
border: 2px solid #b0b0b0;
	border-top: none;
	padding: 5px;
	height: 100%;
	}

.AbuseRegEven {
	background-color:#CCCC99;
	}
.AbuseRegOdd {
	background-color:#FFF;
	}

.alert {
width:100%;
background-color:#FF0000;
margin-top: 6px;
text-align:center;
}

.alert a:link {
color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
.alert  a:hover {
	font-weight:bold;
	}
	
.alert  a:visited {
	text-decoration:none;
	font-weight:bold;
	}
