html {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	}

body { 
	background: #cc9933; 
	text-align: center;
	}


.container { 
	margin: 1.5em 5em 1.5em 5em; 
	padding: 0px;
	background: #ffffff;
	text-align: left;
	border-left: 1px solid #336600;
	border-bottom: 1px solid #336600;
	}


.masthead {
	width:auto;
	margin: auto; 
	background: #ffffff;
	padding: 0px;
	height: 80px;
	border-bottom: 1px solid #336600;
	}


.leftcolumn {
	width: 180px;
	float: left;
	margin: auto;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
	}


.rightcolumn {
	margin-left: 180px; 
	width: auto;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffffff;
	color: #333333;
	}


.button {
	border-style:solid;
	border-width:1px;
	border-color:#bb8800;
	background-color:#336600; 
	text-align:center;
	}


.button a:hover {
	color: white;
	}


.navigation {
	font-size:0.77em;
	font-weight:bold;
	font-family:verdana;
	color:#ffffcc;
	text-decoration:none;
	margin:0.5em;
	}


.member {
	width: 160px;
	margin-top: 15px;
	margin-bottom: 1.0em;
	margin-right: 0;
	margin-left: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #bb8800; 
	background-color: #ffffee;
	background-image: url('/includes/bread.gif');
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 100%;
	font-weight: normal;
	font-family: arial;
	color: #660000;
	text-transform: lowercase;
	}


.breadcrumb {
	font-size: 150%;
	font-weight:normal;
	font-family:Arial,Helvetica;
	color:#000000;
	text-transform:lowercase;
	background-color:#ffffee;
	background-image:url('/includes/bread.gif');
	margin-top:5px;
	margin-bottom:1.3em;
	margin-right:0em;
	margin-left:0em;
	}


.breadcrumb a {
	text-decoration:none;
	font-weight:normal;
	color:#336600;
	}

.breadcrumb2 {
	font-size: 150%;
	font-weight:normal;
	font-family:Arial,Helvetica;
	color:#000000;
	text-transform:lowercase;
	background-color:#ffffee;
	background-image:url('/includes/bread.gif');
	margin-top:5px;
	margin-bottom:1.3em;
	margin-right:0em;
	margin-left:0em;
	}


h1 {font-size:1.9em;font-weight:bold;color:#000000;margin-bottom:0.2em;}
h2 {font-size:1.3em;font-weight:bold;color:#000000;margin-bottom:0.2em;}
h3 {font-size:1.0em;font-weight:bold;color:#000000;margin-bottom:0.1em;}
dt {font-size:1.0em;font-weight:bold;color:#000000;}


li	{
	list-style-image: url('/includes/li.gif');
	margin-right: 3px;
	}


.photo	{
	width: 150px;
	float: right;
	position: relative;
	margin-left: 20px;
	padding-left: 10px;
	text-align: center;
	border-left: 1px dotted #333333;
	} 


.deck	{
	font-size: 125%;
	margin-bottom: 1.0em;
	color: #000000;
	}


.response {
	margin-top: 2.5em;
	color:#000000;
	background-color:#ffffee;
	background-image:url('/includes/bread.gif');
	}


.copyright {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 20px;
	text-align: right;
	padding-top: 8px;
	border-top: 1px solid #336600;
	clear: both;
	}

.commentcontainer {
	text-align: left;
	background: white;
	padding: 0.5em;
	}