@charset "utf-8";
/* CSS Document */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ROUNDED BOX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#Newscontainer {
	float: right;
	display:inline;
	background: #FFFFFF;
	overflow: hidden;
	text-align:justify;
	border-left:1px gray dashed ;
	
	width:31%;
	height:400px;
	margin:0px;
	padding-left:1%;
	padding-right:1%;
	padding-bottom:1%;
	}

#Newscontainer h1{
	color:#719595;
	font-size:150%;
	line-height:1em;
	margin-left:4%;
	border-bottom:2px #719595 solid;
	}

#Newscontainer h2{
	color:#B8B341;
	font-size:100%;
	line-height:1em;
	margin-left:4%;
	margin-top:10px;
	}
	
#Newscontainer p{
	color:black;
	font-size:90%;
	line-height:1.2em;
	margin-left:4%;
	clear:right;
	}

#Newscontainer img{
	 position:relative;
	 display:inline;
	 float:left;
	 width:100%;
	 margin-left:4%;
	 }

#ReadMore {
	float: left;
	display:inline;
	background: gray;
	overflow: hidden;
	text-align:right;
	
	width:96%;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	margin-left:4%;
	}

#ReadMore  a{
	text-decoration:none;
	color:white;
	}

#LeftContainer {
	float: left;
	display:inline;
	background: #FFFFFF;
	overflow: hidden;
	text-align:justify;
	border-bottom:1px gray dashed ;
	
	width:62%;
	height:175px;
	margin:0px;
	padding-left:2%;
	padding-right:2%;
	padding-bottom:2%;
	}

#LeftContainer h1{
	color:#B8B341;
	font-size:180%;
	line-height:2em;
	margin-left:10px;
	}
	
#LeftContainer p{
	color:black;
	font-size:100%;
	line-height:1.5em;
	margin-left:10px;
	clear:right;
	}

#LeftContainer img{
	 position:relative;
	 display:inline;
	 float:left;
	 width:200;
	 margin-right:5px;
	 margin-left:10px;
	 }



/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX The REST XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/		
#divimg img {
	position:relative;
	width:100%;
	margin-top:0;
	margin-bottom:-6%;
	z-index:5;
}

#divgif {
		position:relative;
		float:left;
		display:inline;
		overflow:hidden;
		width: 270px;
		height:195px;
		
		margin:5px;
		padding:0px;
		
		border:5px #B3C1D9 double;
		}

#divgif img{
		height:175px;
		}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


