@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;   /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background: #178081;
	color: #000000;
}

body a, body a:link, body a:visited {
	color: #993300;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

div {
	border: none;
}

p {
	margin-top: 0;
}

ol li {
	margin-bottom: 10px;
}

.bold1 {
	font-size: 1.5em;
	font-weight: bold;
}

.bold2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

.bold3 {
	font-size: 1.2em;
	font-weight: bold;
}

blockquote span.bold3 {
	font-size: 1.1em;
}

.bold4 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

body a.bold4 {
	font-size: 0.9em;
}

.divider {
	height: 1px;
	width: 500px;
	background-color: #000000;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 25px;
}


.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}




/* BOX POSITIONING */

.bx_all {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 985px;
	background: url(images/frame_bg.gif);
	z-index: 0;
}

.bx_top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 985px;
	height: 175px;
	background: url(images/frame_t_t.gif) no-repeat scroll top left;
	z-index: 1;
}

.bx_w {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.bx_w_bf {
	position: relative;
	left: 0px;
	top: 0px;
	height: 175px;
}

.bx_w_m {
	position: relative;
	left: 267px;
	top: 0px;
	width: 565px;
	background-color: white;
	z-index: 2;
}

/*
* html div.bx_w_m {  /* This is the Tan hack
	width: 567px; 
	w\idth: 565px;
}
*/

.bx_w_m_t {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 565px;
	height: 78px;
	background: url(images/frame_t_w.gif) no-repeat scroll top left;
	z-index: 1;
}

.bx_w_m_x {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
	z-index: 2;
}

.bx_w_b_w {
	position: relative;
	left: 0px;
	top: -54px;
	width: 565px;
	height: 54px;
	background: url(images/frame_b_w.gif) no-repeat scroll top left;
	z-index: 1;
}

.bx_w_b_x {
	position: relative;
	left: 0px;
	top: 118px;
	width: 565px;
	height: 118px;
	z-index: 1;
}

.bx_w_b_s {
	position: relative;
	left: 0px;
	top: 0px;
	width: 985px;
	height: 451px;
	background: #178081;
	z-index: 2;
}

.bx_w_b_t {
	position: absolute;
	left: 0px;
	top: -172px;
	width: 985px;
	height: 172px;
	background: url(images/frame_b_t.gif) no-repeat scroll top left;
}

.bx_w_b_b {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 985px;
	height: 279px;
	background: url(images/frame_b_b.gif) no-repeat scroll top left;
	z-index: 1;
}

.sp_side {
	position: absolute;
	left: 80px;
	top: 200px;
	z-index: 6;
	border: dashed 1px #000;
	color: #000;
	padding: 0px;
}

.nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	text-align: center;
}

.nav li {
	margin: 0px 0px 0px 0px;
}

.nav a {
	color: black;
	display: block;
	padding: 4px 2px 4px 2px;
	width: 170px;
	background: white;
}
	
body > * ul.nav a {
	background:url(images/bg_sc.png) repeat top left transparent;
}

.nav a:link, .nav a:visited {
	color: black;
}

.nav a:hover {
	background: white;
	text-decoration: underline;
}

body > * .nav a:hover {
	background: url(images/bg_sc_hi.png);
}

.active a:link, .active a:visited, .active a:hover {
	background: white;
}

body > * li.active a:link, li.active a:visited, li.active a:hover {
	background: url(images/bg_sc_hi.png) repeat top left transparent;
}