body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	}

#page {
	padding: 10px 0 0 10px;
	height: 100%;
	width: 750px;
	}

h1 {
	font-size: 14pt;
	font-weight: bold;
	}

h2 {
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 2px dotted #fff;
	}

h3 {
	font-size: 11pt;
	font-weight: bold;
	}

#header {
	float: left;
	top: 20px;
	padding-bottom: 2px;
	width: 100%;
	}

#main {
	float: left;
	width: 770px;
	height: 100%;
	background: #66ccff;
	margin-bottom: 25px;
	}

#navbox {
	float: left;
	height: 100%;
	width: 165px;
	}

#nav {
	color: #000;
	margin-top: 17px;
	}

.navbutton a, .navbutton a:visited {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 4px 0 4px 10px;
	display: block;
	}

.navbutton a:hover {
	padding: 4px 0 4px 10px;
	background: #104d6d;
	color: #fff;
	}

#contentbox {
	float: left;
	background: #3366ff;
	border-left: 5px solid #fff;
	height: 100%;
	width: 600px;
	}

#contenttext {
	font-size: 11pt;
	color: #fff;
	margin: 15px 10px 10px 10px;
	}

#footerbox {
	text-align: center;
	float: left;
	border-top: 5px solid #fff;
	background: #104d6d;
	width: 100%;
	margin-bottom: -2px;
	}

#footertext {
	font-weight: bold;
        color: #fff;
        font-size: 8pt;
	padding-top: 9px;
	}

a {
	font-weight: bold;
	}

a, a:visited {
	color: #fff;
	}

#lcorner {
	float: left;
	}

#rcorner {
	float: right;
	}

#tlcorner {
	float: left;
	}

#trcorner {
	float: right;
	}
