body {
	margin: 0 auto;
	padding: 0;
	background-color: #9CB8C9;
}

#main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#wrapper {
	position: absolute;
	background-image: url('images/page_bg.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 900px;
}

.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

form {
	padding:0 !important;
	margin:0 !important;
}

table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.page {
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:23px;
	min-height:23px;
}

.page_body {
	position: relative;
	z-index: 1;
	padding: 1px;
}

.frame_topright, .frame_topleft, .frame_btmright, .frame_btmleft, .frame_top, .frame_btm,.frame_right, .frame_left {
	position:absolute;
	z-index:-1;
}

.frame_topright, .frame_topleft, .frame_btmright, .frame_btmleft {
	width: 22px;
	height: 22px;
	background-image: url('images/Sheet-s.png');
}

.frame_topleft {
	top:0;
	left:0;
	clip: rect(auto, 11px, 11px, auto);
}

.frame_topright {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 11px, 11px);
}

.frame_btmleft {
	bottom: 0;
	left: 0;
	clip: rect(11px, 11px, auto, auto);
}

.frame_btmright {
	bottom: 0;
	right: 0;
	clip: rect(11px, auto, auto, 11px);
}

.frame_top, .frame_btm {
	left: 11px;
	right: 11px;
	height: 22px;
	background-image: url('images/Sheet-h.png');
}

.frame_top {
	top: 0;
	clip: rect(auto, auto, 11px, auto);
}

.frame_btm {
	bottom: 0;
	clip: rect(11px, auto, auto, auto);
}

.frame_right, .frame_left {
	top: 11px;
	bottom: 11px;
	width: 22px;
	background-image: url('images/Sheet-v.png');
}

.frame_right {
	right:0;
	clip: rect(auto, auto, auto, 11px);
}

.frame_left {
	left:0;
	clip: rect(auto, 11px, auto, auto);
}

.frame_ctr {
	position:absolute;
	z-index:-1;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background-color: #FFFFFF;
}

.page {
	margin-top: 10px !important;
}

#wrapper {
	min-width:900px;
}

/* begin Header */
div.header {
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 898px;
	height: 150px;
}

