/* Union Facts CSS */

body {
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lucida Grande', Arial, Verdana, Geneva,  sans-serif;
	font-size : 12px;
	line-height : 16px;
	color: #000;
	background-color: #b1b1b1;
}
#feature {
	height: 190px;
	width: 472px;
	float:left;
}
#toolbox {

	height: 170px;
	width: 218px;
	padding: 10px 10px 10px 10px;
	background-color:#E2E2C8;
	margin-left:472px;
	
}




#blog {
	background-color: #F7F5E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-right: 1.5em;
	padding-left: 1.6em;
}
#content {
	width: 602px;
	font-size : 12px;
	line-height : 16px;
	padding-left : 43px;
	padding-right : 65px;
	padding-top : 10px;
	padding-bottom : 40px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}

p {
	color: #000;
	font-size : 12px;
	line-height : 16px;
	margin-top: 20px;
	margin-bottom: 10px; 
	margin-right: 20px;
	}
td {
	color: #000;
	font-size : 12px;
	line-height : 16px;
	margin-top: 20px;
	margin-bottom: 10px; 
	margin-right: 20px;
}
	
a { text-decoration: none; outline: none; color : #000; }


strong, b { font-weight: bold; 	}

ul { list-style-type: square;
     padding: 0px 0px 0px 0px;
	 margin: 0px 0px 0px 4px;
}
ol { padding: 0px 0px 0px 0px;
	 margin: 0px 0px 0px 4px;
 }
li{	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px; 
}

img { border: 0; }

/* Rollover Styles for fading images */
.opacityit img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
	-moz-opacity: 1; 
}
.opacityit:hover img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7; 
}


form, input, textarea {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.title {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #8B0F22;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight : bolder;
}
a.title:visited { text-decoration: none;}
a.title:active { text-decoration: none; }
a.title:hover {	text-decoration: none; color: #555;}

.subtitle {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #8B0F22;
	font-size: 14px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight : bolder;
}

.smalltext {
	font-size: 10px;
}
.notes {
	font-size: 9px;
	color: #666666;
}
.notesHighlight {
	font-size: 10px;
	color: #b90000;
	font-weight: bold;
}
.highlight { color: #b90000; }

.morelink { color : #A70101; text-decoration: none; font-size: 10px;}
.morelink:visited { text-decoration: none; }
.morelink:active { text-decoration: none; }
.morelink:hover { color: #CE0067; text-decoration: none;}

a.link { color: #62567A; text-decoration: none; }
a.link:visited { text-decoration: none; }
a.link:active { text-decoration: none; }
a.link:hover { color: #453C55; text-decoration: none; }


