* {
	padding: 0px;
	margin: 0px;
}
#wrapper {
	background-color: #B9DCFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999;
	border-left-color: #999;
}
#wrapper #logo {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 212px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: left;
	background-image: url(/images/navro.gif);
	background-repeat: repeat-x;
	height: 26px;
}
#wrapper #leftbox {
	background-color: #CAE4FF;
	float: left;
	width: 400px;
}
#wrapper #bodybox {
	background-color: #CAE4FF;
}

#wrapper #buttombox {
	background-color: #FFF8E6;
	clear: both;
}
#wrapper #rightbox {
	float: right;
	width: 400px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000F75;
	margin: 15px;
	font-weight: normal;
}
#wrapper #navigation a {
	text-decoration: none;
	color: #272727;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 150px;
	float: left;
	text-align: center;
	background-image: url(/images/navro.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 25px;
}
#wrapper #navigation a:hover {
	background-position: bottom;
}

#wrapper #headerbox {
	text-align: center;
	background-color: #0CF;
	background-image: url(/images/headerbg.gif);
	margin: 5px;
	height: 40px;
	vertical-align: middle;
	padding: 4px;
}
#wrapper #bodybox #headerbox p strong {
	color: #009;
	font-size: 16px;
	text-align: center;
	line-height: 10pt;
}
#wrapper #bodybox #smallleftbox {
	float: left;
	background: #CAE4FF;
	width: 190px;
	padding: 0px;
	margin: 5px;
}
#wrapper #bodybox #bigrightbox {
	float: right;
	width: 590px;
	margin: 0px;
}
#wrapper #bodybox #bigrightbox ul li {
	font-size: 18px;
	margin: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000F75;
}
#wrapper #leftbox #list {
	font-size: 12px;
}

