
body, html {
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: verdana, arial, sans-serif, helvetica;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

#tbl_container {
	border: 1px solid black;
	margin: 20px;
	height: 90%;
	}

#menu {
	background-color: #E9E9E9;
	border-bottom: 8px solid gray;
	height: 80px;
	}

#content_left {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 11px;
	padding: 15px;
	padding-right: 10px;
	padding-left: 55px;
	width: 66%;
	}
	
#content_right {
	background-image: url(images/bg_vstretch.gif);
	background-repeat: repeat-y;
	background-position: top 10px;
	font-size: 11px;
	padding: 15px 20px 15px 65px;
	width: 34%;
	}
	
		#content_right img {
			float: right;
			margin-left: 15px;
			margin-bottom: 10px;
			}
	
	#content_left h1, #content_right h1 {
	margin: 15px 0 15px 0;
	padding-bottom: 2px;
	font-size: 16px;
	font-color: #082561;
	border-bottom: 1px dashed silver;
	}
	
	#content_left p {
	margin: 5px 0 15px 0;
	line-height: 20px;
	}	

	#content_right p {
	margin: 5px 0 15px 0;
	}	

.footer {
	font-size: 10px;
	padding: 0 10px;
	border-top: 1px solid gray;
	}
	
.footer div {
	border: none;
	margin: 0;
	padding: 10px;
	}
	
a:link, a:active, a:visited {
	color: #082561;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#br {
	height: 15px;
	}

ul {
	margin: 0 0 18px 25px;
}

li {
	line-height: 16px;
	margin-bottom: 2px;
	padding-bottom: 3px;
	border-bottom: 1px dashed silver;
}

td div {
	border: 1px solid black;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 10px;
	background-color: white;
	}

td div h2 {
	display: block;
	width: 100%;
	background-color: #588EDE;
	color: white;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: -3px;
	padding: 4px;
	}

#content_left td div p {
	margin-bottom: 0;
	padding: 2px;
	padding-top: -2px;
	}

a.srollover {
	display: block;
	width: 15px;
	height: 8px;
	background: url("images/topbutton_blue_and_silver.gif") 0 0 no-repeat;
	text-decoration: none;
	}
	
a:hover.srollover {
	background-position: -15px 0;
	}

