BODY {
	font-family:'Arial', 'sans-serif';
	background: #e0e0e0; 
	margin: 10pt; 
}

DIV.center {
	text-align: center;
}

DIV.main {
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	overflow: hidden; 
	position: relative;  
	background: #ffffff; 
	text-align: left; 
	width: 802px;
}

DIV DIV.palet {
	float: left; 
	margin-left: 0px; 
	position: relative; 
	width: 800px; 
	z-index: 0; 
	border:1px solid black;
}

.menu {
	background-color:#2067BF; 
	color:white; 
	width:175px; 
        min-height:100%;
	height:600px; 
	border: 25px solid white;
	border-top-width: 10px;
	font-variant: small-caps;
	font-size: large;
}

.top {
	background-color:#2067BF; 
	margin:10px;
}

TD.content {
	vertical-align:top; 
	border-left:1px solid black; 
	border-top:1px solid black;
}

TD.content DIV {
	width:545px; 
	height:100%; 
	margin:10px;
}

UL {
	list-style-type: none;
	margin-top: 40px;
}

LI {
	margin-top: 10px;
	margin-left: -10px;
	margin-bottom: 10px;
}

LI A {
	color:white;
	text-decoration:none;
}

LI A:hover {
	text-decoration:underline;
}

UL UL {
	margin-top: -10px;
	margin-bottom: 15px;
}

UL UL LI {
	margin-top: 0px;
	margin-left: -30px;
	margin-bottom: 0px;
}

.icon {
	float: left;
        margin-right: 25px;
}

H1 {
	font-variant: small-caps;
	font-size: xx-large;
        margin-bottom:0px;
}

H2 {
	font-variant: small-caps;
	font-size: x-large;
        margin-top:0px;
}
