/* Start of CMSMS style sheet 'Camp Dixie - old' */
body{
	color: #000000;
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url(http://www.campdixie.org/images/InvertedLogo3.gif);
	background-repeat: repeat-y;
	font-family: Verdana, sans-serif;
	margin-left: 54px;
	}

a:visited {color:#800000; background-color: #FFFFFF;}
a:link {color:#000080; background-color: #FFFFFF;}
a:hover {
	color:  #000000;
	background-color: #99CC99;
	}

H1{
	color: #006633;
	background-color: #ffffff;
	font-family: Arial Black, sans-serif;
	font-size: xx-large;
	text-align: center;
	}

.old{
	color: #336633 ;
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: medium;
	text-align: center;
	}
h2{
	color: Green;
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	text-align: left;
	line-height: 100%;
	}
h3{
	color: #990000;
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: medium;
	}
h4{
	color: #336633;
	background-color: #ffffff;
	font-family: Georgia, serif;
	font-size: 12pt;
	}

#footer{
	font-family: Verdana, sans-serif;
	font-size: x-small;
	border-top: 1px solid #2E8B57;
	padding-bottom: 2px;
	clear:both;
	display: block;
	background-color: #eee;
	}

#footer a {
	background-color: #eee;
	}

th{
    background-color: #8FBC8F;
    }

.news {
	display: block;
	background:#cfc;
	border:2px solid #aaa;
	text-align: center;
	clear: both;
	margin: 0px auto 20px auto;
	width: 80%;
	}
	

/*** BEGIN alertbox ***/
#alertbox {
	/*display: block;*/
    /*display: none;*/ /* normal - hides the alert box */
    /*display: block;*/ /* shows the alertbox */
	/*position: absolute;
	right:10px;
	top:100px;
	width:195px;
	height:350px;*/
	background:#ffc;
	border:2px solid #ff0000;
	text-align: center;
	}
/*** END alertbox ***/

#content img {
	margin: 15px; 
}


#content ul li{
	margin-left 20px;
}


/* End of 'Camp Dixie - old' */

