﻿HTML, FORM, BODY
{
	height:100%;
}

body
{
	
}

/* Overall wrapper which contains not only the header and menu, but also containerContent */

DIV#containerMain 
{
	width:800px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border-left:solid 1px #d0d5cd;
	border-right:solid 1px #d0d5cd;
	background-image:url(Images/shadow_top.gif);
    background-repeat:repeat-x;
    position:relative;
    padding-top:10px;
}

DIV#headerlinks08 {
	text-align:right;
	color:#c7bba2;
	width:200px;
	position:absolute;
	right:22px;
	top:14px;
}
DIV#headerlinks08 A {
	color:#c7bba2;
	text-decoration:none;
	font-size:11px;
}
DIV#headerlinks08 A:hover {
	color:#54756A;
	text-decoration:underline;
}

DIV.menu08 {
	background-image:url(/images/menu_bg.gif);
	background-repeat:repeat-x;
	border-top:solid 1px #c7bba2;
	border-bottom:solid 1px #c7bba2;
	background-color:#c7bba2;
}

DIV.menu08 UL
{
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
}

DIV.menu08 UL LI
{
	float:left;
	color:#807255;
	padding:6px 14px;
	border-right:1px solid #c7bba2;
	border-bottom:1px solid #c7bba2;
	margin:0;
	font-size:12px;
	font-family:Arial;
	background-image:url(/images/menu_bg.gif);
}

/* Container of Page Content. Is Contained inside containerMain */
DIV#containerContent
{
	padding:4px 25px;
	background-color:#fff;
	height:100%;
}

.over1
{
	background-image:url(/images/menu_bg_over.gif);
}

DIV.menu08 A 
{
	
}

DIV.menu08 A:hover, TABLE.temp TR TD A:hover {
	background-color:#a9bab2;
	color:#ffffff;
	text-decoration:none;
	background-image:url(/images/menu_bg_over.gif);
}

H1 SPAN 
{
	font-weight:bold;
	font-size:120%;	
}


IMG 
{
	margin:0;
}