body {
    margin: 0px;
    text-align: center;
    font-size:13px;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    color:#666666;	
}

.clear {
    width:100%;
    clear:both;
    line-height:1px;
}


p, ul, li
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
}
h1, h2, h3, h4, h5 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 16px 0px 5px 0px; 
	color:#009DDC;
	font-weight: normal;
}
h1.home
{
	font-size:205%;
	font-weight: normal;
	padding-bottom: 25px;
	border-bottom: 1px solid #D7D7D7;
}
h1 a {	
	color:#7AC043;
	font-weight: normal;
	text-decoration: underline;
}
h1 a:hover {	
	text-decoration: none;
}
h2 {
	font-size:145%;
	margin: 8px 0px 2px 0px;
	color:#009DDC;
	font-weight: normal;
}

h3 {
    font-size:140%;
    margin: 7px 0px 7px 0px;
    color: #009DDC;
    font-weight: normal;
}

h4 {
	font-size:115%;
	margin: 7px 0px 7px 0px;
	color: #7AC043;    
	font-weight: normal;
}

p {
	font-size:100%;	
}
a {
	text-decoration:none;
	border:0px;
    color: #7AC043; /*#1aa1ce;*/
    font-weight: bold;
}
li a 
{
    font-weight: normal;
}


a:hover  {
text-decoration: underline;
}

img {
border: none;
}

img.img_left 
{
float: left;
margin-right: 15px;
margin-bottom: 10px;
}

img.img_right {
float: right;
margin-left: 15px;
margin-bottom: 10px;
}


/*BEGIN: Ektron inline editor menu correction ------------*/
div.EktronEditorsMenuWrapper
{
    z-index:800;
    position:absolute;
    
}
div.EktronEditorsMenuWrapper a span
{
    color:#000000;
}
div.EktronEditorsMenuWrapper a
{
    color:#000000;
}
p.EktronEditorsMenuMarker
{
    margin:0px;
    padding:0px;
    position:absolute;
    display:inline;
    float:left;
}

/*END: Ektron inline editor menu correction ------------*/
