﻿body
{
	margin: 0px 20px 0px 20px;
	padding: 0px;
	color: #000000;
	background: #EC426E;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

#bar
{
	/* styles for horizontal top bar */
	background: #d4d9de;
	height: 37px;
	padding: 7px 20px 3px 20px;
	font-size: 110%;
	height: 27px;
	z-index: 100;
}

#header
{
	height: 170px;
	z-index: 100;
	background-color: White;
}

#logo
{
	z-index: 100;
}

#menustrip
{}

#menustriptable
{
	top: 125px;
	text-align:center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#menu1
{
	/* styles for top menu */
	position: absolute;
	top: 3px;
	right: 30px;
	z-index: 100;
}
#menu1 ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu1 li
{
	padding: 0px;
	margin: 0px;
	display: inline;
	border-left: solid 1px #000;
}
#menu1 li.first
{
	border-left: none;
}
#menu1 li a:link, #menu1 li a:visited
{
	padding: 0px 2px 0px 5px;
	color: #B6D753;
	text-decoration: none;
}
#menu1 li a:active, #menu1 li a:hover
{
	color: #B6D753;
	text-decoration: underline;
}

#container
{
	background-image: url('images/mgs/sp39_bg.gif');
	border-right: solid 2px #FFB449;
	border-left: solid 2px #FFB449;
}

.searchbar
{
	background-color: #FF7094;
	margin-left: 20px;
	margin-right: 20px;
	margin-top:5px;
	padding: 3px;
	color: White;
	font-weight: bold;
}

#mainbody
{
}

#maincontent
{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	background-color: White;
}

#layoutcontainer
{
	width: 100%;
}

#leftcontent
{
	/*float:left;
	top: 175px;
	left: 50px;*/
	width: 180px;
	background: #fff;
	z-index: 100;
	padding-left: 10px;
}

#rightcontent
{
	/*position: absolute;
	right: 45px;
	top: 185px;*/
	width: 180px;
	background: #fff;
	margin-right: 10px;
	z-index: 100;
}
#centercontent
{
	background-color: White;
	margin-top: 20px;
	background: #fff;
	/*margin-left: 200px;
	margin-right: 215px;*/
	z-index: 100;
}

#centercontentwide
{
	margin-top: 20px;
	background: #fff;
	/*margin-left: 200px;
	margin-right: 10px;*/
	z-index: 100;
}

#footer
{
	clear: both;
	height: 10px;
	background-color: #FFB449;
}
