@CHARSET "UTF-8";

html {
	height: 100%;
}

body {
	margin: 0px 0px 0px 15%;
	padding: 0px;
	height: 100%;
	width: 70%;
	font-family: verdana,arial,sans-serif;
}

#main {
	height: 100%;
}
	
#header {
	text-align: center;
	background-color: #003399;
	margin: 0px 0px 0px 0px;
	padding: 5px 20% 5px 0px;
	font-size: 16pt;
}

#left {
	background-color: #ebebeb;
	width: 23%;
	float: left;
	height: 100%;
	font-size: 13pt;
}

#left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#left li {
	margin: 15px 0px;
	padding: 0px 0px;
}
	
#left a {
	padding: 0px 20px 0px 20px;
	display: block;
}

#left a:link, #left a:visited {
	background-color: #ebebeb;
	color: #0066CC;
	font-weight: bold;
	padding: 10px 0px 10px 20px;
	text-decoration: none;
}

#left a:hover {
	background-color: #0066CC;
	color: white;
}

#right {
	margin: 0px 1% 0px 24%;
}

#space {
	height: 30px;
}
