@import url(/css/main.css);
@import url(/css/client_portal.css);

div.canvas div.top {
	width : 776px;
	height : 200px;
	font-size : 0px;
}
div.canvas div.top div.flash {
	width : 542px;
	height : 200px;
	float : left;
}
div.canvas div.top div.client_portal {
	width : 234px;
	float : right;
	height : 200px;
}
div.canvas div.content {
	clear : both;
	width : 736px;
	padding : 20px;
	background-color : #ffffff;
	min-height : 231px;
	font-family : Verdana;
	font-size : 12px;
	color : #5b5b5b;
}
div.canvas div.content a:link, div.canvas div.content a:visited {
	color : #2c7dcf;
	line-height : 18px;
}
div.canvas div.content a:hover, div.canvas div.content a:active {
	color : #5b5b5b;
	line-height : 18px;
}

div.canvas div.content h1 {
	font-size : 14px;
	font-weight : bold;
	line-height : 20px;
	color : #006f53;
	margin : 0px;
	padding : 0px 0px 10px 0px;
}

div.canvas div.content div.row {
	clear : left;
	min-height : 130px;
	margin-bottom : 20px;
	background-color : #ffffff;
}
div.canvas div.content div.row div.column {
	float : left;
	width : 240px;
	margin : 0px 30px 0px 0px;
	line-height : 18px;
}
div.canvas div.content div.contentpad {
	clear : both;
	height : 20px;
	background-color : #ffffff;
}
