html{height: 100%;}

body
{ 
	background: #D9D9D9;
	font-family: Arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

body, td, th, p, .normal
{ 
	font-size: 12px;
	font-weight: normal;
	color: #898989;
	text-align: left;
}
th
{ 
	font-weight: bold;
}
a {
	font-weight: normal;
	color: #898989;
}
.note {
	font-size: 10px;
	font-weight: normal;
	color: #87005C;
}

#main, #footer, #topcontent, #midbg, #midsection, #middlecontent, #homemiddlecontent, #bottomcontent
{ 
	margin-left: auto; 
	margin-right: auto;
}
	
#main{
	width: 802px;
	position:relative;
	background-color:#fff;
	height: 100%;
	top: 0px;
}

#topcontent{
	width: 100%;
	height: 146px;
}

#logo {
	margin-top: 39px;
	margin-left: 62px;
	width: 301px;
	height: 107px;
	background: #fff url("images/banner.jpg") no-repeat scroll top left;
	float:left;
	/* add this to stop stupid IE from doubling the margin when floating. no effect on other browsers */
	display: inline;
}

#menucontent {
	width: 275px;
	height: 34px;
	margin-top: 91px;
	padding-left: 64px;
	float:left;
	/* add this to stop stupid IE from doubling the margin when floating. no effect on other browsers */
	display: inline; 
}

#menuimage {
	float: left;
	/* add this to stop stupid IE from doubling the margin when floating. no effect on other browsers */
	display: inline;
	width: 66px;
	text-align: center;
}

#midbg{
	position:relative;
	width: 100%;
	height: auto;
	background: #fff url("images/midbg.gif") repeat-x scroll 0px 128px;
	clear:both;
}

#middlesection {
	position:relative;
	width: 676px;
	height: auto;
	margin-top: 27px;
	margin-left: 62px;
	border: 1px solid #D9D9D9;
	background: #fff;
}

#homemiddlecontent {
	width: 665px;
	height: 381px;
	background-color:#87005C;
	margin-top: 4px; 
	margin-bottom: 4px; 
}

#middlecontent {
	position:relative;
	width: 601px;
	height: auto;
	background-color:#fff;
	margin-top: 41px;
	margin-left: 51px; 
	margin-bottom: 26px; 
	margin-right: 24px; 
}

#homeimage {
	margin: 1px;
	float: left;
	display: inline;
}

#subcontent {
	width: 362px;
	height: auto;
	padding-right: 46px; 
	border-right: 1px solid #D9D9D9;
}

#subsidebar {
	position:relative;
	width: 161px;
	height: auto;
	padding-left: 28px; 
	float: right;
	display: inline;
}

#slogan {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#959595;
}
#bottomcontent, td.bottomcontent, td.bottomcontent a{
	color: #A2A2A2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#bottomcontent {
	width: 100%;
	height: 100px;
	margin-top: 25px;
	text-align:center;
	clear:both;
}
td.bottomcontent {
	text-align:right;
}

.highlight {
	font-weight:bold;
}