div#pagecontainer
	{width: 1024px;
	margin: auto;
    border: 1px solid #FFFFFF;
	}

a:link {color:#0033ff;text-decoration:underline;} /* unvisited link */
a:visited {color:#6600cc;text-decoration:underline;} /* visited link */
a:hover {color:#0066ff;text-decoration:underline;} /* mouse over link */


div#svcdir
    {background-image:url('/svcdirbground.jpg');
    background-position:top right; 
    background-repeat: no-repeat;
    width:300px;
}    

a.menubody:link {color:bisque;text-decoration:none} /* unvisited link */
a.menubody:visited {color:bisque;text-decoration:none} /* visited link */
a.menubody:hover {color:burlywood;text-decoration:none} /* mouse over link */

a.menucurrentgroup:link {color:white;text-decoration:none} /* unvisited link */
a.menucurrentgroup:visited {color:white;text-decoration:none} /* visited link */
a.menucurrentgroup:hover {color:burlywood;text-decoration:none} /* mouse over link */

#menulook
    {padding-top:0px;
    height:30px;
    line-height: 28px;
    background-image:url('/navback.jpg');
    background-repeat:no-repeat;
} 

a.footerbody:link {color:bisque;text-decoration:none} /* unvisited link */
a.footerbody:visited {color:bisque;text-decoration:none} /* visited link */
a.footerbody:hover {color:burlywood;text-decoration:none} /* mouse over link */

#footerlook
    {width:947px;
    padding-top:0px;
    height:30px;
    color:white;
    line-height: 28px;
    background-image:url('/navback.jpg');
    background-repeat:no-repeat;
} 


.align-right { float:right; margin: 0 15px 15px 15px; border:none; }
.align-left { float:left; margin: 0 15px 15px 0; border:none;  } 

#outer 
    {background-color:#fff;
    width:947px; 
    overflow:auto;
}


h1
	{margin-top:120px;
	margin-right:50px;
	margin-bottom:10px;
	margin-left:70px;
	padding:0px;
	display:block;
	font-size:x-large;
	font-weight:bold;
	font-family:serif;
	}

h2
	{margin-top:0.0pt;
	margin-right:0in;
	margin-bottom:0px;
	margin-left:50px;
	padding:0px;
	display:block;
	line-height:110%;
    font-size:large;
	font-weight:900;
	font-family:serif;
	}

h3
	{margin-top:0.0pt;
	margin-right:0in;
	margin-bottom:0px;
	margin-left:60px;
	padding:0px;
	display:inline;
	line-height:110%;
    font-size:1em;
	font-weight:bold;
	font-family:serif;
	}
    
h4
	{margin-top:0.0pt;
	margin-right:0in;
	margin-bottom:0px;
	margin-left:60px;
	padding:0px;
	display:inline;
	line-height:110%;
    font-size:1em;
	font-weight:normal;
	font-family:sansb;
	}
    
h6
    {margin-right:7%; 
    font-size:1em;
	font-weight:normal;
}


.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
