<!--

	body {
		margin: 0px;
		padding: 0px;
		background-color: white;
		font-family:  Arial, Helvetica;
		}

	#top_strip {
		background-color: #003399;
		background-image: url('/objects/image/structure/top_strip.gif');
		background-repeat: no-repeat; background-position: left top;
		margin: 0px;
		padding: 0px;
		height: 25px;
		}
	
	#top_strip h1 {
		display: none;
		}

	#lower_banner {
		background-color: #71BF44;
		height: 25px;
		}

	#searchbox {
		position: absolute;
		top: 94px;
		left: 0px;
		background-color: #0072C6;
		height: 25px;
		width: 178px;
		}
		
	#searchbox form {
		margin: 0px; padding: 0px;
		}
		
	#searchbox p {
		margin-left: 10px;
		margin-top: 3px;
		}
		
	#searchbox img {
		cursor:pointer; cursor:hand;
		}

	#fontbox {
		position: absolute;
		top: 94px;
		right: 0px;
		background-color: #0072C6;
		height: 25px;
		width: 178px;
		z-index:4;
		}
		
	#fontbox p {
		color: white;
		padding-left: 10px;
		padding-top: 3px;
		margin: 0px;
		font-size: 12px;
		font-weight: bold;
		}
		
	#fontbox a {
		color: white;
		text-decoration: none;
		}
		
	#topnav {
		position: absolute;
		top: 93px;
		right: 200px;
		left: 200px;
		height: 25px;
		font-size: 14px;
		overflow: hidden;
		z-index:2;
		}
		
	#topnav ul {
		margin: 6px 0px 0px 0px;
		padding: 0px;
		background-color: #71BF44;
		width: 520px;
		}
		
	#topnav ul li {
		display: inline;
		border-left: 1px white solid;
		padding: 0px 10px 0px 10px;
		}

	#topnav li.first {
		display: inline;
		border-left: none;
		padding: 0px 15px 0px 0px;
		}
				
	#topnav li a {
		color: white;
		font-weight: bold;
		text-decoration: none;
		white-space: nowrap;
		}

	#topnav li a:hover {
		color: #003399;
		font-weight: bold;
		text-decoration: none;
		}
		
	#topnav li a.current {
		color: #003399;
		font-weight: bold;
		text-decoration: none;
		}

	#topnav li a.current:hover {
		color: white;
		}
						
	#shadow_banner {
		height: 20px;
		background-image: url('/objects/image/structure/shadow_center.gif');
		}

	#left_shadow {
		position: absolute;
		top: 119px;
		left: 0px;
		background-color: #003399;
		background-image: url('/objects/image/structure/shadow_column.gif');
		height: 20px;
		width: 178px;
		}

	#right_shadow {
		position: absolute;
		top: 119px;
		right: 0px;
		background-color: #003399;
		background-image: url('/objects/image/structure/shadow_column.gif');
		height: 20px;
		width: 178px;
		}

	#main_cols {
		}
		
	#main_content {
		position: absolute;
		left: 200px;
		right: 200px;
		top: 140px;
		z-index: 10;
		background-color: white;
		}
		
	#main_content p {
		font-size: 16px;
		line-height: 150%;
		}
		
	#main_content ul {
		color: black;
		list-style: square;
		}
		
	#main_content li {
		font-size: 16px;
		line-height: 180%;
		}
		
	#main_content h3 {
		font-size: 34px;
		color: #003399;
		font-weight: normal;
		letter-spacing: 0px;
		}
		
	#main_content h4 {
		font-size: 24px;
		font-weight: bold;
		}

	#main_content h5 {
		font-size: 20px;
		font-weight: bold;
		}
		
	#main_content a {
		color: #000080;
		text-decoration: underline;
		border-bottom: none;
		}

	#main_content a:hover {
		color: #71BF44;
		text-decoration: underline;
		border-bottom: none;
		}
		
	#main_content hr {
		color: white;
		background-color: white;
		height: 1px;
		width: 100%;
		border-top: 2px #003399 solid;
		}
		
	#main_content input {
		width: 275px;
		font-family: arial;
		font-size: 12px;
		}

	#main_content textarea {
		width: 275px;
		height: 100px;
		font-family: arial;
		font-size: 12px;
		}
				
	#left_col {
		position: absolute;
		top: 139px;
		left: 0px;
		background-color: #003399;
		width: 178px;
		height: 150%;
		}
		
	#left_col ul {
		list-style: none;
		}
		
	#left_col ul.toplevel {
		margin: 0px;
		padding: 0px 10px 0px 10px;
		font-size: 14px;
		}

	#left_col ul.toplevel li {
		border-bottom: 1px #0072C6 dotted;
		}

	#left_col ul.toplevel li a {
		display: block;
		padding: 10px 0px 10px 0px;
		color: white;
		font-weight: bold;
		text-decoration: none;
		}
		
	#left_col ul.toplevel li a:hover {
		background-color: #0072C6;
		}
			
	#left_col ul.sublevel {
		margin: 0px;
		padding: 0px 0px 10px 10px;
		font-size: 13px;
		}

	#left_col ul.sublevel li {
		border-bottom: none;
		border: 1px #003399 solid;
		}

	#left_col ul.sublevel li a {
		display: block;
		padding: 4px 0px 4px 0px;
		color: white;
		font-weight: bold;
		text-decoration: none;
		}
		
	#left_col ul.sublevel li a:hover {
		background-color: #0072C6;
		}
				
	#right_col {
		background-color: #003399;
		position: absolute;
		top: 139px;
		height: 150%;
		right: 0px;
		width: 178px;
		font-size: 13px;
		color: white;
		z-index: 8;
		}
		
	#right_col img {
		border: none;
		}
		
	#right_col a {
		display: block;
		color: white;
		text-decoration: none;
		}
		
	#right_col a:hover {
		background-color: #0072C6;
		}
		
	#sc1 {
		width: 157px;
		margin-left: 10px;
		overflow: hidden;
		XXXpadding: 0px 10px 0px 10px;
		text-align: center;
		}
		
	#sc1 p {
		margin: 0px;
		padding: 5px 0px 5px 0px;
		}
		
	#sc1 a {
		font-weight: bold;
		}
		
	#sc1 hr {
		border: none 0; 
		border-top: 1px #0072C6 dotted;
		width: 100%;
		height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
		} 
		
	#bct {
		border-bottom: 1px #808080 dotted;
		margin: 0px;
		padding: 0px 0px 10px 0px;
		width: 100%;
		}
		
	#bct p {
		margin: 0px;
		padding: 0px;
		color: #71BF44;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		}
		
	#bct a {
		color: #003399;
		font-weight: bold;
		text-decoration: underline;
		border: none;
		}
		
	#bct a:hover {
		color: #71BF44;
		font-weight: bold;
		text-decoration: underline;
		border: none;
		}
	
	#bct .darkarrow {
		color: #303030;
		}
		
		
	#ralogin {
		background-color: #0072C6;
		padding: 10px;
		margin-top: 40px;
		}
		
	#ralogin form {
		margin: 0px; padding: 0px;
		}
		
	#ralogin img {
		cursor:pointer; cursor:hand;
		}
		
	#ralogin h6 {
		margin: 0px;
		padding: 0px 0px 5px 0px;
		color: white;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px white dotted;
		}
		
	#ralogin p {
		margin: 5px 0px 0px 0px;
		padding: 0px;
		font-size: 11px;
		color: white;
		left-align: left;
		}
		
	#ralogin p a {
		color: yellow;
		}
		
	.lcinput {
		width: 135px;
		font-size: 10px;
		background-color: white;
		border: 1px #303030 solid;
		color: #808080;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	#homenews img {
		border: none;
		}
		
	.news_item {
		padding: 0px 0px 0px 0px;
		margin: 2px 10px 2px 20px;
		Xborder-bottom: 1px #cccccc solid;
		Xborder-top: 1px #eeeeee solid;
		}

	.news_item_main_title {
		padding: 10px 0px 10px 0px;
		margin: 0px 10px 0px 10px;
		border-bottom: none;
		}		
	.wn_title{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-weight: bold;
		font-size: 20px;
		}
		
	.news_title {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-weight: bold;
		font-size: 14px;
		}
		
	.news_teaser {
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 0px 0px;
		font-weight: normal;
		}
		
	.news_link {
		display: block;
		color: white;
		text-decoration: none;
		Xfont-size: 14px;
		font-weight: normal;
		}
		
	.news_link:hover {
		background-color: white;
		}
		
	.whats_new_title {
		font-size: 16px;
		color: white;
		font-weight: bold;
		background-color: #8BBCE5;
		margin: 0px;
		padding: 0px 0px 0px 5px;
		margin-bottom: 10px;
		border-bottom: 2px white solid;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
-->