.topDiv {
	margin-left:10px;
	width:936px;
}

.botDiv {
	margin-left:10px;
	width:936px;
}

.contentMainDiv {
	height:435px;
}

.contentTopDiv {
	height:300px;
}

.contentTopLeftHeader1Div {
	float:left;
	margin-top:150px;
	width:400px;
	height:30px;
	border:0px solid green;
}
.contentTopLeftHeader2Div {
	float:left;
	margin-top:5px;
	width:450px;
	height:30px;
	border:0px solid green;
}
.contentTopLeftHeader3Div {
	float:left;
	margin-top:5px;
	width:500px;
	height:30px;
	border:0px solid green;
}

.contentTopRightHeader1Div {
	float:left;
	margin-top:150px;
	width:500px;
	height:30px;
	border:0px solid blue;
	font-size:20px;
	font-weight:bold;
	color:White;
	text-align:right;	
}
.contentTopRightHeader2Div {
	float:left;
	margin-top:5px;
	width:450px;
	height:30px;
	border:0px solid blue;
	font-size:18px;
	font-weight:normal;
	color:White;
	text-align:right;
}
.contentTopRightHeader3Div {
	float:left;
	margin-top:5px;
	width:400px;
	height:30px;
	border:0px solid blue;
	font-size:13px;
	font-weight:normal;
	color:White;
	text-align:right;
}

.contentBottomDiv {
	height:135px;
}



.contentBottomRightDiv {
	float:right;
	width:395px;
	height:105px;
    background-image: url(/images/RPG_BG.png);
    background-repeat: no-repeat;
    margin-right:7px;	
}

.contentPanel {
	height:100px;
	border:0px solid red;
}

.contentLeftPanel {
	float:left;
	width:210px;
	height:65px;
	margin-top:20px;
	margin-left:15px;
	font-size:13px;
	font-weight:normal;
}

.contentLeftPanel a{
	color:#000000;
	text-decoration: underline;	
}

.contentLeftPanelTitle {
	font-size:17px;
	margin-bottom:5px;
}

.contentRightPanel {
	float:right;
	width:135px;
	height:65px;
	margin-right:10px;
}

.contentRightPanelTitle {
	margin-top:23px;
	font-size:12px;
	font-weight:normal;
}
.contentRightPanelTitle a {
	color:#000000;
	text-decoration: underline;
}