* {
	margin:0px;
	padding:0px;
}

body {
	width:926px;
	margin-left:auto;
	margin-right:auto;
	background-color:#0D204D;	
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.main_wrapper {
	float:left;
	width:926px;
	padding-top: 9px;
}
/*----------------------------------------------------------------------------------------TOP NAVIGATION*/
.topmenu_wrapper {
	top: 3px;
	left: 0px;
	width:926px;
	height:26px;
}

.topmenu {
	float:left;
	width:590px;
	height:14px;
	padding:0px 0px 0px 10px;
}

	.topmenu ul {
		list-style:none;
	}
	
	.topmenu ul li {
		display:inline;
	}
	
.toplogin {
	float: right;
	padding-right: 10px;
}
/*----------------------------------------------------------------------------------------HOMEPAGE*/
.flash_wrapper {
	float:left;
	width:926px;
	height:460px;
	padding-top: 6px;
	background-image:url(/images/flash_bg.gif);
	background-repeat:no-repeat;
}

.flash_text_wrapper {
	float:left;
	width:254px;
	height:236px;
	padding:175px 40px 0px 55px;
	margin:15px 0px 7px 0px;
}

.unordered_list {
	list-style:none;
	padding:20px 0px 0px 25px;
}

.unordered_list li {
	padding-bottom:6px;
}

.flash_movie_wrapper {
	float:left;
	width:547px;
	height:427px;
	padding:0px 0px 0px 15px;
	margin:0px 0px 7px 0px;
	background-image:url(/images/flash_movie_bg.gif);
	background-repeat:repeat-x;
}

.flash_bottom {
	float:left;
	width:926px;
	height:11px;
	background-image:url(/images/flash_bottom.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.contentboxes_wrapper {
	float:left;
	width:926px;
	height:181px;
	background-image:url(/images/contentboxes_bg.gif);
	background-repeat:no-repeat;
}

.contentbox_left {
	float:left;
	width:296px;
	height:173px;
	padding:0px 0px 9px 9px;
}

.contentbox_middle {
	float:left;
	width:296px;
	height:173px;
	padding:0px 10px 9px 10px;
}

.contentbox_right {
	float:left;
	width:296px;
	height:173px;
	padding:0px 9px 9px 0px;
}
/*----------------------------------------------------------------------------------------FOOTER*/
.footer_wrapper {
	float:left;
	width:908px;
	padding:66px 9px 15px 9px;	
	background-image:url(/images/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;	
	color:#FFFFFF;
}

.footer_left {
	float:left;
	width:682px;
	padding-top:10px;
}

.footer_right {
	float:left;
	width:226px;
	text-align:right;
	padding-top:4px;
}

.footer_link {
	text-decoration:none;
	color:#FFFFFF;
}

.footer_link:hover {
	text-decoration:underline;
}
