@import url(button.css);
a.print {
	color : #000000;
	margin : 10px;
}

body {
	background : #FFFFFF;
	color : #000000;
	font : 10px Verdana,Arial,Helvetica,sans-serif;
	margin : 0px;
	padding : 0px;
}

div.content {
	background : #FFFFFF;
	margin : 0px 200px 10px 10px;
	padding : 20px;
}

div.content  a {
	color : #000000;
	text-decoration : underline;
}

div.content a:hover {
	color : #1E78A0;
	text-decoration : none;
}

div.content h1 {
	font-size : 18px;
	font-weight : bold;
}

div.content h2 {
	font-size : 12px;
	font-weight : bold;
}

div.footer {
	margin : 10px 10px 0 10px;
}

div.footer a {
	color : #000000;
}

div.footer p {
	margin : 0;
}

div.header {
	background : #FFFFFF;
	border-bottom : 2px solid #000000;
	color : #000000;
	height : 50px;
	margin : 0;
}

div.header a {
	color : #000000;
	text-decoration : none;
}

div.header a:hover {
	color : #1E78A0;
	text-decoration : none;
}

div.header p {
	margin : 0;
	padding : 0;
}

div.header p.crumbs {
	padding-left : 10px;
}

div.header p.menu {
	float : right;
	padding-right : 10px;
}

div.header p.title {
	font-size : 18px;
	font-weight : bold;
	padding : 5px;
}

div.menu {
	height : 400px;
	margin : 0;
	padding : 0;
	position : absolute;
	right : 0;
	top : 60px;
	width : 180px;
}

div.menu a {
	background : #FFFFFF;
	border-bottom : 1px solid #000000;
	color : #000000;
	display : block;
	margin : 0 0 0 10px;
	padding-bottom : 5px;
	padding-top : 5px;
	text-decoration : none;
	text-indent : 5px;
	width : 100%;
}

div.menu a.select {
	background-color : #000000;
	color : #FFFFFF;
	cursor : default;
	font-weight : bold;
}

div.menu a.select:hover {
	background-color : #6A7C90;
}

div.menu a:hover {
	background-color : #B6C8DC;
}

div.menu li {
	display : inline;
	margin : 0px;
}

div.menu p {
	margin : 0;
}

div.menu ul {
	border-top : 2px solid #000000;
	list-style : none;
	margin : 0 0 10px 0;
	padding : 0;
}

hr {
	color : #000000;
}

p {
	margin : 10px 0 10px 0;
}
