@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}
#container {
	margin-left: auto;
	width: 880px;
	margin-right: auto;
	position: relative;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 880px;
}
#menu_masthead {
	top: 35px;
	height: 110px;
	width: 150px;
	left: 660px;
	position: relative;
	padding-right: 10px;
	overflow: auto;
}
#menu_masthead ul {
	margin: 0px;
	padding: 0px;
}
#menu_masthead li {
	padding: 0px;
	list-style-position: inside;
	margin-left: 20px;
	margin-bottom: 3px;
	list-style-image: url(images/star_bullet.gif);
}
#menu_banner {
	top: 65px;
	height: 20px;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	text-shadow: 0 0 0.1em #003, 0 0 0.25em #006,  0 0 0.5em #009;
}
#menu_banner a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu_banner a:hover {
	color: #003399;
	text-shadow: 0 0 0.25em #fff, 0 0 0.75em #fff;
}
#menu_banner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_banner li {
	display: inline;
	padding-right: .75em;
	padding-left: .75em;
}
#text_bkg {
	background-image: url(images/bodybkg.jpg);
	background-repeat: repeat-y;
	width: 880px;
	top: 0px;
	margin: 0px;
}
#sidebar_left {
	width: 145px;
	left: 40px;
	position: relative;
	float: left;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#sidebar_left, #sidebar_right {
	font-size: 11px;
	line-height: 1.5em;
}
#sidebar_left p, #text_main p, #sidebar_right p {
	line-height: 1.5em;
}
#text_main {
	width: 405px;
	position: relative;
	float: left;
	left: 40px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#sidebar_right {
	width: 145px;
	right: 40px;
	position: relative;
	float: right;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#btm_edge {
	background-image: url(images/btmedge.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 880px;
	clear: both;
}
#footer {
	clear: both;
	float: none;
	position: relative;
	font-size: 9px;
	text-align: center;
	color: #7da7d8;
}
p {
	margin-bottom: 1em;
}
a {
	text-decoration:underline;
	color: #000066;
}
a:hover {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
}
#footer a {
	color: #7da7d8;
	text-decoration:underline;
}
#footer a:hover {
	color: #069;
	text-decoration: none;
}
h1 {
	margin: 0px;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: .5em;
}
h3 {
	font-weight: bold;
	font-style: italic;
	margin-bottom: -1em;
	font-size: 12px;
}
h4 {
	font-style: italic;
	font-weight: normal;
	margin-bottom: -1em;
}
.bold1 {
	font-weight: bold;
}
.bold2 {
	font-style: italic;
}
ul {
	margin-top: -1em;
	padding-left: 2em;
}
.list_naked {
	list-style-type: none;
}
.blockquote {
	font-style: italic;
	font-weight: bold;
	color: #069;
	margin-right: .5em;
	margin-left: 2em;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
.pic_left {
	float: left;
	margin-top: 0.25em;
	margin-right: 2em;
	margin-bottom: .5em;
	margin-left: 0em;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
.pic_centre {
	margin-top: 0.1em;
	margin-right: auto;
	margin-bottom: 0.25em;
	margin-left: auto;
	clear:both;
	position: relative;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	width: 245px;
}
.pic_left img, .pic_centre img {
	border: 1px solid #7da7d8;
}
