/*
Cohoctah Township Styleseet v1
*/

body {	/* Controls general properties of the entire document */
	background-color: #FFFFFF;
	font-size: 100%;
	color: #000000; 
	padding: 0px;
	font-family: Arial, sans-serif; 
	background-image: url(images/bg.gif);  /* Controls the background image (a color that fades) */
	margin: 5px; 
}


/*
Left Navigation Styles and Positioning
*/
#navlist {
	position: relative;
	left: 11px;
	top: -8px;
	width: 140px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: .7em;
	width: 140 px;
}

#navlist li {       /* Controls width of List Items inside of the left navigation section */
	margin: 0;
	width: 140 px;
}

#navlist a {		/* Controls the properties of the rollover effect in the navigation menu */
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #999999; /* here */
	font-family: Arial, sans-serif; 
	font-weight: bold;
	background-image:  url(images/down.gif);	/* The background image for the rollover  */
	background-repeat: no-repeat;
	background-position: 0% 50%;
	width: 40 px;
}

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	width: 140 px;
	font-weight: bold;
}

#navlist a:hover, #navlist a:active {
	font-family: Arial, sans-serif; 	
	background-color: #FFFFFF;
	background-image:  url(images/over.gif);  /* The background image for the rollover  */
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #0381F8; /* on hover, text (link) color blue*/
	font-weight: bold;
	width: 140 px;
}

#currentlink a:link, #currentlink a:visited,
#currentlink a:hover, #currentlink a:active {	/* Controls the properties of the rollover effect in the navigation menu, for the active or current link */
	background-color: #FFFFFF;
	background-image:  url(images/over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #0381F8;
	width: 140 px;
}
/* End of Left Navigation Styles */


/* Positioning for the Open Space Packet */
.left_low_2 {
	position: relative;
	left: 3px;
	top: 10px;
}


/* Font Styles */
.titles {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.ul {
	text-decoration: underline;
}

.large_font2 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 24px;	
}

.large_font {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 18px;	
}

.med_bold {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.med_font {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.small_bold {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.ex_small {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
/* End of Font Styles */

