
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 .breadcrumb {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
}

.breadcrumb a{
text-decoration: none;
color:#0000FF;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #0000FF;
}

.breadcrumb a:hover{
text-decoration: underline;
}

div#MainContent h2.DivisionsName {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 120%;
color:#000000;
text-align: center;
background-color:#d2d0a0;
}

h2.DivisionsName a, h2.DivisionsName a:visited, h2.DivisionsName a:active {
color:#000000;
text-align: center;
background-color:#d2d0a0;
}

h2.DivisionsName a:hover{
text-decoration: underline;
}

div#MainContent h2.DivisionsNameOCR {
font-family: arial, verdana, helvetica, sans-serif;
font-size:small;
color:#000000;
text-align: center;
background-color:#d2d0a0;
font-weight:normal;
}

h2.DivisionsNameOCR a, h2.DivisionsNameOCR a:visited, h2.DivisionsNameOCR a:active {
color:#000000;
text-align: center;
background-color:#d2d0a0;
}

h2.DivisionsNameOCR a:hover{
text-decoration: underline;
}

div#MainContent .smallText {
	font-size: 70%;
	font-weight: bold;
}

div#MainContent table {
width: 100%;
}
div#MainContent div table tr td ul li ul li{
text-indent: 2em;
}

div#MainContent div table tr td ul li ul li ul li{
list-style-type:none;
text-indent: 4em;
}
div#MainContent div table tr td ul li ul li ul li ul li{
list-style-type:none;
text-indent: 6em;
}

div#MainContent .fntlay
{
  font-size: 10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#MainContent .border {
	border: 1px solid #003399;
}

div#MainContent .HeadingTxt
{
   font-size:20px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#000066;
}
div#MainContent .BoxL {
	float: left;
	clear: left;
	width: 80px;
}
div#MainContent .BoxL ul li
{
list-style-type:none;
}

div#MainContent .BoxR {
	float: right;
	clear: right;
	width: 310px;
}

div#MainContent .BoxR ul li
{
list-style-type:none;
}

div#MainContent .BoxLeft {
	float: left;
	clear: left;
	width: 315px;
}

div#MainContent .BoxRight {
	float: right;
	clear: right;
	width: 315px;
	
}

div#MainContent .Newtable{
	font-size:11px;
	
}

div#MainContent .listTable{
	font-size:11px;
	width:50%;
	
}
div#MainContent div.QuickLinks p
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 250px;
	font-size: 92.3%;
}
		
div#MainContent div.QuickLinks table tr th,th,th
{
text-align:center;
	}

div#MainContent div ul.alphaList { /* This CSS class will create a list with lower-alpha 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:lower-alpha; !IMPORTANT; 
	
/********** REDEFINES PROPERTIES **************/
	margin-left: 30px !IMPORTANT;
	margin-bottom: 10px !IMPORTANT;
}


div#MainContent div ul.alphaList li {
	margin: 0px !IMPORTANT; /* This resets ALL the margins for the li tag */
	line-height: 1.5;
}

div#MainContent .smallRedText {
	color: #FF0000;
	font-weight: bold;
	font-size: 80%;
}

div#MainContent .HeadlineSnippet {
	font-size: 92.3%;
}

div#MainContent .LeftIndented , div#MainContent .RightIndented {
	padding-bottom: 10px;
	padding-top: 8px;
	display: block;
	float: left;
}

div#MainContent .LeftIndented {
	padding-left: 20px;
	width: 250px;

}

div#MainContent .RightIndented {
	padding-right: 20px;
	padding-left: 20px;
	width: 300px;

}


