﻿html {
	height:100%;
	width:100%;
	padding:0px;
}

body {
	text-align: center;
	font-family: Tahoma, Arial;
	
}

h1 {
	border-bottom:medium #4B4BE9 ridge;
	color:#666666
	
}

a {

}

a:hover {
	
}

#navigation ul {
	list-style:none;
}

.noborder {
	text-decoration:none;
	border-width:0;
}

.center {
	text-align:center;
}

#header {
	margin: 0;
	padding: 0;
	height: 150px;
	width:100%;
	background-image: url('../images/HeaderBackground.png');
	background-attachment: scroll;
	background-position: top center;
	background-repeat:repeat-x;
}

#container {
	width: 1000px;
	height:100%;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-500px;
	padding:0;
}

#navigation {
	float: left;
	width: 180px;
	margin-left:20px;
}

#pages {
	padding:0;
	margin:0;
	margin-top:20px;
}

#pages li {
	float:left;
	padding:0;
	margin:0;
	margin-bottom:1px;
	text-align:right;
}

#pages li a {
	margin:0;
	float:left;
	width:120px;
	padding:15px;
	color:white;
	background-color:#4B4BE9;
	text-decoration:none;
	font-weight:900;
}

#pages li a:hover {
	background-color:white;
	color:#4B4BE9;
}

#content {
	float: right;
	width:800px;
	text-align:left;
	margin-top:0px;
	list-style:disc;
}

#content img {
	float:right;
	margin:5px;
}

#footer {
	float:right;
	width:800px;
	color:#666666;
	margin-bottom:20px;
	margin-top:15px;
}

#footer a {
	color:#666666;
}

.small {
	font-size:.6em;
}
