body {
	font:			normal 12px/16px verdana, helvetica, sans-serif;
	color:			#000;
	width:			100%;
	height:			100%;
	background-color:	#A8BCAA;
	color:			#000;
	margin:			0px;
	padding:		0px;
}

#splashpic {
	position:		absolute;
	left:			50%;
	top:			40px;
	width:			504px;
	height:			229px;
	margin-left:		-252px;
	background-color:	#A8BCAA;
}

#splashtitle {
	position:		absolute;
	left:			50%;
	top:			280px;
	width:			600px;
	height:			110px;
	margin-left:		-300px;
	background-color:	#A8BCAA;
}

#splashcontent {
	position:		absolute;
	left:			50%;
	top:			385px;
	width:			600px;
	margin-left:		-300px;
	padding:		10px;
	background-color:	#A8BCAA;
}

#topbar1 {
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			100%;
	height:			80px;
	margin-left:		0px;
	background-color:	#98B293;
	background-image:	url('../images/gfx/topbar_bgnd01.gif');
}

#topbar2 {
	position:		absolute;
	left:			0px;
	top:			83px;
	width:			100%;
	height:			25px;
	margin-left:		0px;
	background-image:	url('../images/gfx/topbar_bgnd02.gif');
}

#logo {
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			200px;
	height:			80px;
	margin-left:		0px;
	background-color:	#A8BCAA;
	border:			0px;
}

#header {
	position:		absolute;
	left:			230px;
	top:			0px;
	float:			right;
	width:			500px;
	height:			80px;
	margin-left:		0px;
	background-color:	#A8BCAA;
	border-left:		0px solid #362F2D;
	border-bottom:		0px solid #362F2D;
}

#vertbar {
	position:		absolute;
	left:			200px;
	top:			0px;
	width:			30px;
	height:			600px;
	margin-left:		0px;
	background-color:	#A8BCAA;
	border:			0px;
	background-image:	url('../images/gfx/vertbar_bgnd01.gif');
}

#vertbarfade {
	position:		absolute;
	left:			200px;
	top:			600px;
	width:			30px;
	height:			35px;
	margin-left:		0px;
	background-color:	#A8BCAA;
	border:			0px;
}

#tagline {
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			200px;
	height:			25px;
	margin-left:		0px;
	background-color:	#362F2D;
	border-top:		1px solid #818181;
	border-right:		1px solid #818181;
	border-bottom:		1px solid #818181;
	overflow:		hidden;
}

#navbar {
	position:		absolute;
	left:			230px;
	top:			0px;
	width:			600px;
	height:			25px;
	margin-left:		0px;
	background-color:	#362F2D;
	border-top:		1px solid #818181;
	border-bottom:		1px solid #818181;
	border-left:		1px solid #818181;
	overflow:		hidden;
}

#sidebar {
	position:		absolute;
	left:			0px;
	top:			30px;
	width:			0px;
	margin-left:		0px;
	padding:		0px;
	border:			0px;
}

#nrabar {
	position:		absolute;
	left:			567px;
	top:			-2px;
	width:			0px;
	margin-left:		0px;
	padding:		0px;
	border:			0px;
}

#sidelink {
	position:		absolute;
	width:			200px;
	height:			24px;
	padding:		20px;
	background-color:	#0F0;
}

#sidefooter {
	position:		relative;
	top:			100px;
	left:			20px;
	width:			160px;
}

#content {
	position:		absolute;
	left:			230px;
	top:			114px;
	width:			600px;
	margin-left:		0px;
	padding:		10px;
	background-color:	#A8BCAA;
	border-top:		2px solid #362F2D;
	border-left:		2px solid #362F2D;
}

#defaultcontentText {
	position:		relative;
	left:			0px;
	top:			45px;
	width:			540px;
	margin-left:		0px;
	margin-bottom:		60px;
	padding:		0px;
}

#contentText {
	position:		relative;
	left:			0px;
	top:			45px;
	width:			540px;
	margin-left:		0px;
	margin-bottom:		60px;
	padding:		0px;
	}

#contentTextWide {
	position:		relative;
	left:			0px;
	top:			45px;
	width:			700px;
	margin-left:		0px;
	margin-bottom:		60px;
	padding:		0px;
}

#titlebar {
	position:		absolute;
	left:			2px;
	top:			2px;
	width:			600px;
	height:			42px;
	margin-left:		0px;
	overflow:		hidden;
}

.spectable {
	width:			500px;
	padding:		2px;
	border:			2px solid #A8BCAA;
}

.shade0 {
	text-align:		right;
	vertical-align:		top;
	padding:		4px;
	margin:			2px;
	border:			0px;
	background-color:	#B7BFB8;
}

.shade1 {
	padding:		4px;
	margin:			2px;
	border:			0px;
	background-color:	#B7BFB8;
}

.shade2 {
	text-align:		center;
	padding:		4px;
	margin:			2px;
	border:			0px;
	background-color:	#B7BFB8;
}

.shade3 {
	text-align:		right;
	vertical-align:		top;
	padding:		4px;
	margin:			2px;
	border:			0px;
}

.branch {
	cursor:			pointer;
	cursor:			hand;
	display:		block;
	padding:		0px;
	margin:			0px;
}

.leaf {
	display:		none;
	padding:		0px;
	margin:			0px;
}

.imgoutline {
	border:			1px solid #362F2D;
}

img {
	border:			0px;
}


