<style>


#header {
        text-align: center;
  	margin-left: 5px;
  	margin-right: auto;
}

#breadcrumb {
	font-size:11px;
        margin-left: 5px;
}


#content {
	width: 1048px;
  	margin-left: 2%;
	font-family:Arial, Helvetica, sans-serif;
}

#content table
{
border-collapse:collapse;
}

#content table, td, th
{
border:0px;
padding:5px;
text-align:center;
font-size: 12px;
text-decoration: none;
}

#header table, td, th
{
border:0px;
padding:5px;
text-align:center;
font-size: 12px;
text-decoration: none;
}


#boxa {
    float: left;
    margin: 0;
    padding: 1em;
    width: 50%;
}
#boxb {
    border-left: 0px solid gray;
    margin-left: 50%;
    padding: 1em;
}

#body {
    margin-left: 5%; 
    width: 50%; 
}

#footer {
  	text-decoration: none;
	color: #999999;
        text-align: center; 
	}
	
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999999;
}
ul.none{
	list-style-type:none;
	text-align:left;
	text-decoration: none;
}
p{
	text-align:left;
	font-size: 12px;
	text-decoration: none;
} 
p.left{
	text-align: left;
}
p.center{
	text-align: center;
}

h1, h2, b {
	text-align:left;
	text-decoration:none;
	font-size: 12px; /*black*/
}

 
h3 {
	text-align:left;
	font-size: 12px;
	color:#000066; /*blue*/
} 
h4 {
	text-align:left;
	font-size: 12px;
	color: purple;
} 
h5 {
	text-align:left;
	font-size: 12px;
	color:#FF3300; /*orange*/
}
h6 {
	text-align:left;
	font-size: 9px;
	color: white;
	}
h7 {
	text-align:left;
	font-size: 9px;
	color: white;
	background-color:black;
		
}
h8 {
	text-align:left;
	font-size: 9px;
	color: purple;
	}

ul
{
	list-style: none;
	text-align:left;
	font-size: 11px;
}

</style>
