html {
	margin: auto;
	width: 100%;
	padding: 0;
}
body {
	width: 653px;
	margin: auto;
	padding: 0;
	font-weight: normal;
	font-family: verdana,serif;
	font-size: 0.85em;
	line-height: 1.05em;
}

div {
	width: 100%;
	margin: 0;
	padding: 3px;
}
div.roundedCorners {
	background: #ffcc00;
	color: #004200;
	-moz-border-radius: 5px;
}

div.roundedCorners a {
	background: #ffcc00;
	color: #fff;
	text-decoration: none;
}

div.roundedCorners a:visited {
	background: #ffcc00;
	color: #fff;
}  

div.roundedCorners a:hover {
	background: #ffcc00;
	color: #004200;
}

div.roundedCorners a:active {
	background: #ffcc00;
	color: #004200;
} 

div.roundedCorners a:focus {
	background: #ffcc00;
	color: #004200;
}

div.roundedCorners .wrapperBox {
	margin: 15px 0 5px 15px;
	padding: 0;
	overflow: auto;
}

a {
	background: #ffcc00;
	color: #008000;
	text-decoration: none;
}

a:visited {
	background: #ffcc00;
	color: #008000;
}  

a:hover {
	background: #ffcc00;
	color: #fff;
}

a:active {
	background: #ffcc00;
	color: #fff;
} 

a:focus {
	background: #ffcc00;
	color: #fff;
}

div.roundedCornersInvis {
	-moz-border-radius: 5px;
}

h1, h2, h3 {
	font-size: 1.05em;
	margin: 0 10px 0 0;
	padding: 0;
	font-weight: bold;
	/* float: left; */
}

ul, li {
	margin: 0;
	padding: 0;
}
br {
	clear: both;
}

li a {
	display: block;
	width: 90%;
}

#headerBox {
	margin-top: 20px;
	height: 71px;
	padding: 0;
}
#headerBodyBox {
	float: left;
	width: 530px;
	height: 61px;
}
#headerNavBox {
	float: right;
	width: 100px;
	height: 61px;
}
#headerNavBox table {
	height: 100%;
	width: 100%;
}
#headerNavBox table td {
	height: 100%;
	vertical-align: bottom;
}
#headerNavBox table td a {
	background: #fff;
	color: #008000;
}

#contentBox {
	height: 298px;
	padding: 0;
}
body > #contentBox {
	margin-top: -18px;
}
#contentBodyBox {
	width: 455px;
	height: 298px;
	float: left;
	padding: 5px;
	font-size: 0.9em;
}
#contentBodyBox .wrapperBox {
	width: 435px;
	height: 275px;
}

div > #contentBodyBox {
	height: 294px;
	background-image:url(bg1.jpg);
}

#contentNavBox {
	width: 168px;
	height: 298px;
	float: right;
	margin-right: 2px;
	background-image:url(bg2.jpg)
}
#contentNavBox .wrapperBox {
	width: 145px;
	height: 275px;
}
#contentNavBox li {
	list-style-type: none;
	font-weight: bold;
}
div > #contentNavBox {
	margin-right: 4px;
}

#footerBox {
	height: 138px;
	padding: 0;
}

#footerBodyBox {
	float: right;
	width: 446px;
	text-align: right;
	margin: 7px 0 0 0;
}
div > #footerBodyBox {
	margin-top: 6px;
}
#footerNavBox {
	float: left;
	width: 188px;
	height: 132px;
	background-image:url(bg3.jpg);
	color: #fff;
	margin: 10px 0 0 0;
}
#footerBox > #footerNavBox {
	margin: 9px 0 0 0;
}
#footerNavBox .wrapperBox {
	width: 172px;
	height: 100px;
}
#footerNavBox li {
	margin: 0 auto 0 20px;
	list-style-type: square;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

dt {
	margin-top: 6px;
	margin-bottom: 4px;
	font-weight: bold;
}


