@charset "utf-8";
/* CSS Document */
body
{
	margin:0;
	padding:0;
	background-image:url(images/purple-background.jpg);
	background-repeat:repeat;
}
p
{
	text-indent:3em;
}
h1
{
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom-color:#9900FF;
	border-bottom-style:double;
	border-bottom-width:medium;
}
h2
{
	font-size:125%;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}
h3
{
	font-size:115%;
	font-family:"Times New Roman", Times, serif;
}
h4
{
	font-size:100%;
	font-family:"Times New Roman", Times, serif;
}
h5
{
	font-size:100%;
	font-family:"Times New Roman", Times, serif;
}
h6
{
	font-size:100%;
	font-family:"Times New Roman", Times, serif;
}
#outercontainer
{
	padding:30px;
}
#container
{
	background-color:#FFFFFF;
	border-color:#333333;
	border-style:groove;
	border-width:medium;
}
#header
{
	width:100%;
	height:144px;
	background-image:url(images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-color:#FFFFFF;
}
#info
{
	width:100%;
	height:24px;
	background-image:url(images/info-background.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
	padding-top:7px;
	font-weight:bold;
	font-size:90%;
}
#navigation
{
	float:left;
	background-color:#FFFFFF;
	padding-right:30px;
	padding-bottom:10px;
}
#content
{
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	margin:0px;
	background-color:#FFFFFF;
}