/**************************************************
	This css file contains the color and style
	information for the site's contents.
***************************************************/

/* body {
	height: 100%;
	background-color: #fff;

	color: black;
	font-family: Arial, sans-serif;
	font-size: 80%;
}*/







.headbackground {
	/* height: 100%; Trying to make it work w/ IE and Firefox 03-20-09 MEJ */
	margin: 0
	height: 90px;
	background-color: #FFFFFF;
}

body {
	height: 100%;
	background-color: #616161;

	color: black;
	font-family: Arial, sans-serif;
	font-size: 80%;
}

table {
	width: 100%;	
}

table.list { /* Used for lists of links at top of page */
	line-height: 1.5;	
}

td {
	vertical-align: top;	
}

p {
	margin: 1em 0;
	line-height: 1.25em;
}

div.clear p {
	margin-bottom: 0px;	
}

label {
	color: #777777;
	font-weight: bold;
}

hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: 0;
	margin: 20px 0;
	
}

h1 {
	font-size: 2.25em;
	margin: .5em 0;	
}

h2 {
	font-size: 1.5em;
	margin: -.75em 0 .25em 0;	
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 1em 0;	
}

h3 .subhead { /* To be used for spans right under h3 elements */
	font-weight: normal;
	font-size: 0.75em;
	color: #777;
}

.italic {
	font-style: italic;
}

.pageheader {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #777777;
	text-transform: uppercase;
}

.articleheader {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	font-size: 1.9em;
	color: #000000;
	line-height: 28px;	
}

.headertext {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	font-size: 1.7em;
	color: #D00B0B;
	line-height: 30px;	
}

.authortitle { /* eg. BEACON STAFF WRITER */
	font-size: 0.9em;
	color: #777;
	font-weight: normal;
}

a {
	color: #D00B0B;
	text-decoration: none;
	outline: none;
}

a.biglink {
	font-size: 1.25em;
	font-weight: bold;	
}

.big { /* Same as biglink, but for regular text */
	font-size: 1.25em;
	font-weight: bold;	
}

a:hover {
	text-decoration: underline;	
}

a img:hover {
	text-decoration: none;	
}

ul.bulleted {
	list-style-type: disc;
	margin-left: 3em;
}

ul.indented { /* No bullets */
	margin-left: 3em;
}

ul.elecindented { /* No bullets */
	margin-left: 5em;
}

.buttonAd {
	margin-top: 20px;	
}

.headerbuttonAd {
	margin: 0;
	border: 0;
	padding: 0;	
}


.menutext {
	padding-left: 15px;	
}

.tiny {
	font-size: 9px;
}

.small {
	font-size: 11px;	
}

.medium {
	font-size: 12px;	
}

.findadate { /* Used to mark expiration dates of finda ads */
	color: #777;
	font-size: 0.75em;
}

.whitetext {
	color: #fff;	
}

.center {
	text-align: center;	
}

.lefttext {
	text-align: left;	
}

.righttext {
	text-align: right;	
}

.bottomtext {
	text-align: bottom;	
}

.greytext {2762A8
	color: #ccc;	
}

.outline {
	border: 1px solid #000;	
}

.green {
	color: #2762A8;
}

.alert {
	color: #BD3131;
}

/* Newsadmin styles */

.light {
	color: #777;
}

.subhead {
	color: #777;
	font-size: 1.2em;	
}

.subheadblack {
	font-size: 1.2em;	
}









