/* CSS Document */

body {
	background-color:#e1d9ba;
	margin-top:20px;
}

p {
	margin:1.2em 0;
}

body, tr, td, font {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

textfield, button, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	xdisplay:inline;
}
h1, h2, h3 {
	margin:0;
	padding:0;
}

a {
	color:#990000;
}

/* Wrappers */

#pagewrapper {
	width:762px;
	text-align:left;
}

#content {
	text-align:left;
	margin:0;
	padding:0;
	min-height:300px;
}

#maincontentwrapper {
	width:762px;
	height:100%;
	float:none;
	background-image:url(/custom/images/styles/bg_col_ms_shade.gif);
}

#contentwrapper {
	width:550px;
	height:100%;
	float:left;
	vertical-align:top;
}

#bannerwrapper {
	width:762px;
	height:125px;
	float:none;
	background-color:#a54f3f;
	background-image:url(/custom/images/styles/banner01.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

/* Menulayout */

#menuwrapper {
	width:762px;
	float:none;
	vertical-align:middle;
	font-size:12px;
}

#menuwrapper ul
{
	padding:0px;
	margin:0px;
	color: White;
	float: left;
	width: 100%;
	background-color:#35427b;
}

#menuwrapper ul li {
	display: inline;
}

#menuwrapper ul li a
{
	color: White;
	text-decoration: none;
	float: left;
	padding-top:8px;
	padding-right: 15px;
	padding-bottom:8px;
	padding-left: 15px;
	font-weight:bold;
}

#menuwrapper ul li a:hover
{
	background-color:#a54f3f;
	color: #fffff;
}

#menuwrapper ul li a.active
{
	background-color:#ccc;
	color: #fffff;
}

#rightmenucontent {
padding:15px;
text-align:left;
vertical-align:top;
font-size:12px;
}

#rightmenucontent a {
	color:#a54f3f;
}
#rightmenucontent a:hover {
	color:#000000;
}

#footer {
padding-left:5px;
padding-top:10px;
text-align:left;
vertical-align:top;
font-size:10px;
}
