* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	width: 100%;
	padding: 0px;
	margin: auto;
	background-color: #fdfdfd;
	font-family:'fanciful', serif;
	  /* adjusts size of 'em' unit */
	}

#wrapper {
	width: 980px;
	margin: auto;
	margin-top: 10px;
	}


@font-face {
    font-family: 'fanciful';
    src: url('fonts/fanciful.ttf');
         url('.../fanciful.ttf') format('truetype');
         font-weight: normal;
         font-style: normal;
}

button {
    background-color: #35484C;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}	
	

p {     font-size: 1.50em;
	color: #171C14;
	margin: 10px 0px 0px 35px; 	/*margin-left: 35px;*/
	padding: 0px 5px 0px 5px;
	}

	
h1 {
	color: #688439;
	}
h2 {
	color: #35484C;
	}
h3{
	color: #305866;
	}
h4 {
	color: #66919E;
	}

h1 {
	font-size: 2.75em;
	/*margin-left: 5px;
	margin-top: 20px;*/
margin: 20px 0px 0px 5px;
	font-weight: normal;
	}

h2 {
	font-size: 2em;
	/*margin-left: 15px;
	margin-top: 15px;*/
margin: 20px 0px 0px 15px;
	padding: 10px 10px 0px 0px;
	padding-bottom: 0px;
	font-weight: normal;
	}

h3 {
	font-size: 1.5em;
	font-style: normal;
	/*margin-left: 25px;
	margin-top: 5px;*/
margin: 20px 0px 0px 25px;
	padding-bottom: 0px;
	font-weight: normal;
	}

h4 {
	font-size: 1.25em;
	font-style: normal;
	/*margin-left: 25px;
	margin-top: 5px;*/
margin: 20px 0px 0px 30px;
	padding-bottom: 0px;
	font-weight: normal;
	}

h2s {
	font-size: 2em;
	/*margin-left: 15px;
	margin-top: 15px;*/
margin: 20px 0px 0px 15px;
	padding: 10px 10px 0px 0px;
	padding-bottom: 0px;
	font-weight: normal;
	color: #65000b;
	}

	/* id's */

#leftside {
	float: left;
	position: relative;
	border: 0px solid #4E96A5;
	width: 190px;
        height: 100%;
	}

#leftside a {font-size: 1.25em;
	text-decoration: none;
	color:#560B08;
	}

#leftside a:hover {
	text-decoration: none;
	color:black;
	font-weight: bold;
	}

#maincontent {
	position: relative;
	margin-left: 0px;
	float: left;
	border: 0px solid #00ff00;
	width: 760px;
	}

#maincontent a {
	color:#865000;
	}

#maincontent a:hover {
	color:black;	/*color:#B5680C;*/
	font-weight:bold;
	}

#footer {
	color: black;
	float: left;
	border: 0px solid #00ff00;
	width: 980px;
	}

#footer a{
	color:#865000;
	}

#masthead {
	border: 0px solid #4e96a5;
	}
	
#sidebar {
	float:right; 	/*width:35%;*/
	margin: 2px 0px 2px 4px;
	text-align:center;
	padding: 0px 2px 0px 0px;
	}
	
#sidebar  h3{
	margin-left:0px;
	}
	
 /* unvisited link */
#sidebar a:link {
    color: #65000b;
}

/* visited link */
#sidebar a:visited {
    color: #65000b;
}

/* mouse over link */
#sidebar a:hover {
    color: #35484C;
}

/* selected link */
#sidebar a:active {
    color: blue;
}	
	
	
	/* class's */
.lesser {
	color: #B5680C;
	font-size: .9em;
	}

	
.lesser a {
	color: #B5680C;
	font-size: .9em;
	text-decoration: underline;
	}	
	
.obscured {
	direction: rtl;
	unicode-bidi: bidi-override;
	}
	
.participant {
	margin: 5px 0px 10px 20px;
	float: left;
	border: 0px dotted #ee0000;
	width: 110px;
	height: 170px;
	text-align: center;
	}

.participant img {
	margin: 0 17px 5px 18px;
	float: left;
	border: 0;
	width: 75px;
	height: 100px;
	}

.separator {
	clear: both;
	height: 0;
	}

.skipwhite {
	font-size: 10px;
	color: white !important;
	}

.topp {
	font-variant: small-caps;
	color: #ffffff !important;
	background-color: #681714;
	text-decoration: none;
	padding: 1px 4px 2px 4px;
	border-radius: 5px;
	}



.conname {
	position: absolute;
	top: 0px;
	left: 0px;
	font: normal 60px Arial, sans-serif;
	}	

.fb-like-box {color:black !important;}	
	
ul	{
	color:#4E4131;  	/*font-size: 15px;*/
	margin-left: 55px;
	padding: 3px;
	}
	

li	{
	padding-bottom:5px;
	font-size: 1.5em;

	}

ol	{
	color:#4E4131;
	margin-left: 55px;
	padding: 3px;
	}


dt	{
	color: #b3a892;      /*#938872;*/
	font-size: 1.25em;
	margin-left: 0px;
	padding: 4px;
	}

dd	{
	color:#938872;
	font-size: 1em;
	margin-left: 20px;
	padding: 3px;
	}
	
table {
    width: 100%;
}
table.menu {
    width: auto;
    margin-right: 0px;
}


td	{
	color: black;
	font-size: 1.50em;
	padding: 3px;
	vertical-align: top !important;
	}	

td  	a{
	font-weight: normal;
	color:#865000;
	text-decoration:underline;
	}

hr	{
	color: black;
	}

div.itemimage {
	float: left;
	padding: 15px 15px;
	}

div.itemleft {
	float: left;
	padding: 10px 15px;
	}

div.itemtight {
	float: left;
	padding: 10px 10px;
	}

div.itemright {
	float: right;
	padding: 10px 5px;
	}

