/* CSS Document */

.h1 {
	color:#006600;
	font-weight: bold;
	font-size: 34px;
	}
.h2 {
	color:#006600;
	font-size: 24px;
	font-weight: bold;
}
.h3 {color:#000000;
	font-size: 20px;
	font-weight: bold;
}
Main {margin-top: 0px;
	background: #FFFF99;
	color: #000000;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
}
a {color:#003300}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color:#660000
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
}

/* Content > Sidebar > Menu */
#content {
	width: 200px;
}
#menu {
	margin-bottom: 10px;
	border-bottom: 2px solid #D1BC5C;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: 20px;
}

#menu li {
	display: inline;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#menu a {
	display: block;
	padding: 0px;
	border-top: 1px solid #D1BC5C;
	font-weight: bolder;
	color: #006600;
	font-size:16px
}

#menu a:hover, #menu .active a {
	background: #C29434;
	text-decoration: none;
	color: #FFFFFF;
}
body {background-color: #FFFF99;}

