#container {

width: 995px;

}

#header {

width: 995px;
height: 75px;
position: relative;

}


#leftnav {
float: left;
width: 180px;
font-family: Verdana;
font-size: 14px;
border-right: solid 1px #0000EE;
border-left: solid 1px #0000EE;
border-top: solid 1px #0000EE;
border-bottom: solid 1px #0000EE;
margin:auto;
	


}



#body {

margin: auto;
width: 520px;
padding: 0px 0px 0px 10px;
font-family: verdana;
font-size: 14px;
color: black;
float: left;
}

#rightnav {
float: right;
font-family: Verdana;
font-size: 14px;
width: 260px;
height: 1200px;
border-right: solid 1px #0000EE;

}


.fred {

background-color: #FFFFCC;
border-right: solid 1px #0000EE 
font-size: 10pt;
color: #fff;
height: 376px;

}


.fred a {
text-decoration: none;
color: #0000EE;
font-size: 10pt;
font-type: bold;

}



.fred a:hover {
	text-decoration: underline;
	color: #0000EE;
}

.fred a:active {
	text-decoration: none;
	color: #CC0000;
}

#brokerbox {
font-family: Verdana;
font-size: 14px;
width: 200px;
height: 493px;
border:1px solid #d3d3e8;

}

#rightnav ul {
	margin-left: 15px;
	padding-left: 0;
	
	display: inline;
	} 
#rightnav ul li {
	margin-left: 0;
	padding: 0px 10px 0px 0px;
	list-style: none;
	display: inline;
	}
	
.link a {
text-decoration: none;
color: #FF0000;
font-type: bold;

}

.link a:visited {
	text-decoration: none;
	color: #0000EE;
	font-type: bold;

}

.link a:hover {
	text-decoration: underline;
	color: #0000EE;
font-type: bold;
}

.link a:active {
	text-decoration: none;
	color: #CC0000;
	font-type: bold;
}

