body {
	color: #000000;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	background: #e5ecf3;
}

a {
	color: #ffffff;
	text-decoration: none;
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6, p, a {
	font: 83%/1.4 arial, helvetica, sans-serif;
}

ul { 
	font-size: 18pt;
	/* list-style-image: url("images/jc.gif") */
}

p {
	font-size: 14pt; 
	font-weight: normal;
	text-indent: 6mm;
	text-align: justify;
}

p.welcome {
	font-size: 12pt; 
}

#banner {
	color: Black;
	font-family: Verdana,Times,Arial; 
	font-weight: bold;
	background: #d0ddea center;
	height: 230px;
	margin: 0 auto;
	-moz-border-radius: 9px 9px 0px 0px;
	border: 1px solid #000;
	position: relative;
	top: 5px;
}

#itemList {
	font-size: 16pt;
	text-indent: 1cm;
	background: #000000;
/*	
	border-top: 2px solid #ac7357;
	border-left: 2px solid #ac7357;
	border-bottom: 2px solid #714a37;
	border-right: 2px solid #714a37;
	*/
	width: 160px;
	height: 25px;
	margin: 10px;
	-moz-border-radius: 4px;
}

#name-tag {
	margin: 0 auto;
	color: white;
	display: block;
	text-decoration: none;
	font-size: 14pt;
	font-weight: bold;
	font-family: Verdana,Times,Arial; 
	height: 26px;
	position: relative;
	/*background: #875943; */
	/*border-bottom: 2px solid #4e4334;*/
	/*border-top: 2px solid #b05800;*/
	background: #000000;
	/* border-top: 2px solid #ac7357;
	border-left: 2px solid #ac7357;
	border-bottom: 2px solid #714a37;
	border-right: 2px solid #714a37;
	*/
	top: 4px;
}

#main-body {
	margin: 0 auto;
	color: #000000;
	height: 300px;
	background: #ffffff center;
	top: 3px;
	position: relative;
	-moz-border-radius: 0px 0px 9px 9px;
	border: 1px solid #000;
	text-align: left;
	font-size: 12pt;
}

#text-wrapper {
	margin: 10px 0 0 15px;
	height: 90%;
	width: 90%;
	background: #ffffff center;
	position: relative;
}

#text-wrapper-top {
	margin: 25px 0 0 25px;
	height: 90%;
	width: 70%;
	background: #d0ddea center;
	position: relative;
}

#text-panel {
	float: left;
	color: black;
	height: 100%;
	width: 70%;
	background: #ffffff center;
	top: 0px;
	position: relative;
	border: 0px solid #000;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	padding: 0px;
	-moz-border-radius: 0px 0px 0px 9px;
}

#nav-panel {
	color: black;
	height: 95%;
	width: 200px;
	background: #ffffff center;
	top: 0px;
    float: right; 
	padding: 0 0 0 30px;
	position: relative;
	border: 0px solid #000;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	-moz-border-radius: 0px 0px 9px 0px;
}

img.floatRight { 
    float: right; 
	margin: 7px 0 0 0;
	position: relative;
}

img.floatLeft { 
    float: left; 
	margin: 10px 0 0 0;
	position: relative;
}

img.floatCenter { 
	margin: 1px 0px 5px +110px;
	position: relative;
}

#centerIt {
	text-align: center;
	position: relative;
}
