html, body {
	margin: 0px;
	padding: 0px;
}

body {
	margin:0 0 40px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:72%;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

p {
	margin:0;
}

h3 {
	font-size:1.2em;
	color:#000099;
	margin:0;
}

a {
	text-decoration:none;
	color:#011039
}

a:hover {
	text-decoration:none;
}

#wrapper {
	width:800px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#header_container {
	width:100%;
	height:144px;
}

#flash_container {
	width:100%;
}

#nav_container {
	position:absolute;
	width:800px;
	border-top:2px solid #ececec;
	z-index:300;
	
}

#bottom_container {
	width:760px;
	padding:10px 30px 10px 10px;
	position:relative;
	top:39px;
	background-image: url(images/bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#babec7;
}

#left_nav {
	margin:0 0 0 8px;
	width:234px;
	z-index:300;

}

#left_content {
	margin:0 0 0 3px;
	padding-top:40px;
	width:204px;
	z-index:300;
	float:left;
	font-size:11px;
	line-height:1.5em;

}

#right_content_index {
	margin-left:220px;
	padding-left:20px;
	background-image: url(images/border.gif);
	background-repeat: repeat-y;
	min-height:340px;
	font-size:11px;
	line-height:1.5em;
	background-position: -6px;
	border-left: 1px solid #bbbfc8;
}

#right_content {
	margin-left:220px;
	#margin-top:-194px;
	padding-left:20px;
	background-image: url(images/border.gif);
	background-repeat: repeat-y;
	min-height:340px;
	font-size:11px;
	line-height:1.5em;
	background-position: -6px;
	border-left: 1px solid #bbbfc8;
	
}


.clr {
	clear:both;
}


.flashtranparent {
	position:relative;
	z-index:200px;
}

iframe.style.filter='progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)';

#footer {
	width:792px;
	margin:38px 0 0 0;
	padding:8px 0 0 8px;
	clear:both;
	height:27px;
	background-color:#011039;
	text-align:left;
	color:#FFFFFF;
}













