@charset "utf-8";

/* CSS Document */

body
{
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:#CCCCCC
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #DD7744;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #DD7744;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #DD7744;
}

h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	line-height: normal;
	color: #713800;
	font-weight: bold;
	text-align: center;
	width: 300px;
	display: inline;
}



.page
{
	display:block;
	width: 800px;
	padding: 0px;
	background-color:#FFBA75;
	background-image:url(../_used_shared_resources/Moss%20a.png);
	clear: both;
	float: left;
}

.page_2col /* loads line on background*/
{
	display:block;
	width: 800px;
	padding: 0px;
	background-image:url(../_used_shared_resources/2ColMoss.png);
	float: left;
}

.noFloat
{
	clear:both;
}

#event
{
	padding: 4px;
}

#header, #footer 
{

	background-color: #BF9868;
}

#header
{
	clear: both;
	background-image:none;
	height:130px;
	padding: 0px;
}

#content_1col
{
	float:left;
	width:784px;
	left: 5px;
	padding-left: 8px;
	padding-right: 8px;
	clear: both;
	margin-right: auto;
	height: 600px;
	overflow: scroll;
}
#sidebar
{
	float:left;
	width: 140px;
	padding:  15px 10px 15px 10px;
}
#main_content
{
	float:left;
	margin: 0;
	width: 632px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 8px;
	height: 600px;
	overflow: scroll;
}

#member_page
{
	float:left;
	margin: 0;
	width: 610 px;
	padding: 0;
	background-color: #FFE3AA;
}

#footer
{
	height:20px;
	color: #E7EFDB;
	font-size: small;
	font-weight: normal;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	float: left;
	width: 800px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: center;
}

a:link
{
	color:#990000;
	text-decoration: none;
}

a:visited
{
	color:#996600;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}



.img_right
{
	display:block;
	padding:6px;
	border: 3px solid #D74;
	margin:0px 0px 8px 8px;
	float:right;
	background-color: E0D1BC;
}

.img_left
{
	display:block;
	padding:6px;
	border: 3px solid #D74;
	margin:0px 8px 8px 0px;
	float:left;
	background-color: #E0D1BC;
}

.twoCol #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 

.twoCol #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}

.twoCol #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
