/**
 * Various CSS styles relating to basic page display.
 */

body {
	background: #4E6281;
}
#bodyInset {
	position: absolute;
	z-index: 5;
	width: 73px;
	height: 513px;
	left: 752px;
	top: 0;
	background: url(images/sidetext.gif) left top no-repeat;
}

#page {
	position: relative;
	width: 780px;
	background: white;
}
/* PageInset moved to menu.css, since ugly structural hack was necessary */

#header {
	width: 780px;
	height: 88px;
	background: url(images/headbg.gif) repeat-x;
}
#header h1 {
	position: relative;
	background: url(images/headtext.gif) no-repeat;
	left: 270px;
	width: 510px;
	height: 88px;
}
#header a {
	display: block;
	width: 100%;
	height: 100%;
}
#header h1 span,
#header h2 {
	display: none;
}

#content {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 0.9em;
	color: black;
	position: relative;
	background-color: #F5F5F5;
	background-position: left top;
	background-repeat: no-repeat;
	left: 270px;
	top: 3px;
	border: 1px solid #EAEAEA;
	padding: 5px;
	padding-top: 120px;
	width: 485px;
	margin-top: 3px;
}
#content h1,
#content h2,
#content h3,
#content p,
#content ul,
#content li,
#content td {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 1.0em;
	color: black;
}
#content h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #378D99;
	text-transform: uppercase;
	padding: 2px 0;
}
#content h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #378D99;
	text-transform: uppercase;
	padding: 2px 0;
}
#content h3 {
	font-size: 11.5pt;
	font-weight: bold;
	color: #378D99;
	padding: 2px 0;
}
#content a:link,
#content a:visited {
	color: #49668F;
	text-decoration: underline;
}
#content a:hover,
#content a:active {
	color: #E58905;
}

/* Used for quotes 200x250px at max. */
#sidebar {
	position: absolute;
	top: 550px;
	left: 30px;
	width: 200px;
	height: 250px;
	background-repeat: no-repeat;
	z-index: 5;
}

#footer {
	position: relative;
	left: 270px;
	top: 0;
	padding: 10px;
	width: 485px;
	text-align: right;
}
#footer h6 {
	font-family: "Verdana", "Helvetica", sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #378D99;
}