body {
			margin:0px;
			height:100%;
			background-color: #DDDDDD;
		}
		
		div {
box-sizing: border-box;
-moz-box-sizing: border-box;
-moz-box-sizing: content-box;
-moz-box-sizing: padding-box;
}

		
		#mainDiv {
			width: 814px;
			height: 600px;
			border: 6px solid white;
			padding: 18px;
			background-color: #3D3D3D;
		}
		
		#menuDiv {
	float: left;
	width: 778px;
	text-align: left;
	padding: 12px;
	height: 228px;
	vertical-align: bottom;
}
		
		#contentAreaDiv {
	float: left;
	width: 778px;
	height: 321px;
	text-align: left;
	padding: 0 0 0 13px;
	vertical-align: bottom;
	background-image : url(images/whitebgr.gif);
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

#contentLeft {
	float: left;
	width: 232px;
	padding: 13px 5px 0 0;
}
#contentDivider {
	float: left;
	width: 1;
}

#contentRight {
	float: right;
	width: 503px;
	height: 320px;
	overflow: auto;
	padding: 13px 0 0 0;
}


td {
			font-family:Arial;
			font-size:11px;
		}
td.divider {
	background-image : url(images/dotDivider.gif);
	background-repeat : repeat-x;
}

h1 {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3D7DCB;
	text-transform: uppercase;
	margin-bottom: 0px;
}

a {
	color: #3D7DCB;
}
