
#main {
	margin-left: 15%;
	margin-right: 15%;
}

.title {
	font-size: 150%;
	font-weight: bold;
	background-color:#6d5507;
	color: #e5e2b3;
	padding: 4px 0 4px 9px;
	margin: 0;
}


#container {
	background-color: #e5e2b3;
	border:1px dotted; #000000;
}

#cc {
	padding: 25px;
}

#cc p {
	font-size: 85%;
	padding-left: 20px;
}

#menu {
	background-color: #6d5507;
	color: #e5e2b3;
	text-align: right;
	padding-right: 10px;
}


#menu a:link, #menu a:visited {
	color: #e5e2b3;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #e5e2b3;
}

#footer {
	color: #cccccc;
	text-align: center;
	padding-top: 25px;
	font-size: 80%;
}

#footer a:link, #footer a:visited {
	color: #e5e2b3;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #6d5507;
}

h1#title {
	font-size: 150%;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15px;
}



/*****************************************************/
acronym,abbr {
	border-bottom: 1px dashed #000000;
	cursor: help;
}

a:link, a:visited {
	color: #6d5507;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000033;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: #6d5507;
}

h2 {
	font-size: 125%;
	color: #6d5507;
}

h3 {
	font-size: 110%;
	color: #6d5507;
}

h4,h5,h6 {
	color: #6d5507;
}

li {
	font-size: 85%;
}