div.header_png {
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 898px;
	height: 150px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

/* end Header */


/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover {
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.menu li li {
	float: none;
}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.menu li:hover>ul {
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul {
	top: 0;
	left: 100%;
}

.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}

.menu ul {
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

/* menu structure */

.menu {
	padding: 3px 3px 3px 3px;
}

.navbar {
	position: relative;
	height: 29px;
	z-index: 100;
}

.navbar .l, .navbar .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 29px;
	background-image: url('images/nav.png');
}

.navbar .l {
	left: 0;
	right:0px;
}

.navbar .r {
	right: 0;
	width: 898px;
	clip: rect(auto, auto, auto, 898px);
}

/* end Menu */

/* begin MenuItem */
.menu ul li {
	clear: both;
}

.menu a {
	position:relative;
	display: block;
	overflow:hidden;
	height: 23px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}

.menu a .r, .menu a .l {
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 69px;
	background-image: url('images/MenuItem.png');
}

.menu a .l {
	left:0;
	right:8px;
}

.menu a .r {
	width:416px;
	right:0;
	clip: rect(auto, auto, auto, 408px);
}

.menu a .t  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #204460;
	padding: 0 15px;
	margin: 0 8px;
	line-height: 23px;
	text-align: center;
}

.menu a:hover .l, .menu a:hover .r {
	top:-23px;
}

.menu li:hover>a .l, .menu li:hover>a .r {
	top:-23px;
}

.menu li:hover a .l, .menu li:hover a .r {
	top:-23px;
}
.menu a:hover .t {
	color: #1C3C54;
}

.menu li:hover a .t {
	color: #1C3C54;
}

.menu li:hover>a .t {
	color: #1C3C54;
}

/* end MenuItem */

.content_wrapper {
	position: relative;
	margin-bottom: 0px;
	width: 898px;
}

/* begin Box, Block */
.block {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.block_body {
	position: relative;
	z-index: 1;
	padding: 7px;
}

.block_topright, .block_topleft, .block_btmright, .block_btmleft, .block_top, .block_btm,.block_right, .block_left {
	position:absolute;
	z-index:-1;
}

.block_topright, .block_topleft, .block_btmright, .block_btmleft {
	width: 14px;
	height: 14px;
	background-image: url('images/Block-s.png');
}

.block_topleft {
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.block_topright {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.block_btmleft {
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.block_btmright {
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.block_top, .block_btm {
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/Block-h.png');
}

.block_top {
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.block_btm {
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.block_right, .block_left {
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/Block-v.png');
}

.block_right {
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.block_left {
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.block_ctr {
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #E8EEF3;
}

.block {
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.block_header {
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.block_header .t {
	height: 30px;
	/* color: #A5BFCF; */
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;	
}

.block_header .l, .block_header .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.block_header .l {
	left:0;
	right:6px;
}

.block_header .r { 
	width:898px;
	right:0;
	clip: rect(auto, auto, auto, 892px);
}

.block_icon {
	display:inline-block;
	background-position:left top;
	background-image: url('images/block_icon.png');
	padding:0 0 0 12px;
	background-repeat: no-repeat;
	min-height: 12px;
	margin: 0 0 0 5px;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.block_content {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.block_inner_content {
	position: relative;
	z-index: 1;
	padding: 8px;
}

.block_inner_content {
	color:#1D262A;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.block_inner_content a:link {
	color: #29577A;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.block_inner_content a:visited, .block_inner_content a.visited {
	color: #708D9E;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.block_inner_content a:hover, .block_inner_content a.hover {
	color: #3672A1;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.block_inner_content ul {
	list-style-type: none;
	color: #4C6370;
	margin:0;
	padding:0;
}

.block_inner_content li {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.block_inner_content ul li {
	padding:0px 0 0px 13px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.content_section {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.content_section_body {
	position: relative;
	z-index: 1;
	padding: 10px;
}

.content_section {
	margin: 10px;
}

a img {
	border: 0;
}

pre {
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.content_header {
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #204460;
}

.content_header a, .content_header a:link, .content_header a:visited, .content_header a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin:0;
	color: #204460;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.content_header a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #265273;
}

.content_header a:visited, .content_header a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #3E505B;
}

.content_header a:hover, .content_header a.hovered {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #1D3F58;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #204460;
}


.section_content p  {
	margin: 0.5em 0;
}

.section_content, .section_content p {
	font-family: Arial, Helvetica, Sans-Serif;
	/* font-size: 12px; */
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #204460;
}

.section_content {
	margin:0;
}

a {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #3B7DB0;
}

a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #3B7DB0;
}

a:visited, a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #303E46;
}

a:hover, a.hover {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #1D3F58;
}

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #2D5F86;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #2D5F86;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #3E5F74;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #212B31;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #212B31;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #212B31;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul {
	/* color: #111518; */
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul {
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li  {
	margin:0.2em 0;
	padding:0;
}

ul {
	list-style-type: none;
}

ol {
	list-style-position:inside;
}

.content_section li {
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.content_section ol li, .content_section ul ol li {
	background: none;
	padding-left:0;
}

.content_section ul li, .content_section ol ul li  {
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}

/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.section_content blockquote p {
	color:#0B1014;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote,
.section_content blockquote {
	border:solid 1px #AFC6D4; 
	margin:40px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#D4E0E8;
	background-image:url('images/quote.png');
	background-position:left top;
	background-repeat:no-repeat;
}

/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.button_wrapper .button {
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.button_wrapper {
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .button_wrapper {
	display:block;
	float:left;
}

.button_wrapper .button {
	display:block;
	height: 34px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #254F6F !important;
}

input, select {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.button_wrapper.hover .button, .button:hover {
	color: #EEF3F6 !important;
	text-decoration: none !important;
}

.button_wrapper.active .button {
	color: #F3F5F7 !important;
}

.button_wrapper .l, .button_wrapper .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/Button.png');
}

.button_wrapper .l {
	left:0;
	right:11px;
}

.button_wrapper .r {
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.button_wrapper.hover .l, .button_wrapper.hover .r {
	top: -34px;
}

.button_wrapper.active .l, .button_wrapper.active .r {
	top: -68px;
}

/* end Button */

.footer {
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 898px;
	margin: 5px auto 0px auto;
}

.footer .footer_inner {
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.footer .footer_bg {
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 898px;
	height: 150px;
	bottom:0;
	left:0;
}

.footer .footer_text p {
	margin: 0;
}

.footer .footer_text {
	display:inline-block;
	color:#1A364D;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.footer .footer_text a:link {
	text-decoration: none;
	color: #265273;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.footer .footer_text a:visited {
	text-decoration: none;
	color: #536B79;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.footer .footer_text a:hover {
	text-decoration: none;
	color: #336D99;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page_footer, .page_footer a, .page_footer a:link, .page_footer a:visited, .page_footer a:hover {
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#4386cc;
}

.page_footer {
	margin:1em;
	text-align:center;
	text-decoration:none;
/*	color:#98ADB9; */
	color:#777777;
}
/* end PageFooter */

.content_wrapper .content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 672px;
}
.content_wrapper .content_wide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 896px;
}

.content_wrapper .sidebar {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 224px;
}

#email {
	vertical-align: text-top;
}

h2.space {
	margin-top: 30px;
}

.clear_space {
	clear: both;
	margin-top: 30px;
}

.table {
	margin-bottom: -30px;
}

.nobr {
	white-space: nowrap;
}
