body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #000000;
	text-align: center;
}

table {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #000000;
}

table.menu-table {
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5a65f6;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a65f6;
	font-style: italic;
}

table.menu-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #000000;
}

a.banner-link {
	color: #5a65f6;
	text-decoration: none;
	font-weight: bold;
}

a.banner-link:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.menu-not-selected {
	color: #000000;
	text-decoration: none;
}

a.menu-not-selected:hover {
	color: #ffffff;
	text-decoration: none;
}

a.menu-selected {
	color: #ffffff;
	text-decoration: none;
}

a.menu-selected:hover {
	color: #ffffff;
	text-decoration: none;
}

a.sub-menu-not-selected {
	color: #000000;
	text-decoration: none;
}

a.sub-menu-not-selected:hover {
	color: #5a65f6;
	text-decoration: none;
}

a.sub-menu-selected {
	color: #5a65f6;
	text-decoration: none;
}

a.sub-menu-selected:hover {
	color: #000000;
	text-decoration: none;
}

a.powered {
	color: #ffffff;
	text-decoration: none;
}

a.powered:hover {
	color: #000000;
	text-decoration: none;
}

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border: 5px solid black;
}

#template-hole {
	position: relative;
	width: 970px;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
}

#header {
	position: relative;
	width: 1000px;
	height: 356px;
	border-bottom: 2px solid black;
	background: url(/graphics/header.jpg);
}

#footer {
	position: relative;
	width: 1000px;
	height: 30px;
	border-top: 2px solid black;
	background: url(/graphics/header.gif);
}

#logo {
	position: absolute;
	left: 66px;
	top: 15px;
	width: 170px;
	height: 100px;
}

#menu {
	position: absolute;
	left: 0px;
	top: 332px;
	width: 1000px;
}

#menu-background {
	position: absolute;
	left: 0px;
	top: 332px;
	width: 1000px;
	height: 24px;
	background: white;
	filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
}

#powered {
	position: absolute;
	left: 850px;
	top: 8px;
	color: white;
}