body {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	background-image: url(images/archivebackgroundtile.gif);
	color: #000000; 
	background-color: #FFFFFF;
	background-repeat: x,y; 
	}

table {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:20px
	}
	
/* Gray Background Color for Single Table Cell Description Boxes */

.graytablebackground {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:19px
	}
	
/* Main headers on the content pages */

.contenttitle {
	font-size: 15px;
	color:#CC0000;
	line-height: 30px; 
	text-transform:capitalize 
	}
	
/* Smaller headers within the content pages */

.smallertitle {
	font-size: 13px;
	color:#CC0000;
	line-height: 25px; 
	text-transform:capitalize 
	}
	
	
/* Smallest red title within content pages */

.SmRedTitle {
	font-weight: bold;
	color: #CC0000;
}

	
/* Regular links */ 

a:link, a:visited { 
	color: #000000; 
	text-decoration: underline; 
	}

a:hover, a:active { 
	color: #ff0000; 
	}
	
	

/* White links */ 

a.whitelink:link, a.whitelink:visited { 
	color: #ffffff; 
	text-decoration: underline; 
	}

a.whitelink:hover, a.whitelink:active { 
	color: #000000; 
	}
	
	

/* side menu navigation links */

a.sidenav:link, a.sidenav:visited {  
	font-size: 13px;
	color: white; 
	text-decoration: none
}

a.sidenav:hover, a.sidenav:active { 
	font-size: 13px;
	color: #FFFF00;	 
}



/* Bottom of the page navigation links 'back to' links */

a.bottomnavlink:link, a.bottomnavlink:visited {  
	color: #CC0000;
	font-weight:bold; 
	text-transform:capitalize; 
	}
		
a.bottomnavlink:hover, a.bottomnavlink:active { 
	color: #ff9999; 
	font-weight:bold;
	text-transform:capitalize; 
	}
	


/* titles that are also links -in the body of the text, like the 'links' page */

a.titlelink:link, a.titlelink:visited {  
	color: #CC0000; 
	}
	
a.titlelink:hover, a.titlelink:active {  
	color: #ff9999; 	
	}


/* Extend Twitter widget width to 100% instead of max 520px size */

iframe[id^='twitter-widget-']{ 
	width:100% !important;
}


/* Shorten Facebook widget to 300px height instead of max 395px */

iframe[id^='ariel-facebook-widget']{ 
	height:319px !important;
	border-bottom: 1px solid #354975 !important;
}


/* Text in Widget Title Divs */

div.widget-title{ 
	font-size: 14px;
	line-height: 18px; 
}