/* TWRA's Main Content Stylesheet */



/*Font Styles*/
	h2,h3,h4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		
		}	
	
	 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
		
		}
			



/*Link Styles*/
	 a	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000000
		
		}
		
 	 a:hover {
		text-decoration: none;
		
		}



/*Styling For Tables*/

	table {
		width:90%;
		border-width: 2px;
		border-style: solid;
		border-color: #DECE91;
		border-collapse: collapse;
		margin-left:auto;
		margin-right:auto;
		
		}
		
	th {
		border-width: 1px;
		padding: 1px;
		border-style: solid;
		border-color: black;
		background-color:#666600;
		border-collapse: collapse;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		color: #FFFFFF;
		text-transform: uppercase;
		text-align:center;
		
		}
	
	td {
		border-width: 1px;
		padding: 3px;
		border-style: solid;
		border-color: DECE91;
		background-color: #FFFFEC;
		border-collapse: collapse;
		font: 0.8em Verdana, Arial, Helvetica, sans-serif;	
		
		}



/*Layout Styles*/
	/*Sets the parameters for the smaller side-by-side content boxes*/
	.container { 
		margin:0;
		width:100%;
		
		}

	.col1 {
		float:left;
		width:250px;
		margin-left:25px;
		margin-top:25px;
		margin-right:25px;
		
		}

	
	.col2 {
		float:right;
		width:250px;
		margin-left:25px;
		margin-top:25px;
		margin-right:25px;	
		}
	
	/*Clears the floats on breaks*/	
	 br.clear  {
		clear : both;
		
		}
	/*Sets the parameters for the "publications" or "guides" box in the main content*/
	MainContent.Guides {
		float:left;
		margin-right: 60px;
		border: none;
						
		}
		

	/*Image Styles*/
	img, img a {
   		border: none;
		}
		
	img.float-right {
 		 margin: 25px 25px 25px 25px;
		 float: right  
		
		}
		
	img.float-left {
  		margin: 5px 15px 5px 0px;
		float: left	
		
		}
		
	img.biopic {
	padding: 3px;
	background: #665d1a;
	float: right;
	margin: 30px 30px 30px 30px;
	
		}
	
	/*Adds space between images in the guides box*/
	.guide-images { 	
	clear: right;
	float: none;
	margin: 20px;		
		
		}

		

