body {
	margin: 10px;
	background: white;
}

p {
	margin: 10px 0px 10px 0px;
}

a:link, a:visited, a:active, a:hover {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: #ccffff;
}

/*<group=masthead>*/

div#masthead {
	height: 36px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-left: 200px;
	text-align: center;
}

div#masthead a {
	display: block;
	height: 36px;
	text-decoration: none;
}
	
/*</group>*/

div#breadcrumbs {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

div#breadcrumbs img {
	border: none;
}

img {
	border: none;
}

img.float-right {
	float: right;
	margin: 7px 0px 5px 10px;
}

img.float-left {
	float: left;
	margin: 7px 10px 5px 0px;
}

div#content {
	background-color: white;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 200%;
	margin: 0px auto;
}

div#content p.copyright {
	margin-top: 40px;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
}
	
/*<group=mainbox>*/

div#mainbox {
	background-color: rgb(255, 255, 255);
	padding-bottom: 5px;
	margin-left: 200px;
}

div#mainbox-contents {
	background-color: white;
	overflow: hidden;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 200%;
	margin: 0px auto;
}

div#mainbox p.copyright {
	margin-top: 40px;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
}
	
/*</group>*/

/*<group=sidebar>*/

div#sidebar {
	overflow: hidden;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 150px;
	text-align: justify;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgb(255, 255, 255);
	padding-left: 10px;
}

div#sidebar h1 {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	border-top: 1px dotted black;
}

div#sidebar p {
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

div#sidebar hr {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#sidebar img {
	border: 4px solid black;
}

div#sidebar ul {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

div#sidebar li {
	text-align: center;
	list-style: none;
	font-weight: bold;
	font-size: 15px;
}
	
/*</group>*/