@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
	margin: 24px;
	overflow:hidden;
}

#Main_Logo_div {
	width: 356px;
	height: 161px;
	position: absolute;
	left: 24px;
	top: 24px;
	opacity: 0.5;
}

.Main_Logo_img {
	width: 356px;
	height: 161px;
}

#NavButton_Container_div {
	position: absolute;
	left: 430px;
	top: 100px;
	height: 48px;
	width: 580px;
}

.NavButton_div {
	float: left;
	position: relative;
	height: inherit;
	width: 100px;
}

.NavButton_img {

}

.NavButton_text {
	position: absolute;
	left: 0px;
	top:0px;
	height: 48px;
	width: 100px;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 48px;
	color:#999999;
}

.NavButtonSpacer {
	float:left;
	width: 20px;
	height: 48px;
}


/* End the Top Nav Portion*/


/* Begin the Main Body Section*/

/*Main Classes*/
.MainBodyContainer {
	position: absolute;
	left: 100px;
	top: 220px;
	width: 860px;
	height: 300px;
	padding:0px;
	margin:0px;
	border:0px;
}

.MainEdge {
	display:table-row;
	width: inherit;
	height:12px;
}

.MainCorner {
	width:12px;
	height:12px;
	display:table-cell;
}

.MainCenter {
	display:table-cell;
	width: inherit;
	height:12px;
	background-color: #F5F5F5;
}

.MainMiddle {
	width: inherit;
	display:table-row;
	height: inherit;
}

.MainMiddleSide {
	display: table-cell;
	width: 12px;
	background-color: #F5F5F5;
}

.MainArea {
	background-color: #F5F5F5;
	display:table-cell;
	width:inherit;
}

/*Main ID's*/
/*Top Edge*/
#MainTopEdge {

}

#MainCornerTopLeft {
background-image: url(../images/corner_5_topleft.png);
background-repeat:no-repeat;
}

#MainTopCenter {

}

#MainCornerTopRight {
background-image: url(../images/corner_5_topright.png);
background-repeat:no-repeat;
}


/*MiddleSection*/
#MainMiddle {

}

#MainMiddleLeft {

}

#MainArea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #999999;
}

#MainTitle {
	font-weight: bold;
	font-size: 28px;
}

#MainText {
	width:600px;
	text-align:justify;
	font-size: 14px;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	padding-left:inherit;
}

#MainMiddleRight {

}


/*Bottom Edge*/
#MainBottomEdge {

}

#MainCornerBottomLeft {
background-image: url(../images/corner_5_bottomleft.png);
background-repeat:no-repeat;
}

#MainBottomCenter {

}

#MainCornerBottomRight {
background-image: url(../images/corner_5_bottomright.png);
background-repeat:no-repeat;
}
