body{
	padding: 0;
	margin: 0;
	background: #FFF;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	}

td
{
  font-size: 80%;
  font-weight: bold;
}

h4
{
  font-size: 100%;
}

h3
{
  font-size: 110%;
}

h2
{
  border-bottom: thin solid #FFF;
  font-size: 130%;
}

a:link, a:visited, a:active, a:hover
{
  color: #FFD56E;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.alert{
	color: #490000;
	background-color: #F8B9B9;
	border: 1px solid #490000;
	padding: 4px;
}

#centercontainer
{
	position: absolute;
	top: 50%;
	left: 50%;
}

#container{
	position: absolute;
	height: 527px;
	top: -266px;
	width: 802px;
	left: -401px;
}

#topborder{
    background-color: #FFF;
    background-image: url(images/topbg.jpg);
    background-repeat: no-repeat;
	width: 802;
	height: 28;
	float: right
}


#bottomborder{
    background-color: #FFF;
    background-image: url(images/bottombg.jpg);
    background-repeat: no-repeat;
	width: 802;
	height: 28;
	float: right
}

#middle{
    background-color: #FFF;
    background-image: url(images/middlebg.jpg);
    background-repeat: repeat-y;
	width: 802px;
	height: 471px;
	float: right;
}

#content{
	margin-right: 13px;
	padding-right: 4px;
	margin-left: 13px;
	padding-left: 4px;
	width: 794x;
	height: 471px;
	overflow: auto;
}

#header{
	position: relative;
	top: -587px;
    background-color: #FFF;
    background-image: url(images/logo.jpg);
    background-repeat: repeat-y;
	width: 358;
	height: 60;	
	float: left;
}

#menu{
	position: absolute;
	top: 527px;
	right: 0px;
	text-align: right;
	padding-right: 25px;
	width: 802;
	height: 60;
	color: #1E2B5F;
	font-weight: bold;
}

#menu a
{
	text-decoration: none;
	color: #4C5993;
	font-weight: normal;
}

#menu a:hover
{
	text-decoration: underline;
	color: #A03030;
	font-weight: normal;
}
