/* 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:85%;
		border-width: 2px;
		border-style: solid;
		border-color: black;
		border-collapse: collapse;
		margin-left:auto;
		margin-right:auto;
		
		}
		
	th {
		border-width: 1px;
		padding: 2px;
		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: 10px;
		border-style: solid;
		border-color: black;
		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;	
		
		}
		
		
	object.video {
	padding: 10px;
	padding-right: 20px;
	height: 225px;
	width: 199px;	
	
	}
	
	/*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;		
		
		}
		

	/*Social Media Styles*/
	div#Sidebar .SidebarBox ul.SocialMedia {
		margin: 5px 6px; 
		
		}

	div#Sidebar .SidebarBox ul.SocialMedia li {
		display: inline; 
		list-style-type: none; 
		margin: 0;
	
		}

	div.SocialMediaContainer {
		margin-top: 5px;
		height: 5px;	
	
		}

	div.SocialMediaContainer span {
		font-size: 80%;
		padding: 0;
		margin: 0;
		float: left;
		width: 100px;
		
		}
