/* Main CSS */

body {	
	background-color: #fceeab;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000; 
	}

h1 {
	font-size: 18px;
	color: #fff;
	}

h2 {
	font-size: 16px;
	color: #0f6a1e;
	}
	
h3 {
	font-size: 14px;
	color: #0f6a1e;
	}
	
h4 { font-size: 13px;
	color: #0f6a1e;
	}
	
hr {
	COLOR: #fff; HEIGHT: 1px
	}	

/* Main Link CSS */

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #9e1f24;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #9e1f24;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #083f12; 
	}
	
a.side:link {
	font-weight: bold; 
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	} 	
a.side:visited {
	font-weight: bold;
	font-size: 14px;  
	text-decoration: none;	
	color: #fff;
	}	
a.side:hover {
	font-weight: bold; 
	font-size: 14px; 
	text-decoration: underline;  
	color: #fff; 
	}
	
a.green:link {	
	text-decoration: none;
	color: #6dbd66;
	} 	
a.green:visited {
	text-decoration: none;	
	color: #6dbd66;
	}	
a.green:hover {
	text-decoration: underline;  
	color: #6dbd66; 
	}

/* Special Text CSS */


td.boxes, td.boxes p { 
	color: #fff;
	}

.redHeadings {
	font-size: 14px;
	font-weight: bold;
	color: #9e1f24;
	}

.whiteHeadlines {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}

.bigRedHeadings {
	font-size: 18px;
	font-weight: bold;
	color: #9e1f24;
	}

.smallText {	
	font-size: 11px;
	}

.top {
	color: #9e1f24;
	text-align: right;
	} 

.bottom {
	color: #9e1f24;
	font-size: 11px;
	text-align: center;
	}
	
.bottom2 {
	font-size: 11px;
	text-align: center;
	}
	
.small {	
	font-size: 10px;
	}
	
.input {
	border: 1px solid #550000;
	font-size: 11px;
	}
	
.button {
	margin-right: 18px;
	background-color: #550000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000;
	}

.popBorder {
	width: 480px;
	padding: 10px;
	border: 3px solid #019cdc;
	}

.popBorder2 {
	width: 587px;
	padding: 10px;
	border: 3px solid #019cdc;
	}

/* Stuff that applies to images */

.imageFloat {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	}
	
.subBG {
	background: url(images/subbg.jpg) bottom no-repeat #a5c160;
	min-height: 650px;
	}
	
.subBG2 {
	background: url(http://www.co.douglas.or.us/dcfair/images/subbg.jpg) bottom no-repeat #a5c160;
	min-height: 600px;
	}


/* Special divs */

#flashcontent {		
	background: url(images/starsbg.jpg) no-repeat;
	font-weight: bold;
	width: 110px;
	height: 269px;		
	}
	
#flashcontent2 {
	background: url(images/hmbot1.jpg) no-repeat;
	font-weight: bold;
	width: 310px;
	height: 50px;		
	}
	
#flashcontent3 {	
	font-weight: bold;
	width: 482px;
	height: 360px;		
	}

#flashcontent4 {	
	background: url(images/fair3.jpg);
	font-weight: bold;
	width: 424px;
	height: 161px;		
	}
	
#flashcontent5 {	
	background: url(images/sponsor_bg.jpg) 
	font-weight: bold;
	width: 239px;
	height: 161px;		
	}
	
#scroll {
	width: 186px;
	height: 250px;
	overflow: auto;
	}
	