<!--

body {
	margin-top: 30px;
	font-family: Arial;
	font-size: 12px;
	background-color: #BFBFBF;
}

/*== trans/drum prop boxs ===*/
.PropContainer {
	border: 0px solid red;
	width: 650px;
	height: 100px;	
	margin-left:100px;
}

.PropText {
	border: 0px solid red;
	width: 650px;
	height: 40px;	
	margin-left:100px;
}

.PropNews {
	border-bottom: 2px solid #ffffff;
	width: 650px;
	height: 290px;	
	margin-left:100px;
	margin-right:20px;
	overflow: auto;
	float:left;

}


.PropGray {
	margin-right: 5px;
	width: 20px;
	height: 100%;
	background-color: gray ;
	float:left;
}

.PropImage {
	border: 0px solid red;
	width: 130px;
	height: 100%;
	background-color: white ;
	float:left;
}

.PropTitle {
	border: 0px solid red;
	width: 150px;
	height: 100%;
	background-color: #000077 ;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
}

.PropBox {
	border: 0px solid red;
	width: 340px;
	height: 100%;
	background-color: gray ;
	float:left;
}

.PropContent {
	padding:10px;
	border: 0px solid red;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
}
/*==END  trans/drum prop boxs ===*/



/*== GENERAL Containers ===*/
.generalContainer {
	border: 0px solid red;
	width: 850px;
	height: 650px;
		/*background-color: blue;*/

}
.header_bg {
	border-top: 8px solid white;
	border-bottom: 3px solid white;
	width: 100%;
	height: 110;
	v-align: center;
	background-color: white;
	/*background-image: url(../images/bg_header.gif); */
    background-repeat: repeat-x;	
}

.flashContainer {
	width:100%;
	height:190px;
	border: 0px solid red;
	position: relative;
/*	background-color: green;*/
	valign:top;
}

.bodyContainer {
	width:100%;
	height:300px;
	border: 0px solid red;
	position: relative;
/*	background-color: yellow;*/
	valign:top;
	align: center;
}


.bodyContainer2 {
	width:100%;
	height:490px;
	border: 0px solid red;
	background-image: url(../images/bgv2.gif);
	background-color: #233F78;
	
	align: right;
}
.bodyContainertrans {
	width:100%;
	height:490px;
	border: 0px solid red;
	background-image: url(../images/bgv_trans.gif);
	background-color: #233F78;
	align: right;
}

.bodyContainerhome {
	width:100%;
	height:490px;
	border: 0px solid red;
	background-image: url(../images/homes.gif);
	background-color: #233F78;
	align: right;
}


.boxLeft {
	border: 0px solid #000077;
	width:514px;
	height:100%;
	position: relative;
	background-color: #233F78;
	text-align: left;
	float:left;
	background-image: url(../images/bg_left.gif); 
	background-repeat: no-repeat;
}

.boxRight {
	border: 0px solid #000077;
	width:336px;
	height:100%;
	background-color: #233F78;
	float:left;
	padding-right:0px;
	padding-left:0px;
}

.boxCombined {
	border: 0px solid #000077;
	width:100%;
	height:100%;
	position: relative;
	background-color: #233F78;
	text-align: left;
	float:left;
	/*background-image: url(../images/bg_left.gif); */
	background-repeat: no-repeat;
	
}
.boxCMScontent {
	border: 0px solid #000077;
	width:700px;
	position: relative;
	background-color: #233F78;
	text-align: left;
	float:left;
	background-image: url(../images/bg_left.gif); 
	background-repeat: no-repeat;
	padding-left:50px;
	
}



.title{

	font-family: Gill sans;
	font-size: 12px;
	color:white;
}
.main{

	font-family: Trebuchet MS, Lucida Grande, Gill Sans, Arial;
	font-size: 11px;
	color:white;
}



/* ===== footer start ====== */
.footer {
	border: 0px solid #000077;
	width:850px;
	height:50px;
	margin-left:0px;
		background-color: #233F78;
	position: absolute;
	text-align: left;
	font-family: Arial;
	font-size: 10px;
		
}

.footerText{

	font-family: Arial;
	font-size: 11px;
	color:#667695;
}

.eq:link {
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	color: #667695;
	text-decoration: none;
}


.eq:hover {
	font-family: 
	Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #990033; 
	text-decoration: none;
	}
	
.eq:visited {
	font-family: 
	Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #667695; 
	text-decoration: none;
	}
	
A:link {text-decoration: none; color: white}
A:visited {text-decoration: none; color: white}
A:active {text-decoration: none; color: white}
A:hover {text-decoration: underline; color: white;}

.newstitle{

margin-top:150px; margin-bottom:20px;width:300px;float:left; padding-left:100px; color:#ffffff; font-size: 14pt;
}

.newsarchived{

margin-top:150px; margin-bottom:20px;width:300px;float:right; padding-right:100px; color:#ffffff; font-size: 10pt; border:solid 0px black; text-align: right;
}
-->
