body 

{

	   
	background-image: url('bggray.gif');    
	 margin-left: auto;
     margin-right: auto;
	font: normal small sans-serif, Helvetica, Times New Roman;
	text-align: justify;
	color: #000000;
width:768px;
text-align: center;
position: relative;

}

#wrapper {
    position: relative;
    margin: 0 auto;
	border:1px solid #000000;
    text-align: left; /*required due to IE centering hack*/
    width: 100%; /*adjust as needed*/
    }


.top
{height:100px;
width:100%;
text-align: left;
padding:0px;
}



.menu
{
float:left;
text-align: left;
height:100%;
padding:0px;
min-width:180px;

}


.menu li {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	background-color:#FFFFFF;
}
.menu a{
 color:#000000;
}
.menu a:visited{
color:#000000;
}

.menu a:hover{
color:#666666;
text-decoration: underline;

}
#menuheader
{
font-weight:bold;
color:#FFFFFF;
text-align:left;
}


.main
{
border-left:1px double #000000;
width:619px;
float:right;
text-align: left;
vertical-align: top;
clear:right;
background-color:#FFFFFF;
min-height:830px;
height:100%;
padding:0px;

}

.maininside
{
margin-left:10px;
}

.footer
{
border-top: 1px solid #000000;
text-align:center;
background-color:#FFFFFF;
padding:0px;
}

#tableborder
{
border: 10px solid #003063;
}

td
{
font-size: 100%;
vertical-align: top;
}
img
{  border-style: none;
}