body {
	line-height:120%;
	font-family:augie, arial, "arial black", "times new roman";
	font-size:100%;
	background-color:#aaaaaa;
background-image:url('images/santa_stars.jpg'); 
}

a:link, a:visited, a:active {
	color:#0000FF;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}

/*Link Styles for bottom of each page*/
a:link.bottom, a:visited.bottom, a:active.bottom {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
a:hover.bottom {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}

div {}
div.expcol {
	cursor:pointer;
}
div.card {
	margin-top: -.15em;
	width:56em;
	min-height:30em;
	padding-top:2em;
	padding-bottom:2em;
	padding-right:2em;
	padding-left:2em;
}
div.cardAge {
	margin-top: -.15em;
	width:52em;
	min-height:10em;
	padding-top:2em;
	padding-bottom:2em;
	padding-right:2em;
	padding-left:2em;
}
div.tabs td {
	cursor:pointer;
	height:25px;
	width:18%;
	text-align:center;
}
span.content {
	font-size:12pt;
	font-family:'Arial Black';
}

ul.fire {
	list-style-image: url('images/lists/fire.gif');
}
ul.police {
	list-style-image: url('images/lists/police.gif');
}
ul.city {
	list-style-image: url('images/lists/city.gif');
}
ul.county {
	list-style-image: url('images/lists/county.gif');
}

#greenOut {
	background-image:url('images/untitled-1.png');
}

/* This is the main division element*/
#main {
	background-image:url('images/back_layer_lasers.gif');
	margin-left: auto;
	margin-right: auto;	
	margin-top: -.60em;
	width: 66em;
	border-width:1em;
	border-bottom-style:solid;
	border-top-style:solid;
}

/* This is the division element for the top section of each page*/
#header {
	height: 7em;
	width: 66em;
}

/* This is the division element for the middle section of each page*/
#middle {
	min-height:32em;
	width: 66em;
}

/* This is the division element for the middle section of each page*/
#middletabs {
	margin-top:.5em;
	margin-left:3em;
	min-height:30em;
	width: 60em;

}
/* This is the division element for the middle section of each page*/
#quote {
	margin-left:10em;
	width: 40em;
	color:white;
	text-align:center;
	font-family:'Arial Black';
}
/* This is the division element for the bottom section of each page*/
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 66em;
}


