body {
	margin: 0px; 
	padding: 0px;
	background-color: #132577;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}

/*-------------------------- HEADER -------------------------*/

.header_content {
	width: 900px;
	height: 75px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

a.header_link1 {
	width: 256px;
	height: 14px;
	background-image: url(../images/visit_national.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	top: 20px;
	left: 450px;
	position: absolute;
	text-indent: -40000px;
	outline: none;
}

a.header_link1:hover {
	background-position: 0 -28px;

}

a.header_link2 {
	width: 142px;
	height: 32px;
	background-image: url(../images/member_login.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	top: 8px;
	right: 0px;
	position: absolute;
	text-indent: -40000px;
	outline: none;
}

a.header_link2:hover {
	background-position: 0px -32px;
}

.header_img1 {
	width: 146px;
	height: 75px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.header_img2 {
	width: 242px;
	height: 75px;
	padding: 0px;
	position: absolute;
	left: 160px;
	top: 0px;
}


/*-------------------------- NAVIGATION -------------------------*/

.nav_content {
	width: 900px;
	height: 27px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.menu_links {
	width: 900px;
	height: 27px;
	right: 0px;
	position: absolute;
}

.menu_links ul {
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 14px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
}

.menu_links li {
	display: inline;
	margin: 0px;
}

.menu_links li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6378a9;
	color: #FFFFFF;
	background-color: #7bbe3d;
}

.menu_links li a:visited {
	color: white;
}

.menu_links li a:hover {
	background-color: #7CA7CC;
}

/*-------------------------- MAIN CONTENT -------------------------*/

.main_content {
	width: 876px;
	min-height: 450px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;

	/*border: 6px solid #BDCCDE;*/
	border-top: 6px solid #BDCCDE;
	border-left: 6px solid #BDCCDE;
	border-right: 6px solid #BDCCDE;
	background-color: #FFFFFF;
}

.left_panel {
	width: 232px;
	height: 430px;
	padding-left: 24px;
	float:left;
	left:0px;
	background-color: #FFFFFF;
}

.left_panel li {
	font-size:12px;
	line-height:20px;
}

.left_panel p {
	font-size:12px;
}

.mid_panel_frame {
	width: 342px;
	height: 440px;
	padding: 0px;
	float:left;
	left: 268px;
	background-color: #FFFFFF;
}

.mid_title_panel {
	height: 60px;
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
}

.mid_top_panel {
	height: 104px;
	padding: 0px;
	position: relative;
	background-color: #C9D7E7;
}

.mid_graphics {
	height: 128px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 0px;
	position: absolute;
	display: block;
}

.mid_text {
	height: 100px;
	padding: 8px;
	position: absolute;
	left: 70px;
}

.mid_mid_panel {
	height: 150px;
	padding: 0px;
	position: relative;
	background-color: #80C342;
}

.mid_bot_panel {
	height: 121px;
	padding: 0px;
	position: relative;
	background-color: #E2E2E2;
}

.right_panel {
	width: 232px;
	height: 440px;
	padding-left: 12px;
	float:left;
	left: 610px;
	background-color: #FFFFFF;
}

.flash_content {
	width: 900px;
	height: 200px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.bottom_content {
	width: 876px;
	height: 65px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	vertical-align: middle;
	border-bottom: 6px solid #3F5189;
	border-left: 6px solid #3F5189;
	border-right: 6px solid #3F5189;
	background-color: #0C1B5D;
}

.bottom_sub {
	width: 180px;
	height: 75px;
	padding-top: 0px;
	right: 0px;
	position: absolute;
}

.sponsor_panel {
	width: 876px;
	padding: 5px 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFFFFF;
	border-left: 6px solid #BDCCDE;
	border-right:6px solid #BDCCDE;
	border-bottom: 6px solid #BDCCDE;
	text-align:center;
	clear:both;
}

/*-------------------------- BOTTOM DETAIL -------------------------*/

.bottom_detail {
	width: 876px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
a.bottom_detail:link {color:#FFFFFF}

/*-------------------------- LINKS -------------------------*/

a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FEFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FEFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FEFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

/*-------------------------- IMAGES -------------------------*/

img {
	border: 0px;
	font-size: 1px;
}

.fltlft {
	float: left;
	border: 0px;
}

.fltrt {
	float: right;
	border: 0px;
}

/*-------------------------- TEXT AND MISC -------------------------*/

.main_text {
 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;

}

.main_text_noborder {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 7px;
}
.main_text_topic {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight:bold;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 7px;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
}

.blue_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #003366;
	text-decoration: underline;
}

.light_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #5A6E99
}

.newslines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #003399;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

a:link {
	color: #1A2A69;
	text-decoration: none;
}
a:visited {
	color: #1A2A69;
	text-decoration: none;
}
a:active {
	color: #1A2A69;
	text-decoration: underline;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}

br {
	line-height: 14px;
}