/* Basic page styles */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #C50000;
	font-size: 1.5em; 
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #D7F2BB;
	font-size: 1.2em; 
	margin: 3px 0;
	line-height: 1.2em;
}

h3 {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 1.8em; 
	padding: 3px 5px 0 5px;
	margin-bottom: 8px;
	margin-top: -3px;
}

h4 { /* sidebar */
	color: #333333;
	font-size: 1.3em;
	font-variant: small-caps;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
	color: #C50000;
	font-variant: small-caps;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
}

h6 {
	color: #014200;
	letter-spacing: 3px;
	font-size: 1.3em;
	margin-top: 8px;
}

/* homepage what's new fieldset */
fieldset {
	border: 1px solid #C50000;
	width: 210px;
	float: right;
	padding: 10px;
}

legend {
	padding: 8px;
	padding-top: 0;
	color: #C50000;
	font-size: 1.5em;
}

#homepage {
	margin-right: 260px;
}

/* link styles */
a:active, a:link, a:visited {
	color: #002b73;
	text-decoration: none;
	font-size: 1.0em; /* link font size relative to #content */
}

a:hover {
	color: #B30000;
	text-decoration: underline;
	font-size: 1.0em;
}

/* floats */
.left {
	float: left;
}
.right {
	float: right;
}

.imgleft {
	float: left;
	margin: 10px 10px 10px 0;
}
.imgright {
	float: right;
	margin: 10px 0 10px 10px;
}

/* font styling */
.posted {
	color: #999999;
	letter-spacing: 3px;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
}

/* DIV styles by ID */
#print {
	height: 70px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

#container { /* link font size set to 1.0 em of body/100% of body. Body font size set to 10px or 62.5% of default 16px font */
	height: 100%;
	font-size: 1.0em;
}

#headera,#headerb,#main_transp_overlay,#logos,#banner_photo_image,#search {
	display: none;
}

#bread {
	height: 38px;
}

#nav {
	height: inherit;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

#content {
	height: 100%;
	font-size: 1.2em;
	line-height: 1.4em;
	background: url(../images/bp_main_bg_repeat.jpg) repeat-y;
	padding-top: 10px;
}

#footer {
	font-size: 1.0em;
	clear: both;
}