body
{
margin: 0;
padding: 0;
text-align:center;
background-color:#000080;
}

a:link img{
	border: 0;
	text-decoration: none;
}

a:visited img{
	border: 0;
	text-decoration: none;
}

a:hover img{
	border: 0;
	text-decoration: none;
}


#wrapper
{
width: 770px;
margin: 10px auto;
padding: 0;
border: 1px solid #ffffff;
}

#header
{
width: 770px;
height:119px;
margin: 0;
padding: 0;
border: 0;
background-image: url(images/fill.jpg);
}


#rightcolumn
{
float: left;
width: 110px;
height:585px;
margin: 0;
padding: 0;
border: 0;
background-color: #00C000;
background-image:url(images/fill.jpg);
}

#leftcolumn
{
float: left;
width: 110px;
height:585px;
margin: 0;
padding: 0;
border: 0;
background-color: #00C000;
background-image:url(images/fill.jpg);
}


#main
{
float: left;
margin-left: 0;
margin-right: 110;
width: 550px;
height:600px;
padding: 0;
border: 0;
background-color: white;
}

#main h1{
font-size:16px;
}

#footer
{
clear: both;
width: 770px;
margin: 0;
padding: 0;
border: 0;
background-color: #0000C0;
background-image:url(images/fill.jpg);

}

#leftcolumn p, #rightcolumn p, #main p { margin: 0 0 0 0; }

#main p{
	font: bold 15px Arial;
}

#footer p{
	font: bold 13px Arial;
	color: #ffffff;
}

#footer td{
	font: bold 13px Arial;
	color: #ffffff;
}



#rightcolumn img {
	padding-bottom: 5px;
	}

#leftcolumn img {
	padding-bottom: 12px;
	}

#header img {
	padding-top: 5px;
	}



.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #000000; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #000000; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.png) center center repeat-x;
}

.left {
text-align: left;
padding: 20px;
}

#servicelist li {
	text-align: left;
	padding: 20px;
		font: bold 20px Arial;
	}

#main hr {
	color: #0000ff;
}

#spacer {
	background-image:url(images/fill.jpg);
	height:20px;
}

#logintables{
	text-align:center;
}