body {
	background-color : #FFFF99;
	margin : 0;
	padding : 0;
}

A {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #339933;
	text-decoration : underline;
}

A:visited {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #339933;
	text-decoration : underline;
}

A:hover {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #1B2B88;
	text-decoration : none;
}

A:active {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #1B2B88;
	text-decoration : none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : x-large;
	color : #339933;
	font-weight : normal;
}

h2 {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : medium;
	color : #1B2B88;
	font-weight : bold;
}

#PageContainer {
	width : 100%;
}

#Header {
	height : 100px;
	background-color : #1B2B88;
	text-align : center;
}

#Menu {
	height : 50px;
	line-height : 50px;
	text-align : center;
}

#Content {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #1B2B88;
	margin-left : auto;
	margin-right : auto;
	padding-left : 25px;
	padding-right : 25px;
	width: 980px;
}
#pastContent {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : medium;
	color : #1B2B88;
	margin-left : auto;
	margin-right : auto;
	padding-left : 25px;
	padding-right : 25px;
	width: 980px;
}

hr {
	height : 1px;
	color : #1B2B88;
}

#Footer {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #FFFF99;
	height : 25px;
	line-height : 25px;
	background-color : #1B2B88;
	padding-left : 25px;
	clear : both;
}

a.footer {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #FFFF99;
	text-decoration : none;
}

a.footer:visited {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #FFFF99;
	text-decoration : none;
}

a.footer:hover {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #339933;
	text-decoration : none;
}

a.footer:active {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #339933;
	text-decoration : none;
}

#Footer2 {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #1B2B88;
	height : 25px;
	line-height : 25px;
	background-color : #FFFF99;
	padding-left : 25px;
	clear : both;
}

a.footer2 {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #1B2B88;
	text-decoration : none;
}

a.footer2:visited {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #1B2B88;
	text-decoration : none;
}

a.footer2:hover {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #339933;
	text-decoration : none;
}

a.footer2:active {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #339933;
	text-decoration : none;
}

#Trademark {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #1B2B88;
	height : 25px;
	line-height : 25px;
	padding-left : 25px;
	clear : both;
}

.error { color: red; }