body, p, h1, h2, h3, h4, h5, h6, a, img, div, ul, ol, li, form, fieldset, label, table, tr, th, td, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width: 100%;
	margin: 0 auto;
	font: 100.01%/1.3 verdana, "Trebuchet MS", helvetica, sans-serif;
	color: #333;
	background: #005ca0 url(/_img/bg.jpg) repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align: left;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: normal;
	color: #03468a;
}
h1, .hide {
	display: none;
}
h2 {
	margin: 20px 0 10px 0;
	font-size: 1.75em;
}
h3 {
	margin: 15px 0 5px 0;
	font-size: 1.4em;
}
h4 {
	padding: 15px 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
}
h5 {
	padding: 5px 0;
	font-size: 1.2em;
}
h6 {
	padding: 5px 0;
	font-size: 1.1em;
}
p {
	padding: 5px 0;
}
a {
	color: #03468a;
	text-decoration: none;
}
a:hover {
	color: #ce8a0c;
}
li {
	margin: 3px 0 3px 30px;
}
img {
	display: block;
}
blockquote {
	padding: 20px 0;
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: left;
	font-style: italic;
	color: #005ca0;
	margin: 0 0 40px 0;
}
#core-right {
	float:right;
	width:200px;
	padding: 0 0 30px 20px;
	border-left:1px dotted #999;
	}
hr {
	clear: both;
	color: #ae4056;
	background: #ae4056;
	width: 100%;
	height: 1px;
	border: 0;
}
fieldset{
	width: 100%;
	padding: 0.5em 0;
}
fieldset ol{
	list-style: none;
}
fieldset li{
	padding: 0.5em 0;
	margin: 0;
}
label{
	float: left;
	margin-right: 1.0em;
	text-align: right;
}
input.textbox, select, option, textarea {
	position: relative !important;
	color: #333;
	border: 1px solid #7f9db9;
	background: #fff !important;
}
input {
	position: relative !important;
}
option {
	border: 0;
}
.required, .error {
	color: #cc0000;
}
.center {
	text-align: center;
}
.small {
	font-size: 0.7em;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.noshow {
	display:block;
	width:0;
	height:0;
	padding:0;
	overflow:hidden;
}

/**************************************************************
                          PAGE LAYOUT
**************************************************************/
#outer {
	width: 976px;
	margin: 0 auto;
	background: url(/_img/bg_outer.jpg) repeat-y;
}
#inner {
	width: 940px;
	padding: 0 18px;
	background: url(/_img/bg_inner.jpg) no-repeat;
}
#header {
	height: 393px;
	background: url(/_img/bg_nav.jpg) repeat-y;
}
#header img {
	float: left;
}
#nav {
	float: left;
	display: block;
	width: 216px;
	height: 247px;
	padding-left: 13px;
	list-style: none;
}
#nav li {
	float: left;
	clear: left;
	margin: 0;
}
#nav a {
	display: block;
	width: 199px;
	height: 26px;
	padding-left: 17px;
	line-height: 26px;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	background: url(/_img/nav_bullet.jpg) center left no-repeat;
}
#nav a:hover {
	color: #76a6d5;
	background: url(/_img/nav_bullet_over.jpg) center left no-repeat;
}
#content {
	width: 890px;
	padding: 0 25px;
	font-size: 0.8em;
}
#footer {
	clear: both;
	color: #fff;
	background: url(/_img/bg_footer.jpg) repeat-y;
}
#footer p {
	clear: left;
	padding: 10px;
	font-size: 0.7em;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #76a6d5;
}
p#threew {
	font-size: 0.6em;
	color: #76a6d5;
	text-align: right;
}

p#threew a {
	color: #76a6d5;
	}
.framed {
	margin: 5px;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
}
.seal {
	float: left;
	margin-left: 11px;
}
.debug {
	background: #000;
	color: #0c0;
	font: 10px/10px monospace;
	padding: 2px 10px;
	border-width: 0 5px;
	margin: 0 !important;
}