html,body{ 
 margin:0; 
 padding:0; 
 background-color:#666666; 	
 text-align:center; 
 font-family: "Times New Roman", Times, helvetica, sans-serif;
 font-size: normal;
} 

.mceContentBody { background-image: none; background-color: #002a53; color: #ccc; } /*TinyMCE*/
.mceContentBody a:link, .mceContentBody a:visited   { color: #fff !important;    text-decoration: underline; } /* FF requires a important here */
.mceContentBody a:hover, .mceContentBody a:active   { color: #99d9e8 !important; text-decoration: none; } /* FF requires a important here */


h1{ 
color: #000000;
text-align: center;
font-family: helvetica, sans-serif;

}
 
h2{ 
color: #000000;
font-family: helvetica, sans-serif;
}
 
h3{ 
color: #000000;
font-family: helvetica, sans-serif;
}
 
#pagewidth{ 
 width:960px; 
 height: 100%;
 text-align:left; 
 min-width: 500px;
 margin-left:auto; 
 margin-right:auto; 
 background-color:#94c4ae;
 border-left: 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 } 
 
#wrapper{
 height: 100%;
 width: 950px;
} 

#pagewidth img {
 padding:10px;
 border:none;
} 
 

#rightcol{
 float:right; 
 position:relative; 
 text-align: center;
 width: 320px; 
} 
 

#footer{
 width:930px; 
 position: relative;
 text-align: justify;
 padding: 0px 10px 0px 10px;
 font-size: 80%;
 } 

#footer a:link { 
 color: #ffffff;               
 text-decoration: none;
 font-weight: bolder; 
}
     
#footer a:visited { 
 color: #ffffff;               
 text-decoration: none;
 font-weight: bolder; 
}

#footer a:active { 
 color: #ffffff;                
 text-decoration: none;
 font-weight: bolder; 
} 

#footer a:hover{ 
 color: #d59e7e;                
 text-decoration: none;
 font-weight: bolder; 
} 
 
#inner{
 margin:0; width:99.5%;
}
 
#maincol{ 
 position: relative;
 float: left; 
 width: 580px; 
 height: 100%;
 text-align: justify;
 padding: 0px 10px;
 }
 


.padleft {
 padding: 0px 0px 0px 120px;
}


 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
  

 /*printer styles*/ 
@media print{ 

/*hide the right column when printing*/
#outer{border-right:0;} 
}

  

dl dt {
	font-weight: bold;
}

.imgright {
 float: right;
 padding: 0px 3px 0px 0px;
}

.imgleft {
 float: left;
}

.redfont {
 color: #ff0000;
 font-weight: bold;
 font-size: 120%;
}

.bold-font {
 font-weight: bold;
}

.ital {
 font-style: italic;
}

.bold-ital {
 font-style: italic;
 font-weight: bold;
}