
body { 	
	background-color : rgb(171,160,126);
}

ul.circle 
{
list-style-type: circle
}

ul.none 
{
list-style-type: none
}

a {
color: rgb(242,250,252);
text-decoration: none;
}

a:hover {
text-transform: uppercase;
}

a:active {
color: rgb(171,194,157);
}

a.content {
color: rgb(203,205,197);
font-weight: bold;
}

a.content:hover {
text-decoration: underline;
text-transform: none;
}

a.content:active {
color: rgb(171,194,157);
}


div, p, th, td, li, dd, dl, dt { /* redundant selectors to help NS4 not forget */ 
font-family: arial, helvetica, sans-serif;
line-height: 1.5em;
}
h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.5em;
	}
h3	{
	font-size:	1.5em;
	}
h4	{
	font-size:	1.25em;
	}
h5	{

	font: .8em verdana, arial, helvetica, sans-serif;
	}
h6	{
	font-size:	0.8em;
	}	
.first 	{
	margin-top: 0; 
	padding-top: 0;
	}	
	
h1, h2, h3, h4, h5, h6	{
	font-family:	arial, helvetica, sans-serif;
	}

h1.title  {	
	font-size : xx-large;
	text-align : center; }

.menu {	
	list-style: none outside;
	text-align : left;
	border : thin solid;
	border-color: rgb(222,242,183);
	background-color : rgb(171,194,157);
	padding : 0.5em;
	display : block;
	margin-top: 2em;
	margin-left: 0.5em;
	margin-right : 5em; }

.menu a {display : block;}

.contentText {	
	color:	rgb(222,242,183); 
	background-color : rgb(102,83,74);
	border : thin solid;
	border-color: rgb(222,242,183);
	margin-left: 3em;
	margin-right: 3em;
	margin-top: 3em;
	margin-bottom: 3em;
	padding: 15px;
	}

.sidebar { 
	float: right;
	border: none;
	width : 16em;
	z-index : 1;
	padding : 0em; 
}


.ahem {
	display : none}


