/*
	Font Style Sheet Styles: Jan 2005
	Defines the major font, and typographical styles to be used.
*/

/* HTML Tag Definitions */
body { font-family: Arial, Helvetica, sans-serif; color: black; font-size: smaller; }
p { 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	line-height: 1.25em;
	color: black;
}
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; font-weight: bold;  margin-bottom: 10px; }
h1 { font-size: 1.5em; 	color: #1c4797; }
h2 { font-size: 1.4em; 	color: red; }
h3 { font-size: 1.2em; 	color: #1c4797; }
h4, h5, h6 { font-size: 1.1em; 	color: black; }
.navigation { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; font-weight: bold; color: #000000;}
footer { font-family: Arial, Helvetica, sans-serif; font-size: 0.5em; font-weight: bold; color: #FFFFFF; margin: 0px; padding: 0px; }
ul { margin-top: 0px; margin-right: 0px; margin-bottom: 10px; }
li { line-height: 1.4em; }
table { margin: 0px; padding: 0px; margin-bottom: 10px; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
a { color: #333333; }
a:visited { color: #666666; }
a:hover { color: #000000; }

/* Useful Class Definitions */
.smallprint { font-size: .75em; line-height: normal; }
ul.nobullet { list-style-type: none; }
.pullquote { 
	margin: 5px -5px 0px 5px;
	padding: 2px 20px 2px 2px;
	width: 12em;
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	color: black;
	background-color:#CCCCCC;
	font-size: small;
	float: right;
	text-align: right;
}

/* Page Layout IDs and Definitions */

/* Site Content Container, a holder for Site Specific Content */
#site_container, #site_container_3s { }
	
/* Content Container (keeps all the pieces in place) */
#whole {}
#full_column {}