<style type="text/css">

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

p {
	color: #666666;
	margin: 0;
	text-align: justify;
}

form {
	margin: 0;
}

#container {
	width: 780px;
	text-align: left;
}

#header {
	background-image: url(<?= $webRoot ?>/images/top_bg.gif);
	border-bottom: 2px #000000 solid;
}

#contents {
	margin-top: 2px;
}

#left {
	width: 206px;
	float: left;
	background-color: #F1F2F1;
}

#left .box {
	
}

#left .box .header {
	background-color: #CC6600;
	color: #FFFFFF;
	height: 20px;
	padding-left: 3px;
}

#left .box .caption, #left .box .caption a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#left .box .text {
	font-size: 10px;
}

#right {
	width: 568px;
	float: right;
}

#right .maincontents {
	padding: 2px 15px 2px 15px;
}

#right .caption {
	font-weight: bold;
	color: #000000;
}

#right .box {
	background-color: #F1F2F1;
	margin: 10px 0px 10px 0px;
	padding: 3px 3px 3px 3px;
	min-height: 200px;
	_height: 200px;
}

#right .box .header {
	font-size: 14px;
	color: #CC6600;
	font-weight: bold;
}

#right .box .header2 {
	color: #666666;
	font-weight: bold;
}


#right .box .caption {
	color: #3399CC;
	font-weight: bold;
	font-size: 10px;
}

#right .box p {
	color: #666666;
	font-size: 10px;
	margin: 2px 0px 2px 0px;
}

#right .box a {
	color: #CC6600;
	font-size: 10px;
	font-weight: bold;
}

#navmain {
	background-image: url(<?= $webRoot ?>/images/link_bg.GIF);
	background-repeat: repeat-x;
	height: 40px;
	line-height: 30px;
	text-align: center;
}

#navmain ul {
	border: 0;
	margin: 0;
}

#navmain ul li {
	display: inline;
	background-image: url(<?= $webRoot ?>/images/bullet.gif);
	background-repeat: no-repeat;
}

#navmain ul li.home {
	background-image: url(<?= $webRoot ?>/images/home_bullet.gif);
}

#navmain ul li a {
	color: #666666;
	text-decoration: none;
	padding: 0px 10px 0px 20px;
}

#footer {
	clear: both;
}

#footer .divider {
	height: 18px;
	background-image: url(<?= $webRoot ?>/images/bottom.gif);
}

#footer .left {
	float: left;
	color: #666666;
	font-size: 10px;
}

#footer .right {
	float: right;
	color: #666666;
	font-size: 10px;
}

</style>.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	cursor: hand;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	link:after,
#n2 link:before{
/*Workaround for Gecko*/
	content: "";
}

link:hover:after{
	content: "\00BB"
}

link:hover:before{
	content: "\00AB"
}

	#n2 strong:before{
/*Workaround for Gecko*/
	content: "";
}

strong:hover:after{
	content: "\00BB"
}

strong:hover:before{
	content: "\00AB"
}



}
