html>body {
	height: 100%;
}
body {
	font-size: small;
	color: #000000;
	font-family: "Verdana", Monaco, sans-serif;
	line-height: 150%;
	
}

h1,h2,h3,h4,h5,h6 { /* The headers of the page */
	font-family: "Verdana", Monaco, sans-serif;
	letter-spacing: -1px;
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	color: #000000;
}
#container { /* The container div holds all others and centers the page with.... */
	position: relative;
	width: 760px;
	margin-left: auto; /* ... this tag, */
	margin-right: auto; /* and this tag! */
	/*border-left: 0px solid #000000;*/
	/*border-right: 1px solid #000000;*/
}
#header { /* This is the header of the page, with no border on the left, because the container div already has a border-left! */
	width: 760px;
	height: auto;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 2px;
	border-left: 0px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	background-image: url(images/cellimg.jpg);
	background-repeat: repeat-x;

}
#header h1 { /* The first line of text in the header div */
	font-family: "Trebuchet MS", Verdana, Monaco, sans-serif;
	font-size: xx-large;
	color: #0099FF;
	line-height: 60px;
	font-weight: bold;
	letter-spacing: 0px;
}
#h2div { /* The div that holds the seconed line of text in the header */
	margin-top: -35px;
	width: 760px;
	vertical-align: middle;
}
#h2div h2 { /* The second line of text in the header div */
	font-family: "Verdana", sans-serif;
	/*text-transform: uppercase;*/
	font-weight: light;
	font-size: medium;
	color: #99CCFF;
	letter-spacing: 2px;
	margin-top: 30px;
}


/* 	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: 0px;*/
	
	letter-spacing: 0px;
	float: left;
	height: 100%;

}
#left ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	margin-left: 0;
	margin-top: 5px;
}
#left ul li a {
	/*background: transparent url(images/list-off.gif) left center no-repeat;*/
	/*padding-left: 10px;*/
	text-align: left;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	color: #0066CC;
	/*display: block;*/
	width: 80px;
	line-height: 180%;
	margin-top: 5px;
}
#left ul li a:hover {
	/*background: transparent url(images/list-on.gif) left  no-repeat; */
	background-color: #FFFF99;
	/*border-left: 0;*/
	/*border-right: 1px solid #000000;*/
}
.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
*/


#core { /* This div holds all your contents */
	width: 630px;
	margin: 5px -1px 5px 5px;
	border-left: 1px solid #999999;
	float: right;
	
}
#core h1, #core h2, #core h3, #core h4, #core h5, #core h6 { /* some padding for the paragraphs and headers inside the core div */
	padding: 0px 10px 0px 10px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#core p { /* some padding for the paragraphs and headers inside the core div */
	padding: 0px 10px 0px 10px;
	letter-spacing: 0px;
	text-align: justify;
}
#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;
	font-size: x-small;
	height: auto;
	border-top: 1px;
	border-right: 0px;
	border-bottom: 2px;
	border-left: 0px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	border-collapse: collapse;
}
#footer a, #footer a:link { /* The footer hyperlinks are styled here */
	text-decoration: none;
	vertical-align: middle;
	color: #666666;
	padding: 3px;
}
