#page {
	width:	802px;
	background-color: #241548;
	border: 1px solid #241548;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

body {
	left: 0;
	top: 0;
	font-family: Verdana;
	background-color: #CCCCCC;
}

#header {
        width: 800px;
        height: 163px;
		border-bottom: 1px solid red;
		padding-bottom: 2px;
}

#footer {
	color: white;
	position: relative;
	width: 800px;
	text-align: center;
	font-family: Helvetica;
	font-size: 82%;
	padding-top: 6px;
	margin-top: 6px;
	border-top: 1px solid white;
}

#logo {
     top: 0px;
     left: 640px;
     width: 160px;
     height: 160px;
	 position: absolute;
}

#banner {
     top: 0px;
     left: 0px;
     width: 640px;
     height: 140px;
	 position: absolute;
}

#menu-buttons {
	position: absolute;
     top: 144px;
     left: 0px;
     width: 640px;
     height: 20px;
     font-family: Arial;
     font-size: 107%;
     color: white;
}

#menu-buttons ul , #menu-buttons li {
     list-style: none;
     display: inline;
     margin-left: 0px;
}

#menu-buttons a {
     text-decoration: none;
     padding-right: 5px;
     padding-left: 5px;
     color: white;
}

#menu-buttons a:hover {
     color: #241548;
     background-color: red;
}

#page-content {
	background-color: white;
	font-family: Verdana;
	font-size: 80%;
}

#page-content td{
	border: none;
	vertical-align: top;
    font-family: Verdana;
	font-size: inherit;
}

#page-content a {
	text-decoration: none;
}

#page-content a:hover {
	text-decoration: underline;
}

#page-content h1 {
	font-family: Verdana;
	font-size: 120%;
	color: #0066ff;
}

#page-content h2 {
        font-family: Arial;
        font-size: 110%;
        color: #000099;
}

.leftcolumn {
	background-color: #1794d6;
	width: 160px;
	font-size: 88%;
}

.leftcolumn a {
	text-decoration: none;
	color: #330099;
}

.leftcolumn h1 {
	font-size: 92%;
	color: #241548;
}

.rightcolumn {
	width: 160px;
}

.imglink {
	text-decoration: none;
}

.imglink img {
	border: none;
}
