/* General definitions */
body {
	background-color: #BCC3A7;
	margin: 30px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFF;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.div {
	position:relative;
}

/* Formatting */

a {
	color: #7C7C7C;
	text-decoration: none;
}

a:hover {
	color: white; 
}

a.underlined {
	font-size: 10px;
	text-decoration: underline;
}

#mainDiv {
	width: 907px;
	position:absolute;
	margin-left:-452px;
	left:50%;
	
}

#submainDiv {
	width:						903px;
	background-color:			#406434;
	float:						left;
}

#leftDiv, #rightDiv {
	width:						2px;
	height:						100px;
	margin-top:					12px;
}

#leftDiv {
	float:						left;
	background:					url('../images/leftDivBck.jpg') 0px 0px repeat;
}

#rightDiv {
	float:						right;
	background:					url('../images/rightDivBck.jpg') 0px 0px repeat;
}

#flash {
	width: 903px;
	height: 195px;
	
}

#contentContainerDiv, #contentContainerDiv2 {
	width: 903px;
	background-image : url(../images/left.jpg);
	background-repeat : no-repeat;
	background-position: top left;
	background-color: transparent;
	float:						left;
}



#subcontentContainerDiv{
	width: 903px;
	background-image : url(../images/bottom.jpg);
	background-repeat : no-repeat;
	background-position: bottom right;
	background-color: transparent;
	padding-bottom: 60px;
	float:						left;
}

#contentDiv{
	width: 640px;
	margin-left: 220px;
	_margin-left: 109px;
	padding-top:50px;
	float: left;
}

#bottomShadow {
	width:						879px;
	height:						2px;
	background:					url('../images/bottomBck.jpg') 0px 0px repeat-x;
	float:						left;
	overflow:					hidden;
	position:					absolute;
	top:						0px;
	margin-left:				11px;	
}

#bottomDiv {
	position: absolute;
	width: 200px;
	background-image : url(../images/left_bottom_corner.gif);
	background-repeat : no-repeat;
	height: 18px;
	background-color: transparent;
}

#copyright {
		text-align: center;
		float: right;
		position: relative;
		color: #406434;
		width: 100%;

}




#webdesign {
	float: right;
	margin-right: 10px;
}

#copy {
	float: right;
	position: relative;
	right: 180px;
}

.title {
	font-size: 13px;
	color: #FBF2AD;
	font-weight: bold;
}

.title2 {
	font-size: 10px;
	color: #FBF2AD;
	font-weight: bold;
}

.normalText {
	float: left;
	color: #FFF;
}

#tableData {
	width: 650px;
	clear: both;
	overflow: hidden;
}

#tableData b {
	color: #FBF2AD;
}

.center {
	text-align: center;
}

#buttonBack {
	text-align: center;
}

#buttonBack a {
	color: #C6CF63;
	font-weight: bold;
}

.clearFix {
	clear:both;
}

#new-logo {
	position: absolute; 
	left: 2px; 
	top: 0px;
	z-index:100;
	}