body {
	background-color: #fff;
	color: #000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	margin: 0;
}

h2 {
	text-transform: uppercase;
	color: rgb(0,28,132);
	text-align: left;
	font-size: 150%;
	margin-bottom: 5px;
}

h3 {
	color: rgb(0,28,132);
	font-size: 120%;
	margin-bottom: 5px;
}

p {
	margin-top: 2px;
}

a {
	color: rgb(0,28,132);
}

a.menulink {
	color: white;
	text-decoration: none;
}

a.menulinkselected {
	color: white;
}

a.menulink:hover {
	text-decoration: underline;
}

#container {
	background-color: #eeeeff;
	width: 750px;
}

#content {
	background-color: #eeeeff;
}

.sidebox {
	position: relative;
	left: 90px;
	float: right;
	width: 215px;
	margin-left: -70px;
	margin-bottom: 10px;
	color: white;
	text-align: center;
	/*font-weight: bold;*/
	background-image: url(box-content.png);
	background-repeat: repeat-y;
	
}

.sidebox-top {
	margin: 0;
	padding: 0;
	background: url(box-top.png) top no-repeat;
	background-color: #eeeeff;
	min-height: 35px;
}

.sidebox-content {
	padding : 0 25px 0 25px;
}

.sidebox-bottom {
	margin: 0;
	padding: 0;
	background: url(box-bottom.png) bottom no-repeat;
	background-color: #eeeeff;
	min-height: 40px;
}


.sidebox hr {
	color: white;
	background-color: white;
	border: 0;
}

.sidebox a {
	color: white;
}