.mainBody{
	background: url(/images/mainbg.jpg);
	width: 822px;
	height: 610px;
	margin: 0 auto;
	overflow: hidden;
}

.content{
	margin-left: 11px;
	height: 610px;
}

.contentBox{
	width: 780px;
	height: 420px;
	background: #CDCDCD;
	padding: 5px;
	margin: 5px;
}

.boxLeft{
	width: 260px;
	height: 420px;
	padding: 5px;
	magin: 0;
	float: left;
}

.boxRight{
	width: 500px;
	height: 420px;
	padding: 5px;
	margin: 0;
	float: left;
}	

.footerContent{
	height: 14px;
	background: #CFCFCF;
	width: 790px;
	padding: 5px;
	margin-top: 5px;
	clear: both;
}

.footer{
	position: relative;
	width: 796px;
	padding: 2px;
	margin-top: 2px;
	margin-left: 3px;
	clear: both;
}

/* Standard Body Tags */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	background: url(/images/bg1.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #c4c8d7;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

