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;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative; 
	border: 6px solid #BDCCDE;
	background-color: #FFFFFF;
	background-image: url("../images/sub_bg.jpg");
	background-repeat: repeat-y;
}

.left_panel {
	width: 140px;
	height: 100%;
	float: left;
	background-color: #C9D7E7;
	padding-left: 20px;	
}

.mid_panel_frame {
	width: 546px;
	height: 100%;
	padding: 0px;
	float: left;
	background-color: #FFFFFF;
}

.right_panel {
	width: 170px;
	height: 100%;
	float: right;
	background-color: #FFFFFF;
}

.flash_content {
	width: 900px;
	height: 140px;
	padding: 0 0 0 3px;
	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;
}

.formleft {
	width: 150px;
	float: left;
	line-height: 22px;
	padding: 0px;
}

.formleftIE {
	width: 150px;
	float: left;
	line-height: 24px;
	padding: 0px;
}

.formright {
	width: 350px;
	float: left;
}

.listleft {
	width: 200px;
	float: left;
}

.listright {
	width: 200px;
	float: left;
}



/*-------------------------- BOTTOM DETAIL -------------------------*/

.bottom_detail {
	width: 876px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
a.bottom_detail:link {color:#FFFFFF}
a.bottom_detail:visited {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;
}

.fltrt {
	float: right;
}

/*-------------------------- TEXT AND MISC -------------------------*/

.errorText {
	color: red;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}

.light_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #5A6E99
}

.sidebar_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A2A69;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #273874;
	width: 90%;
	display: block;
}

.secondary_style_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9D7E7;
}


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;
}

/*-----------------Calendar----------------*/

.Calendar {
	border: 1px solid #000000;
}

.CalendarTitle {
	font-weight: bold;
	font-size: 2.0em;
	padding: 2px;
	color:#000066
}

.CalendarDateTitle {
	font-weight: bold;	
}

.CalendarNone {
	background: #555555;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.CalendarToday {
	background: #C9D7E7;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.CalendarDay {
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.eventtitles	{color:#33CC33; font-weight:bold; font-size:14px}