
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 2;
}	

body {
	text-align: center;
}	

div {
	margin: 0px;
	padding: 0px;
}	

sup {
	font-size: 6pt;
}	

.rguide,
.lguide {
	position: relative;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	border: 1px;
	border-style: solid;
	border-color: #102860;
	background-color: #eeeeee;
	background-image: url(micro.gif);
	width: 142px;
}	

.rguide {
	margin: 8px 0px 0px 8px;
}	

.contact, .copyr, .copyl, .tree, .nav, h1, h2, h3, h4, h5, h6 {
	font-family: "Verdana", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", san-serif;
}

P {
	font-family: "Georgia", "Palatino Linotype", "Times New Roman", "Times", serif;
	font-size: 10pt;
	margin: 0px;
	padding: 4px 4px 0px 6px;;
}	

.tree {
	margin: 0px;
	padding: 0px 2px 4px 1px;
	font-size: 8pt;
	font-weight: bold;
	color: #5060A0;
	text-align: right;
}	

.contact {
	padding-bottom: 2px;
	margin: 2px 0px 0px 0px;
	font-size: 8pt;
	float: right;
}	

.toplink {
	background: #B0B6E0;
	padding: 2px 4px 4px 4px;
}	

.copyl,
.copyr {
	width: 260px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 7pt;
}	

.copyr {
	text-align: right;
	float: right;
}	

.tagline {
	font-family: "Courier New", "Courier", monospace;
	font-size: 8pt;
	margin: 4px 0px 2px 0px;
	padding: 1px 0px 3px 0px;
	text-align: center;
	background: #B0B6E0;
}	

.nav {
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	text-align: left;
	border: 1px;
	border-style: solid none none none;
	border-color: #8877DD;
}	

.title {
	border: 0px;
	font-weight: bold;
	text-align: center;
	background: #102860;
	color: #e8ebfc;
	font-size: 10pt;
	padding: 2px;
}	

#page {
	margin: 8px auto 20px auto;
	width: 900px;
	text-align: center;
}

#wrapper {
	width: 750px;
	position: relative;
	float: right;
}	

#main {
	float: left;
	min-height: 540px;
	border: 1px;
	border-style: solid;
	border-color: #4433BB;
	text-align: left;
	background-color: #fcfcfc;
	background-image: url(body.gif);
	width: 600px;
}	

#banner {
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	background-image: url(micro.gif);
	text-align: left;
	width: 598px;
}


#rband,
#lband {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	width: 75px;
	background: #7888B0;
	border: 2px;
	border-style: none solid none solid;
	border-color: #486090;
	height: 400px;
}	

#rband {
	left: 55px;
}

#credits {
	width: 600px;
	float: left;
	text-align: left;
	margin: 4px auto 0px auto;
}	

#lnav {
	border-color: #4433BB;
	position: relative;
	right: 0px;
	width: 150px;
	float: left;
	height: 542px;
	text-align: left;
}	

#rnav {
	border: 0px;
	position: relative;
	width: 150px;
	float: right;
	height: 542px;
	text-align: right;
}	

#titlepanel {
	background-color: #fcfcfc;
	background-image: url(body.gif);
	margin: 0px;
	padding: 0px;
	text-align:left;
}	


#min {
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}


#bot {
	padding: 0px; 
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}    

#code {
	font-family: "Courier New", "Courier", monospace;
	font-size: 9pt;
	margin: 0px;
	padding: 8px 0px 0px 4px;
}	

A:link,
A:hover {
	color: #123488;
	text-decoration: underline;
}
A:active {
	color: #CCCCFF;
	text-decoration: underline;
}
A:visited {
	color: #112255;
	text-decoration: underline;
}

A.jmp:link, A.jmp:active, A.jmp:visited, A.jmp:hover {
	padding: 2px 2px 2px 4px;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #102A66;
	background-color: transparent;
}
A.jmp:hover {
	color: #A0B0F0;
	background-color: #2A4177;
}
