.header{
	position:absolute;
	left:50%;
	top:0px;
	width:1000px;
	height:231px;
	z-index:1;
	margin-left:-500px;
        background-color: white;
}

.footer{
	position:absolute;
	top:600px;
	left:50%;
	width:1000px;
	height:117px;
	z-index:1;
	margin-left:-500px;
        background-color: white;
	overflow: hidden;
}


.menu{
	position:absolute;
	left:50%;
	top:150px;
	width:180px;
	height:500px;
	z-index:3;
	margin-left:-490px;
        background-color: #ffffff;
	overflow: hidden;
}

.main{
	position:absolute;
	top:130px;
	left:50%;
	width:1000px;
	height:540px;
	z-index:2;
	margin-left:-500px;
        background-color: #ffffff;
	overflow: hidden;
}

.links{
	position:absolute;
	left:50%;
	top:150px;
	width:180px;
	height:500px;
	z-index:3;
	margin-left:310px;
        background-color: #ffffff;
	overflow: hidden;
}

.content{
	position:absolute;
	left:50%;
	top:150px;
	width:600px;
	height:520px;
	z-index:4;
	margin-left:-300px;
        background-color: #ffffff;
	overflow: hidden;
}


hr {
  border: 0;
  width: 100%;
  color: #103861;
  background-color: #103861;
  height: 5px;

}



body {
	background-color: #ffffff;
	text-align: center;
	font-family: "Century Gothic", "Trebuchet MS";
	font-size: 10pt;
	color: #000000;
}

td {
	font-family: "Century Gothic", "Trebuchet MS";
	font-size: 10pt;
	color: #ffffff;
}

img {
	border: 0;
	padding: 0; 
	margin: 0;
}

table {
	border: 3px double #666666;
	background-color: #ffffff;
}







#sidebar a {
font-weight: bold;
text-decoration: none;
color: #000000;
background-color: #dddddd;
display: block;
padding: 5px;
border: 0px;
}

#sidebar a:hover {
font-weight: bold;
text-decoration: none;
color: #ffffff;
border: 0px;
background-color: #103861;
}