

body
{
	font: 76%/1.4 Arial, Georgia, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: White;
}

#bodyform
{
	width: 50em;
	max-width: 1200px;
	margin: 8px auto 18px auto;
	background: url(images/PageBg.png) repeat-y left top;
    text-align: left;
    overflow: hidden;
}



h1 {font-weight: normal; font-size: 1.7em; line-height: 1.4em; padding: 0; margin: 0.2em 0;}
h2 {font-weight: normal; font-size: 1.4em; padding: 0; margin: 0.2em 0;}
h3 {font-weight: bold; font-size: 1em; padding: 0; margin: 0.4em 0;}

p 
{
    margin: 0 0 1em 0; 
    padding: 0; 
}

#Page 
{
    position: relative;
	background: url(images/PageBg.png) repeat-y right top;
	padding: 0 0.5em;
}

#Logotype
{
	float: left;
	margin: 18px 0px 0px 18px;
}

#MainContentArea
{
    /* IE 6 doesn't support min-height so the height is set instead, */
    /* relying on that it will expand beyond it if needed */
    height: 20em;
    min-height: 20em;
    margin-top: 1.5em;
    background: url(images/pageDivider.png) repeat-y 32em;
	width: 48em;
	float: left;
	text-align: left;
}

/* IE 6 doesn't understand the > selector and ignores it */
html>body #MainContentArea {height: auto;}


#MainMenuArea 
{
	position: relative;
	height: 30px; 
	background-color: #EE6600; /* #EB6D22; */
	font-family: Arial, Helvetica, Sans-Serif;
	color: White;
	font-size: 0.9em;
	line-height: 24px;
	clear: both;
	overflow: hidden;
}

#MainMenuArea ul 
{
	height: 30px;
	width: 50em;
	margin: 0;
	padding: 0px 0px 0px 3px;
	background-colour: red;
	list-style-type: none;
	float: left;
}

#MainMenuArea li 
{
	display: block;
	float: left;
	margin: 2px 0px 2px 0px;
	padding: 0px 3px 0px 0px;
	height: 26px;
	background-color: #EE6600; /* #EB6D22; */ 
}

#MainMenuArea li.selected 
{
	background-color: #EE6600; /* #EB6D22; */
}

#MainMenuArea li.selected a 
{
	/*border-bottom: 2px solid blue;*/
	text-decoration: underline;
}

#MainMenuArea li a 
{
	display: block;
	padding: 1px 16px;
	text-decoration: none;
	color: White;
}

#MainMenuArea li.unselected a:hover 
{
	text-decoration: underline;
}

#FooterArea
{
	overflow: visible;
	margin: 0 -0.5em;
	clear: both;
	background: #e65b1a url(images/FooterCornerRight.png) bottom right no-repeat;
	font-family: Verdana, Arial, Sans-Serif;
}

#Footer 
{
	height: 30px;
	background: url(images/FooterCornerLeft.png) bottom left no-repeat;
}

#FooterArea ul
{
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#FooterArea ul li
{
	display: block;
	float: left;
	color: White;
	border-left: solid 1px White;
	padding: 0 0.8em;
	font-size: 0.8em;
}

#FooterArea ul li.first
{
	border: 0;
}

#FooterArea p
{
	text-decoration: none;
	color: White;
}

#FooterArea p:hover
{
	text-decoration: underline;
}

#HeaderArea
{
	background: url(images/PageCornerRight.png) top right no-repeat;
	margin: 0 -0.5em;
}

#Header
{
	position: relative;
	background: url(images/PageCornerLeft.png) 0 0 no-repeat;
	padding: 2px;
	/* height: 60px; */
}


