body{
	background-color: white;
  }

p,ul,ol {
	font-family: 'MontSerrat', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
}

ul{
	list-style-type: disc;
}

.header1 {
	color: #CC6600;
	font-family: 'MontSerrat-Bold', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.header2 {
	color: ##CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.header4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
}
	

#maintable{
	background: white url(../images/mcpcc-watermark-bg.jpg) no-repeat fixed 100px 75px;
	margin: auto;
  }

#accreditationResourcesTable {
	position: relative;
}

.header-image {
	width: 100%;
	/*ie6 trick to preserve full-width page on older browsers*/
	/*height:auto!important; height:69px; */

	display: none;
} 

#apDiv1 {
 position: absolute;
 bottom: 0;
 right: 0;
}

.bannerLinks p{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.bannerLinks a:hover{
	background-color: #FFB56A;
}

@font-face {
  font-family: 'MontSerrat-Black';
  src: url('Montserrat-Black.otf') format('truetype');
}

#headermenu td {
	height: 2em;
	padding: 0;
	vertical-align:top;
}

#headermenu td div {
    padding: 0.8em 2em 0.8em;
    background-color: #e57e56;
    background:         linear-gradient(  #edba78, #e57e56 );
	background-image:      -o-linear-gradient( 45deg, #edba78, #e57e56 );
	background-image:    -moz-linear-gradient( 45deg, #edba78, #e57e56 );
	background-image: -webkit-linear-gradient( 45deg, #edba78, #e57e56 );
	background-image:     -ms-linear-gradient( 45deg, #edba78, #e57e56 );
	background-image:        -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(237,186,120)), color-stop(1, rgb(229,126,86);) );

    
    
    font-family: 'MontSerrat';
    color: white;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    position: relative;
    cursor: pointer;
}
#headermenu td div:hover {
	background: rgb(82,161,217);
}

#headermenu a {
	color: white;
	text-decoration: none;
}

 
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	line-height: 1.10em;
	color: #D2691E;
	font-style: normal;
	text-align: center;
	margin: 5px 3px;
	}
	
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #71824F;
	font-weight: bold;
	}
	
.footer a:hover{
	color: #D2691E;
	}
	
a {
	color: #B22222;
	text-decoration: none;
}

a:hover {
	color: #CC6600;
	text-decoration: underline;
}

/*         FOOTER LINKS          */

#footer-links {

	clear: both;
	width: 100%;
	min-height: 1em;
	background: rgb(234,234,234);
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	
	text-align: center;

	    font-size: 0.6em;
    letter-spacing: 0.2em;

}

#footer-links a {

	font-family: 'MontSerrat-Light';
	text-decoration: none;
	text-transform: uppercase;
	color: rgb(94,94,94);;
}

#footer-links a:hover {

	text-decoration: underline;
}

#footer-links p {
		padding: 1em;
}
