/* STYLE SHEET FOR UNIQUE RULES IN ADDITION TO oneColFixCtrHdr.css and twoColFixCtrHdr.css */
/*
h3 {font-size:1.1em;font-weight:bold;color:#CC3300;}
*/
p {font-size:.9em;}


p a:link {
	text-decoration:none;
	color:#CC3300;
	font-weight:bold;
	}
p a:visited {
	text-decoration:none;
	color:#CC3300;
	font-weight:bold;
}
p a:hover {
	text-decoration:underline;
	color:#0033CC;
}
p a:active {
	color:#FF0000; 
	font-weight:bold;
}

/* listlinks class is primarily for UL's inside main body + service class is for index blurb captions and "more"; so as to not interfere with nav menu, etc.*/
.listlinks a:link, .service a:link {
	text-decoration:none;
	color:#CC3300;
	font-weight:bold;
	}
.listlinks a:visited, .service a:visited {
	text-decoration:none;
	color:#CC3300;
	font-weight:bold;
}
.listlinks a:hover, .service a:hover {
	text-decoration:underline;
	color:#0033CC;
}
.listlinks a:active, .service a:active {
	color:#FF0000; 
	font-weight:bold;
}


.pageCaption {
	font-size:1.5em;
	font-style:bold;
	color:#000000;
	line-height:1.4em;
	float:left;

}

form#contactForm label {
	position:absolute;
	width:130px;	
	text-align:right;
	font-size:12px;
	font-weight:bold;	
}

form#contactForm input, textarea {
	
	margin-left:140px;
}


/*img.icon75 {
	border:1px black solid;
}*/
#sidebar1 img, #mainContent img {
	border:1px black solid;
}

td.service a {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	color:#CC3300;	
}


#centerMessage {
	border:2px black solid;
	text-align:center;
	background-color:#FFFFCC;
}
p, ul, .description {
 	font-size:.8em;
}
.small {
	font-size:.7em;
}
.superRed {
	font-size:1em;
	color:#CC0000;
}
.devNotes {
	color:black;background:pink;font-size:10px;padding:4px;
}

div#news {
	width: 200px;
	/*position: absolute;*/
	/*font-size:.8em;*/
	
	overflow: auto;
	height: 280px;
	
}