html, body {
	height:			100%;
}

body { 
	text-align:		center;
	background:		#070725 url(images/bg2.gif) repeat-y 50% 0;
	color:			#000000;
	margin:			0;
	padding:		0;
	height:			auto;
}

#wrap {
	position:		relative;
	margin:			0 auto;
	text-align:		left;
	width:			850px;
	voice-family:		"\"}\"";
	voice-family:		inherit;
}

#header {
	height:			125px;
	background:		#ffffff url(images/headbanner10.gif);
}


h1 {
	font-family:		"lucida grande", sans-serif;
	font-size:		160%;
	color:			#222222;
	padding:		0 0 20px 0;
	margin:			0;
}

h3 {
	text-align:		center;
}

.strike {
	text-decoration:	line-through;
	color:			#777;
}


#footerprint {
	font-family:		"lucida grande", sans-serif;
	font-size:		70%;
    	right:			572px;
	background:		url(images/printpage.gif) left no-repeat;
}

#footerprint a, #footeremail a {
	display:		inline;
	margin:			0;

   	color:			#00aa00;

}

#content {
	position:		absolute;
	top:			130px;
	left:			170px;
	width:			679px;
	height:			auto;
	background:		#ff99ff
	color:			#000000;
	font-family:		arial;
	font-size:		small;
	padding:		0px;
	border-left:		#cccccc 1px solid;
	border-top:		none;
}

.floatpic {
	display:		inline;
	float:			right;
	margin:			0 0 0 20px;
	padding:		none;
}

.floatpicl {
	display:		inline;
	float:			left;
	margin:			0 0 40px 0;
	padding:		none;
}

#footer {
	bottom:			10;
	clear:			both;
	padding:		20px 0 0 0;
	text-align:		center;
	background:		#ffffff;
	font-family:		arial;
	font-size:		x-small;
	color:			#666666;
}

#box {
	padding:		0 40px 0 20px;
	background:		#white;
}

#topbox {
	height:			180px;
	width:			680px;
	padding:		10px;
	margin:			0 0 10px 4px;
	border:		1px solid #000099;
}


.tabs {
	width:			669px;
	list-style:		none;
	padding:		11px 0 0 0;
	margin:			0 0 25px 0;
	height:			29px; 
	background:		url(tabs/backing.gif) repeat-x;
}


.tabs li {
	display:		block;
	float:			left;
	margin:			0 -29px -1px 0;
}

.tabs li a {
	display:		block;
	text-decoration:	none;
	position:		relative;
}


.tabs li a b.p1 {
	display:		block;
	width:			29px;
	height:			29px;
	background:		url(tabs/normal_l.png);
	float:			left;
}

.tabs li a b.p2 {
	display:		block;
	height:			27px;
	padding:		2px 10px 0 10px;
	background:		url(tabs/normal_m.png) repeat-x;
	float:			left;
	text-align:		center;
	line-height:		28px;
	color:			#dfd;
	font-weight:		normal;
	font-family:		verdana
	font-size:		12px;
}


.tabs li a b.p3 {
	display:		block;
	width:			29px;
	height:			29px;
	background:		url(tabs/normal_r.png);
	float:			left;
	position:		relative;
	z-index:		100;
}


.tabs li a.m1 {z-index:600;}
.tabs li a.m2 {z-index:500;}
.tabs li a.m3 {z-index:400;}
.tabs li a.m4 {z-index:300;}
.tabs li a.m5 {z-index:200;}
.tabs li a.m6 {z-index:100;}

.tabs li a:hover,
.tabs li a:focus,
.tabs li a:active
{
	border:			0;
	z-index:		700;
}

.tabs li a:hover b.p1,
.tabs li a:focus b.p1,
.tabs li a:active b.p1
{
	position:		relative;
	z-index:		100;
	background:		url(tabs/hover_l.png);
	cursor:			pointer;
}

.tabs li a:hover b.p2,
.tabs li a:focus b.p2,
.tabs li a:active b.p2
{
	position:		relative;
	z-index:		100;
	background:		url(tabs/hover_m.png) repeat-x;
	color:			#dfd;
	cursor:			pointer;
}

.tabs li a:hover b.p3,
.tabs li a:focus b.p3,
.tabs li a:active b.p3
{
	position:		relative;
	z-index:		100;
	background:		url(tabs/hover_r.png);
	cursor:			pointer;
}

.tabs li a.selected {z-index:800;}
.tabs li a.selected b.p1,
.tabs li a:hover.selected b.p1,
.tabs li a:active.selected b.p1
{
	position:		relative; z-index:200;
	background:		url(tabs/select_l.png);
	cursor:			default;
}

.tabs li a.selected b.p2,
.tabs li a:hover.selected b.p2,
.tabs li a:active.selected b.p2
{
	position:		relative;
	z-index:		200;
	background:		url(tabs/select_m.png) repeat-x;
	color:			#000;
	cursor:			default;
}

.tabs li a.selected b.p3,
.tabs li a:hover.selected b.p3,
.tabs li a:active.selected b.p3
{
	position:		relative;
	z-index:		200;
	background:		url(tabs/select_r.png);
	cursor:			default;
}


