html>body {
	height: 100%;
}
body {
	font-size: 12px;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Monaco, sans-serif;
}
h1,h2,h3,h4,h5,h6 { /* The headers of the page */
	font-family: "Lucida Sans", "Lucida Console", "Lucida Sans Unicode", "MS Sans Serif", sans-serif;
	letter-spacing:-2px;
	font-size: 150%;
	font-weight: 100;
	color: #999999;
}

#container { /* The container div holds all others and centers the page with.... */
	position: relative;
	width: 750px;
	margin-left: auto; /* ... this tag, */
	margin-right: auto; /* and this tag! */
	border-left: 1px solid #FFFFFF;
}
#header { /* This is the header of the page, with no border on the left, because the container div already has a border-left! */
	width: 750px;
	height: 100px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	text-align: center;
}
#header h1 { /* The first line of text in the header div */
	font-family: "Lucida Sans", "Lucida Console", "Lucida Sans Unicode", "MS Sans Serif", sans-serif;
	font-size: 25px;
	color: #990000;
	line-height: 50px;
	font-weight: lighter;
	letter-spacing: 5px;
}
#header h3 {
	font-family: "Lucida Sans", "Lucida Console", "Lucida Sans Unicode", "MS Sans Serif", sans-serif;
	font-size: 18px;
	font-color:green;
	}
#h2div { /* The div that holds the seconed line of text in the header */
	margin-top: -30px;
	width: 750px;
	vertical-align: middle;
}
#h2div h2 { /* The second line of text in the header div */
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 12px;
	color: #990000;
	letter-spacing: 2px;
}
#header-print{
	display: none;
}
#lang {	text-align: right;
	text-transform: lowercase;
	font: normal 10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
}
/* 	This menu is courtesy of Philip Lindsay -> http://www.xlab.co.uk 
	Menu taken from MaxDesign -> http://css.maxdesign.com.au/listamatic/vertical14.htm
*/
#left {
	border:1px dashed #000000;
	height: 100%;
	width: 130px;
}
#left ul {
	list-style-type: none;
	text-align: left;
	padding-left: 10px;
	margin-left: 0;
	
}
#left ul li a {
	background: transparent url(images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	color: #999;
	display: block;
	width: 100px;
	line-height: 18px;
}
#left ul li a:hover {
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: black;
	border-left: 0;
	border-right: 1px solid #FFFFFF;
}
#left ul li a:active {
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: green;
	border-left: 0;
	border-right: 1px solid #FFFFFF;
}
.accesskey {
	text-decoration: none;
	border-bottom: 1px solid #000000;
	border-spacing: -1px;
}
/* 	This menu is courtesy of Philip Lindsay -> http://www.xlab.co.uk 
	Menu taken from MaxDesign -> http://css.maxdesign.com.au/listamatic/vertical14.htm
*/
#logo {	border: 1px solid #FFF;
	background-color:#FFF;
	height: 200px;
	width: 130px;
	margin-top: 10px;
}
#core { /* This div holds all your contents */
	background-color:#FFF;
	position: absolute;
	top: 72px;
	left: 150px;
	width: 580px;
	margin: 0px -1px 15px 0px;
	margin-top: 30px;
	border: 1px solid #000000;
	padding: 5px 5px 0px 10px;
}
#core p, #core h1, #core h2, #core h3, #core h4, #core h5, #core h6 { /* some padding for the paragraphs and headers inside the core div */
	padding: 5px 5px 0px 10px;
}
#footer { /* the footer with copyright notices and links to validators, again without border-left since it's within the container div. */
	clear: both;
	width: 750px;
	height: 40px;
	margin-top: 50px;
	background-color:#FFF;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-style: solid;
	border-color: #FFF;
	text-align: center;
	border-collapse: collapse;
	
}
#footer a, #footer a:link { /* The footer hyperlinks are styled here */
	list-style-type: none;
	text-decoration: none;
	vertical-align: middle;
	color: #000;
	padding: 3px;
}