BODY 
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	background-image: url(../photos/background.jpg);
	background-repeat: repeat;
	font-family: georgia, times;
	font-size: medium;
}

#Wrapper
{
	border-left: 1px dashed #B0C4DE; 
	border-right: 1px dashed #B0C4DE;
	background-color: #E6E6FA;
}

#BannerArea
{
	border-bottom-color: Navy;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#ContentArea
{
	margin: 0em;
	padding: 1em;
}

/* TODO: Check this!!! It may be the wrong syntax! */
#ContentArea img
{
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

#BottomArea
{
	clear: both;
	color: Navy;
	font-size: x-small;
	font-family: verdana, arial;
	padding-left: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 1em;
	background-color: #F0F8FF;
	border-top: 1px solid #B0C4DE;
	border-bottom: 1px dashed #B0C4DE;
	height: 1.2em;
}

#CopyrightStatement
{
	float: left;
}

#ValidateStatement
{	
	float: right;
}

h1
{
	padding: 0em;
	margin: 0px;
	font-size: x-large;
	color: Navy;
}

h2
{
	margin-top: 1.5em;
	font-size: large;
	font-style: italic;
	color: #696969;
}

h3
{
	font-size: medium;
	font-weight: bold;
	color: Maroon;
}

.MenuFrame
{
	float: left;
	/*width: 100px;*/
	background-color: #FAFAD2;
	font-size: small;
	border: 1px dashed #B0C4DE;
	padding: 1em;
	margin-top: 1em;
	margin-left: 0.5em;
	margin-bottom: 1.2em;
}

.MenuFrame a
{
	display: block;
	margin-bottom: 0.5em;
}

.TitleFrame
{
	width: 100px;
	background-color: #FFEBCD;
	font-size: small;
	border: 1px dashed #B0C4DE;
	padding: 0.5em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.ContentTable
{
	margin-top: 1.5em;
}
