a:link {color: #000000; text-decoration: underline}
a:visited {color: #000000; text-decoration: underline}
a:hover {color: #0066FF; }


body {
	background-color: #4B4B4B;
	margin : 0px 0px 0px 0px;
	font-family: Verdana, Arial;
	font-size: 8pt;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #0066FF;
}

table {
	font-family: Verdana, Arial;
	font-size: 8pt;

}

#container {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}

#logo_container {
	position: absolute;
	top: 9px;
	left: 12px;
	width: 118px;
	height: 118px;

}


#image_container {
	position: absolute;
	top: 47px;
	right: 0px;
	width: 302px;
	height: 134px;

}

#title_container {
	position: absolute;
	top: 145px;
	left: 125px;
	width: 302px;
	height: 50px;

}

#topnav {
	width: 800px;
	height: 47px;
	background-image: url(images/Bg_topnav.gif);
	background-repeat: repeat-x;

}

#topnavbar {
	position: absolute;
	top: 20px;
	left: 400px;
	width: 350px;

}

.t_nav:link {color: #FFFFFF; text-decoration: none}
.t_nav:visited {color: #FFFFFF; text-decoration: none}
.t_nav:hover {color: #FFFFFF; }

.topnav_cell {
	height: 26px;	
	background-color: #000000;

}

.topnav_current {
	height: 26px;		
	background-color: #0066FF;

}


#banner {
	width: 800px;
	height: 134px;
	background-image: url(images/Bg_banner.gif);
	background-repeat: no-repeat;

}

#content {
	position: absolute;
	top: 180px;
	width: 800px;
	height: 622px;
	background-color: #FFFFFF;


}


#footer {

	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 800px;
	height: 66px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;	
	background-color: #3366FF;
	z-index: 5;

}