/* CSS Document */
body {
	background-color:#C69C6D;
	background-image:url(../images/clouds.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:100%;
	font-size: .9em;
	line-height:  1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}  
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}
#banner {
	width: 98%;
	background-position: center top;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#topnav {
	background-color: #C69C6D;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	padding-top: 0.25%;
	padding-bottom: 0.25%;
}

/*a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	text-decoration: none;

}

a:hover {
	color: #000;
	text-decoration: underline;
}*/

a.month:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: .85em;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
a.month:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: .85em;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

a.month:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: .85em;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

a.month:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: .85em;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}


img.scaled {
	width: 100%;
	margin-top: 60px;
}

#contentbg {
	background-color: #B0DBED;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#calendarcontent {
	background-color: #FFFFE2;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #DFCA97;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
}
				
				
#topnav a:link		{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFEF;
	text-decoration:none;
	text-align: center;
	white-space: nowrap;
	margin-right: 15px;
	margin-left: 15px;
	letter-spacing: 2px;
	padding-right: 8px;
	padding-left: 8px;
}

#topnav a:active	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFEF;
	text-decoration:none;
	text-align: center;
	white-space: nowrap;
	margin-right: 15px;
	margin-left: 15px;
	letter-spacing: 2px;
	padding-right: 8px;
	padding-left: 8px;
}


#topnav a:visited	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFEF;
	text-decoration:none;
	text-align: center;
	white-space: nowrap;
	margin-right: 15px;
	margin-left: 15px;
	letter-spacing: 2px;
	padding-right: 8px;
	padding-left: 8px;
}


#topnav a:hover				{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #B0DBED;
	text-decoration:none;
	text-align: center;
	white-space: nowrap;
	margin-right: 15px;
	margin-left: 15px;
	letter-spacing: 2px;
	padding-right: 8px;
	padding-left: 8px;
}


H1				{
	font-size:1.2em;
	color:#000000;
}
H2				{font-size:1.6em;color:#666666;font-style:italic;}
H3				{font-size:1.4em;color:#000000; line-height: 1.6em;}
H4				{font-size:1.1em;color:#666666;}
H5				{font-size:1.2em;color:#CC0000; background-color: #ffcc00; line-height: 1.3em;}
H6	{
	color:#660000;
	font-size: 1em;
	letter-spacing: 2px;
}

ul			{
	list-style-type:circle;
}


.image {
	padding: 0px;
	margin-bottom: 0px;
}

#footer h6 {
	margin: 0px;
}
#footer p {
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #996633;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 1px;
}
#footer li {
	color: #660000;
	margin-bottom: 4px;
	list-style-position: outside;
	list-style-image: url(../images/orange_li.gif);
	margin-top: 4px;
}
#footer a:link {
	font-size: small;
	color: #660000;
	text-decoration: none;
}
#footer a:visited {
	font-size: small;
	color: #660000;
	text-decoration: none;
}
#footer a:hover {
	font-size: small;
	text-decoration: underline;
	color: #660000;
}
#footer a:active {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
