body {
	background: #fff;
	padding: 0;
	margin: 0;
}
a img {
	border: 0;
}

#outer {
	background: url(/layout_files/images/pagebg.jpg) repeat-x;
}
#outer.home {
	background: url(/layout_files/images/home-pagebg.jpg) repeat-x;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#header {
	padding: 0px;
	margin: 0px;
}
#nav {
	margin: 0;
	padding: 0 20px;
	height: 35px;
}
#nav ul {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	font: normal normal normal 13px/35px Tahoma,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	margin: 0;
	float: left;
	display: block;
	height: 35px;
	text-align: center;
	padding: 0 35px;
	border-right: 1px solid #131f4e;
}
#nav ul li a:hover {
	background: #131f4e;
}
#nav ul li a.active {
	background: #131f4e url(/layout_files/images/nav-arrow.gif) no-repeat bottom center;
}
#content {
	background: url(/layout_files/images/watermark.jpg) no-repeat bottom right;
	float: left;
	margin: 1px 0 0 0;
	padding: 0;
}
#content #secondary_flash_placeholder {
	height: 71px;
	width: 720px;
	display: block;
}
#content_home {
	padding: 0 20px;
	margin-top: 1px;
	line-height: 1.3em;
	font: normal normal normal 13px/1.5em Verdana, sans-serif;
	color: #4d4d4d;
}
#content_home_text {
	min-height: 400px;
	-height: 400px;
	padding: 15px;
}
/*#home_right {
	float: right;
	width: 280px;
	background: url(/layout_files/images/home-rightbg.jpg) repeat-x;
}
#home_right_inner {
	padding: 15px 10px;
}
#home_right_inner img {
	border: 4px solid #fff;
}
*/
#content_text {
	background: url(/layout_files/images/contentbg.gif) repeat-y;
	padding: 10px 30px 50px 30px;
	width: 740px;
	min-height: 400px;
	-height: 400px;
	line-height: 1.3em;
	font: normal normal normal 13px/1.5em Verdana, sans-serif;
	color: #4d4d4d;
}
#content_text h1 {
	color: #0e1a74;
	font: normal normal bold 24px Tahoma,Arial,Helvetica,sans-serif;
	margin: 12px 0 6px 0;
	padding: 0 5px;
}
#content_home h1, #content_text h2 {
	font: normal normal bold 18px Tahoma,Arial,Helvetica,sans-serif;
	color: #333;
	padding: 0 5px;
	margin: 6px 0 6px 0;
}
#content_home h2, #content_text h3 {
	font: normal normal bold 16px Tahoma,Arial,Helvetica,sans-serif;
	color: #333;
	padding: 0 5px;
}
#content_home p, #content_text p {
	line-height: 1.3em;
	padding: 0 5px;
}
#content_home a, #content_text a {
	color: #003364;
	text-decoration: none;
	font-weight: bold;
}
#content_home a:hover, #content_text a:hover {
	text-decoration: underline;
}
#content_text label {
	width: 100px;
	padding-right: 15px;
	float: left;
	text-align: right;
	display: block;
}
#content_text li {
	color: #0e1974;
}
#content_text textarea, input, select {
	border: 1px solid #999;
	padding: 2px;
}
#content_text input.button {
	color: #0e1974;
	background: #eee;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	font-style: italic;
	
}
#floating_div {
	float: right;
	margin: 20px 20px 20px 30px;
	width: 294px;
}
#page_image_outer {
	padding-right: 17px;
	padding-bottom: 15px;
	background: url(/layout_files/images/drop-bottom.jpg) no-repeat bottom left;
}
#page_image_inner {
	background: #c3c4c8 url(/layout_files/images/drop-repeat.jpg) repeat-y top right;
	margin-bottom: 20p;
}
#page_image {
 	padding: 9px 27px 9px 9px;
	background: url(/layout_files/images/drop-topright.jpg) no-repeat top right;
}
#page_image #page_text {
	padding: 5px;
	background: #fff;
}
#page_image img {
	border: 1px solid #fff;
}
#sidebar {
	margin-top: 1px;
	float: left;
	background: url(/layout_files/images/sidebar-top.jpg) no-repeat;
	padding-top: 76px;
	width: 150px;
	height: 400px;
}
#sidebar ul {
	margin: 0;
	padding: 10px 0;
}
#sidebar ul li {
	list-style-type: none;
	padding: 10px 10px 10px 20px;
	background: url(/layout_files/images/subnav-div.gif) no-repeat top right;
}
#sidebar ul li a {
	font: normal normal bold 13px/19px Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #0e1974;
}
#sidebar ul li a:hover, #sidebar ul li a.active {
	color: #0841F0;
}
#home_tri {
	margin-top: 20px;
	margin-bottom: 30px;
}
#home_tri #left, #home_tri #right, #home_tri #middle {
	min-height: 180px;
	-height: 180px;
	width: 280px;
	padding: 4px;
	background: url(/layout_files/images/tri_bg.jpg) no-repeat;
}
#home_tri h1 {
	background: url(/layout_files/images/tri_h1.jpg) no-repeat #333;
	color: #fff;
	font: normal normal bold 24px/30px Tahoma,Arial,Helvetica,sans-serif;
	padding: 5px 15px;
	margin: 0;
}
#home_tri p {
	padding: 0 15px;
}
#home_tri #left {
	float: left;
}
#home_tri #right {
	float: right;
}
#home_tri #middle {
	margin: 0 auto;
}
#footer {
	display: block;
	background: url(/layout_files/images/footer-grey.gif) repeat-x;
	height: 60px;
}
#footer_text {
	font-family: Arial, sans-serif;
	line-height: 30px;
	font-size: 10px;
	padding: 0 5px;
	width: 940px;
	margin: 0 auto;
}
#footer_top {
	color: #999;
}
#footer_bottom {
	color: #666;
}
#footer_bottom a {
	color: #333;
	text-decoration: none;
}
#footer_bottom a:hover {
	text-decoration: underline;
}
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
	font-weight: bold;
}