body {
	margin: 0px;
}

.navcontainer 
{
	width: 160px;
	position:absolute;
	z-index:1;
	left: 96px;
	top: 152px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	visibility: hidden;
}

.navcontainer ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.navcontainer a
{
	display: block;
	padding: 4px;
	width: 160px;
	background-color: #739DDD;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCDBF2;
}

.navcontainer a:hover
{
	background-color: #295AA6;
	color: #fff;
}
.menucontainer 
{
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #739DDD;
	text-align: right;
	display: block;
}


#banner {
	width: 955px;
	height: 154px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: block;
}
Body {
background-image:url(images/body/bg.gif);
background-repeat:repeat
}	

#content {
	background: #FFFFFF;
	padding: 15px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	border: 2px solid #295AA6;
	
}
h1 {
	font-size: 160%;
	font-weight: bold;
	color: #295AA6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #739DDD;
	padding-bottom: 5px;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #295AA6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #739DDD;
	padding-bottom: 5px;
}
h3 {

	font-size: 120%;
	font-weight: bold;
	color: #295AA6;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #739DDD;
}
.highlight_cell {
	border: 1px solid #295AA6;
	font-weight: bold;
	background-color: #739DDD;
	text-align: center;
	color: #FFFFFF;
	font-size: 90%;
	padding: 2px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.regular_cell {
	border: 1px solid #295AA6;
	background-color: #CFDEF3;
	text-align: center;
	font-size: 90%;
	color: #295AA6;
	font-weight: bold;
	padding: 2px;
}
.title_cell {
	border: 1px solid #295AA6;
	background-color: #EF333F;
	text-align: center;
	font-size: 90%;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #295AA6;
}
.boldred {
	font-weight: bold;
	color: #CC0000;
}
