/* CSS Document */

body{
margin:0;
padding:0;
background: #53301A;
}

#topsection{
height: 50px; /*Height of top section*/
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 295px; /*Set left margin to LeftColumnWidth*/
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#transparent
{background-color: #F8DFBA;  /* the background          */
   filter:alpha(opacity=75);   /* Internet Explorer       */
   -moz-opacity:0.25;           /* Mozilla 1.6 and below   */
   opacity: 0.25;               /* newer Mozilla and CSS-3 */
}

.scroll
	{height: 550px; overflow:scroll;

}
/*text*/

#links a
	{display: block; font: 8.5pt/14pt "Gill Sans MT", "Gill Sans", "GillSans", 'Lucida Sans', 'Lucida Grande', 'Lucida Monotype', Arial, Helvetica, sans-serif;
	color: #F8DFBA; text-decoration: none; padding-left: 10px;}
	
#links a:hover
	{color: #006685;}

#links a:active
	{color: #006685;}

.copy
	{font-family: "Gill Sans MT", "Gill Sans", "GillSans", 'Lucida Sans', 'Lucida Grande', 'Lucida Monotype', Arial, Helvetica, sans-serif;
	font-size: 9pt; line-height: 13pt; color: #53301a; padding: 2px 7px;}
	
.copy a
	{color: #895B2E; text-decoration: none;}
	
.copy a:hover
	{color: #53301A; text-decoration: underline;}

.ProjectCopy
	{font-family: "Gill Sans MT", "Gill Sans", "GillSans", 'Lucida Sans', 'Lucida Grande', 'Lucida Monotype', Arial, Helvetica, sans-serif;
	font-size: 8.5pt; line-height: 13pt; color: #53301a; padding: 7px;}

.list
	{font-family: "Gill Sans MT", "Gill Sans", "GillSans", 'Lucida Sans', 'Lucida Grande', 'Lucida Monotype', Arial, Helvetica, sans-serif;
	font-size: 9pt; line-height: 11pt; list-style-type: none; color: #53301a;}

.list a {color: #895B2E; text-decoration: none;}

.list a:hover {color: #006685;}

.heading
	{font: 12pt Georgia, "Times New Roman", Times, serif; color: #53301a; padding-top: 25px; font-weight: bold;}
	
.mission
	{ font: "Optima", "CG Omega", "Didot", "Bodoni", Georgia, "Times New Roman", Times, serif; color: #006685;
	font-size: 12pt; line-height: 26pt; margin: 0 15px; font-weight: 700; letter-spacing: 1px;}

.headshots
	{border: 1px solid #53301A; margin: 5px 8px; padding: 2px;}
	
.teal
	{color: #006685;}
	
.lightbrown {color: #895B2E;}
	
.padding
	{padding: 10px;}
	
.indent
	{text-indent:1.5em;}
	


	