		body
		{
			margin: 0;
			padding: 0;
			background-color: #FFEBD3;
		}
		
		#header
		{
			background-color: #333376;
			border-bottom: #4B331A;
			border-width: 0 0 2px 0;
			border-style: none none solid none;
			background-image: url(images/logo.gif);
			background-repeat: no-repeat;
			background-position: center center;
			height: 100px;
			margin: 0;
			padding: 0;
		}
		
		#main
		{
			background-color: #FFEBD3;
			color: #333376;
			margin: 0;
			padding: 0 5% 0 0;
			border: 1px solid #FFEBD3;
	}
	
		
		#navbar
		{
			width: 10em;
			float: left;
			padding: 0 10px 0 0;
			margin: -1px; 20px 0 0;
		}
		
		#logoleft		
		{
			width: 84px;
			height: 94px;
			margin: 2px 10px 3px 10px;
			float: left;
		}
		#logoright		
		{
			width: 84px;
			height: 94px;
			margin: 2px 10px 3px 10px;
			float: right;
		}
#navbuttons {
	font-family: GillSans, Helvetica, sans-serif;
	font-size: 1.25em;
	font-style: oblique;
	line-height: 2em;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}
#navbuttons ul {
	list-style-type: none;
}
#navbuttons a {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9393D6;
	border-right-color: #030346;
	border-bottom-color: #030346;
	border-left-color: #9393D6;
	display: block;
	width: 95%;
	padding: 1px 5px 0 5px;
	color: #FFFFFF;
	background-color: #333376;
	text-align:right;
	text-decoration:none;
}
#navbuttons a:hover {
	background-color: #6363A6;
}
#main h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #313173;
	letter-spacing: 0.2em;
	display: block;
	padding: 0 0 0 5em;
	margin: 0;
}
#main h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #333376;
	letter-spacing: 0.15em;
	text-align: center;
	display: block;
	padding: 1em 0 0 0;
	margin: 0;
}
