/*this is lotus house style sheet%*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	font-size: 100.1%;/*compensates for browser bug which can't reads 100%*/
	background-color: #FCFBE1;
	padding: 0;
	margin: 0;
}
h1, h2, h3, p {
	margin: 1.2em 0 0em;/*zeros default browser margins vertically*/
	padding: 0px;
}
.clear {
	clear: left;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1%;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;

}
h3 {
	font-size: 1.0em;
	font-weight: bold;
}
p {
	font-size: 0.75em;
	color: #666;
	line-height: 200%;
}
.firstparagraph {
	margin-top: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
}
#containercenter {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 37%;
}
#containerouter {
	margin-left: -420px;
	position: absolute;
	left: 50%;
	top: -230px;
	background-color: #FCFBE1;
}
#header {
	height: 30px;
	width: 850px;
	background-color: #FCFBE1;
}
#pagecontainer {
	height: 670px;
	width: 850px;
	background-repeat: no-repeat;
	background-image: url(pics/page_bg.jpg);
	background-color: #FCFBE1;
}
#navbox {
	float: left;
	height: 250px;
	width: 200px;
	margin-left: 15px;
	margin-top: 115px;
}
#navbox ul {
	list-style-type:
	none;
	margin: 0;
	padding: 0;
}

#navbox a {
	display: block;
	text-align: right;
	padding-right: 8px;
	font-size: 110%;
	border-left-style: none;
	border-left-width: thick;
	padding-left: 10px;
	width: 160px;
}

#navbox a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D9A266;
	text-decoration: none;
	line-height: 25px;
	list-style-type: none;
}
#navbox a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CF9E65;
	text-decoration: none;
	line-height: 25px;
	list-style-type: none;
}

#navbox a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #B90D1A;
	line-height: 25px;
}

#navbox a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #993300;
	text-decoration: none;
	line-height: 25px;
}

#contents {
	float: left;
	height: 500px;
	width: 580px;
	margin-left: 30px;
	margin-top: 110px;
	overflow: auto;
	display: inline; /* fixes IE/Win double margin bug */
}
#pagename {
	float: left;
	margin-left: 9px;
	position: absolute;
	text-align: right;
	margin-top: 11px;
	width: 150px;
	display: inline; /* fixes IE/Win double margin bug */
	color: #B9242C;
	font-size: 1em;
	font-weight: bold;

}
.img {
	float: left;
	margin-right: 10px;
	margin-top: 0.5em;
	margin-bottom: 2em;
}
.imgright {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}

