html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color:#000000;
	background: url(images/html-bg.gif) #89a1cd repeat-x top;
}

#container {
	margin: 0 auto;
	margin-top:20px;
	text-align:left;
	background:url(images/body-bg.gif) repeat-y;
	width:756px;
}

#header {
	width:756px;
	height:107px;
	background:url(images/body-header.gif) no-repeat;
}

#header-cp {
	width:756px;
	height:107px;
	background:url(images/body-header_cp.gif) no-repeat;
}

#navigation {
	margin-left:8px;
	margin-right:8px;
	width:740px;
	height:58px;
	background:url(images/navigation-bg.gif) repeat-x;
}

#navigation-cp {
	margin-left:8px;
	margin-right:8px;
	padding-top:9px;
	width:740px;
	height:24px;
	background:url(images/navigation-cp-bg.gif) repeat-x;
}

#buttons {
	width:740px;
	height:52px;
	background:url(images/button-bg.gif) repeat-x;
	border:0;
}

#main-column {
	float:left;
	margin: 15px;
	margin-left:23px;
	margin-bottom: 4px;
	width:475px;
	text-align:left;
}

.title {
margin-top:10px;
font-size:20px;
color:#5a76b2;

}

#footer {
	width: 100%;
	clear: both;
	text-align:center;
	margin: auto;
	height:26px;
	background:url(images/body-footer.gif) no-repeat top;
}

#footer-text {
	height:70px;
	background-color:#89a1cd;
	text-align:center;
	padding-top:10px;
	color:#203d86;
	size:12px;
}

#footer-text a {
	text-decoration:none;
	color:#203d86;
}

#footer-text a:hover {
text-decoration:underline;
	}

#side-column {
	float:left;
	margin-top:15px;
	width:220px;
}

#side-column a {
	text-decoration:none;
	color:#000000;
}

#side-column a:hover {
	text-decoration:none;
	font-style:bold;
	color:#2f4b8a;
}

.side-body {
	width:220px;
	background:url(images/sidebar-bg.gif) repeat-y;
	margin-bottom:20px;
	
}

.side-title {
	width:220px;
	height:23px;
	background:url(images/sidebar-header.gif) no-repeat top;
	padding-top:3px;
	color:#3d5482;	
}

.side-title2 {
	width:220px;
	height:23px;
	background:url(images/sidebar-header2.gif) no-repeat top;
	padding-top:3px;
	color:#409b00;	
}

.side-indent {
	margin-left:10px;
	margin-right:10px;
}

.side-content {
	margin:10px;
}

.side-footer {
	width: 100%;
	text-align:center;
	margin: auto;
	height:9px;
	background:url(images/sidebar-footer.gif) no-repeat bottom;
}

#bl-container {
	width:422px;
	background:url(images/brokerlogin-bg.gif) repeat-y top;
}

#bl-header {
	height:26px;
	background:url(images/brokerlogin-header.gif) no-repeat top;
}

#bl-downloads {
	float:left;
	width:150px;
	color:#409b00;
	margin-left:10px;
	margin-top:6px;
}

#bl-description {
	float:left;
	width:240px;
	color:#409b00;
	margin-left:10px;
	margin-top:6px;
}

.bl-download {
	clear:both;
	padding-top:16px;
}

.bl-file {
	float:left;
	width:150px;
	color:#5a76b2;
	margin-left:10px;
}

.bl-file a {
	color:#5a76b2;
}

.bl-description {
	float:left;
	width:233px;
	color:#000000;
	margin-left:10px;
	margin-top:8px;
}

#bl-footer {
	clear:both;
	height:20px;
	background:url(images/brokerlogin-footer.gif) no-repeat;
}


/* NAVIGATION */

#sddm
{	position: absolute;
	visibility: hidden;
	margin-top: 51px;
	margin-left:221px;
	padding: 0;
	background: #e1edf3;
	border: 1px solid #012269}

	#sddm a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 130px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #e1edf3;
		color: #012269;
		font: 11px arial}

	#sddm a:hover
	{	background: #012269;
		color: #e1edf3}

