	/*** MAIN STYLES ***/
	html, HTML {
		overflow: -moz-scrollbars-vertical;
		}
	body { behavior:url(js/global.htc); }
	li:hover { background-color:transparent; }
	body {
		font-family: arial, verdana, sans-serif;
		font-size: 62.5%;
		color: #656565;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		background-image:  url(../images/main_bg.gif);
		background-repeat: repeat-x;
		background-position: top center;
		text-align: center;
		}
	td {
		font-family: arial, verdana, sans-serif;
		font-size: 1em;
		color: #656565;
		}
	
	
	input, select {font-family: arial, verdana, sans-serif; font-size: 10px; color: #656565; background-color: #FFFFFF; margin: 0;}
	textarea {font-family: arial, verdana, sans-serif; font-size: 11px; color: #656565; background-color: #FFFFFF; margin: 0;}
	a img, .link_img { border: none; }
	form { border: 0; margin: 0; padding: 0; }
	p { margin: 0; padding: 0 0 0.8em 0; }
	@media print { 
	.notforprint {display:none;}
	}
	@media screen {
	.notforscreen {display:none;}
	}
	@media handheld {
	.notforhandheld {display:none;}
	}
	.notforany {display: none;}
	/*** FONT STYLES ***/
	a { color: #0653a4; text-decoration: none; } 
	a:hover { color: #000000; text-decoration: underline; }
	hr { border: 0; margin: 8px 0px 0px 0px; padding: 6px 0px 0px 0px; width: 100%; height: 2px; border-top: 2px solid #000000; overflow: hidden; display: none; }
	h1 { margin: 0; padding: 0px 0px 1.5em 0px; color: #0653a4; font-weight: bold; font-size: 1.5em; }
	h2 { margin: 0; padding: 0px 0px 1.5em 0px; color: #656565; font-weight: bold; font-size: 1.4em; }
	h3 { margin: 0; padding: 0px 0px 10px 0px; color: #000000; font-weight: bold; font-size: 1.2em; }
	h4 { margin: 0; padding: 0px 0px 10px 0px; color: #000000; font-weight: bold; font-size: 1.2em; }
	h5 { margin: 0; padding: 0; color: #000000; font-size: 1em; font-weight: normal; }
	h6 { margin: 0; padding: 0; color: #FF0000; font-weight: bold; }
	h1 em, h2 em, h3 em, h4 em, h5 em { font-style: normal; color: #353535; }
	h1 span, h2 span, h3 span, h4 span, h5 span { color: #656565; } 
	em { } 
	strong { }
	strong em { font-style: normal; color: #353535; }
	strong span { color: #0653a4; }
	.error, .message, .mandatory { color: #FF0000; font-weight: bold; }
	.error-message { display: block; color: #222222; padding: 3px 4px 4px 4px; background-color: #FFDDDD; border: 1px solid #FF0000; margin: 0px 0px 10px 0px; }
	.anchor { height: 1px; overflow: hidden; display: none; }
	.lge { font-size: 1.4em; line-height: normal !important; }
	.normal, a.normal, .normal a { font-style: normal; color: #656565; }
	a:hover.normal, .normal a:hover { font-style: normal; color: #252525; }
	h2 a { color: #656565; }
	h2 a:hover { color: #000000; }
	/*** LAYOUT STYLES ***/
	#header {
		position: relative;
		width: 924px;
		height: 262px;
		margin: 0 auto;
		background-color: #FFFFFF;
		background-image:  url(../images/header_bg.gif);
		background-repeat: no-repeat;
		background-position: left 78px;
		text-align: left;
		}
	#header label { display: none; }
	#header .logo { float: left; }
	#central_column {
		position: relative;
		width: 874px;
		padding: 20px 25px 30px 25px;
		margin: 0 auto;
		background-color: #FFFFFF;
		text-align: left;
		font-size: 1.2em;
		line-height: 1.4em;
		overflow: hidden;
		}
	#content_left {
		position: relative;
		float: left;
		width: 210px;
		}
	#content_right {
		position: relative;
		float: left;
		width: 175px;
		}
	#content_center {
		position: relative;
		float: right;
		width: 625px;
		border-top: 1px solid #c7c7c7;
		padding: 20px 0px 0px 0px;
		}
		
	#home_left {
		position: relative;
		float: left;
		width: 520px;
		}
	#home_right {
		position: relative;
		float: right;
		width: 300px;
		}
	
	
	#footer {
		position: relative;
		width: 924px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 1.2em;
		text-align: left;
		border-top: 1px solid #c7c7c7;
		padding: 20px 0px 20px 0px;
		}
	#footera {
		float: left;
		}
	#footerb {
		float: right;
		}
	#footer strong {
		color: #0653a4;}
	#footer a { color: #656565; text-decoration: none; }
	#footer a.selected { color: #000000; } 
	#footer a:hover { color: #000000; text-decoration: underline; }
	#footer em { display: none; }
	/*** MISC STYLES ***/
	.clear {
		clear: both;
		height: 0px;
		overflow: hidden;
		}
	.clear_l {
		clear: left;
		}
	.clear_r {
		clear: right;
		}
	.clear_n {
		clear: none;
		}
	.clear_content {
		clear: both;
		}
	.align_l {
		text-align: left;
		}
	.align_r {
		text-align: right !important;
		}
	.align_c {
		text-align: center;
		}
	.float_l {
		float: left;
		}
	.float_r {
		float: right;
		}
	.float_n {
		float: none;
		}
	.dnd {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		}
	#content_center ul {
		padding-left: 0px;
		}
	#content_center ul li {
		margin-left: 14px;
		}
	
	/*** NAVIGATION STYLES ***/

	ul#top_nav {
		clear: both;
		float: left;
		overflow: hidden;
		width: 924px;
		margin: 140px 0px 0px 0px;
		padding: 0;
		list-style: none;
		background-image: url(../images/top_nav_bg.gif);
		background-repeat: repeat-x;
		background-position: left center;
		}
		ul#top_nav li {
			display: inline;
			}
			ul#top_nav li a {
				float: left;
				display: block;
				padding: 14px 20px 0px 20px;
				height: 28px;
				background-image: url(../images/top_nav_li_a.gif);
				background-repeat: no-repeat;
				background-position: -500px center;
				color: #FFFFFF;
				border-right: 1px solid #7b7b7b;
				font-weight: bold;
				font-size: 1.3em;
				}
			ul#top_nav li a:hover,
			ul#top_nav li a.selected {
				background-position: 0px center;
				text-decoration: none;
				}
	
	ul#left_nav {
		float: left;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 210px;
		}
		ul#left_nav li {
			clear: both;
			float: left;
			}
			ul#left_nav li a {
				float: left;
				display: block;
				width: 210px;
				border-bottom: 1px solid #e5e5e5;
				padding: 5px 0px 5px 0px;
				color: #000000;
				}
			ul#left_nav li a:hover,
			ul#left_nav li a.selected {
				background-position: 0px center;
				text-decoration: none;
				color: #0653a4;
				}
			ul#left_nav li ul {
				float: left;
				overflow: hidden;
				margin: 0;
				padding: 0;
				list-style: none;
				width: 210px;
				}
			ul#left_nav li ul li a {
				float: left;
				display: block;
				width: 195px;
				border-bottom: 1px solid #e5e5e5;
				padding: 5px 0px 5px 15px;
				color: #656565;
				}
			ul#left_nav li ul li a:hover,
			ul#left_nav li ul li a.selected {
				background-position: 0px center;
				text-decoration: none;
				color: #000000;
				}
	ul#home_news_nav {
		float: left;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 300px;
		}
		ul#home_news_nav li {
			clear: both;
			float: left;
			}
			ul#home_news_nav li a {
				float: left;
				display: block;
				width: 200px;
				background-image: url(../images/icon_document.gif);
				background-repeat: no-repeat;
				background-position: 0px 2px;
				padding: 0px 0px 5px 100px;
				color: #0653a4;
				position: relative;
				}
			ul#home_news_nav li a span {
				color: #656565;
				position: absolute;
				left: 22px;
				top: 0px;
				}
			ul#home_news_nav li a:hover,
			ul#home_news_nav li a.selected {
				text-decoration: none;
				color: #000000;
				}
	ul#news_nav {
		float: left;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 210px;
		}
		ul#news_nav li {
			clear: both;
			float: left;
			}
			ul#news_nav li a {
				float: left;
				display: block;
				width: 185px;
				background-image: url(../images/icon_document.gif);
				background-repeat: no-repeat;
				background-position: 0px 12px;
				border-bottom: 1px solid #e5e5e5;
				padding: 10px 0px 10px 25px;
				color: #0653a4;
				font-size: 1.1em;
				}
			ul#news_nav li a span {
				color: #656565;
				}
			ul#news_nav li a:hover,
			ul#news_nav li a.selected {
				text-decoration: none;
				color: #000000;
				}
	
	a.link {
		width: 96%;
		background-image: url(../images/testbutton1.gif);
		background-repeat: no-repeat;
		background-position: -500px center;
		padding: 0px 6px 0px 14px;
		}
	a:hover.link {
		background-position: 0px center;
		}
	a.button {
		clear: both;
		float: left;
		display: block;
		width: 100px;
		height: 30px;
		background-image: url(../images/testbutton.gif);
		background-repeat: no-repeat;
		background-position: -100px 0px;
		text-indent: -9999px;
		overflow: hidden;
		}
	a:hover.button {
		background-position: 0px 0px;
		}
	
	/*** WEBSITE STYLES ***/
	.home_item {
		float: left;
		display: block;
		width: 200px;
		height: auto !important;
		min-height: 115px;
		height: 115px;
		padding: 15px;
		background-color: #e3e4e5;
		background-image: url(../images/home_item.gif);
		background-repeat: repeat-x;
		background-position: 0px 0px;
		margin: 25px 25px 25px 0px;
		}
	.home_item strong {
		font-size: 1.2em;
		}
	.home_item_title {
		border-top: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		padding: 8px 0px 8px 0px;
		margin: 0px 0px 10px 0px;
		width: 300px;
		background-image: url(../images/arrow_blue_down.gif);
		background-repeat: no-repeat;
		background-position: 285px 15px;
		color: #000;
		font-size: 1.5em;
		font-weight: bold;
		}
	.item_title {
		border-top: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		padding: 8px 0px 8px 0px;
		margin: 0px 0px 5px 0px;
		width: 210px;
		background-image: url(../images/arrow_blue_down.gif);
		background-repeat: no-repeat;
		background-position: 195px 15px;
		color: #000;
		font-size: 1.5em;
		font-weight: bold;
		}
	#content_center table th {
		background-color: #0653a4;
		border-bottom: 1px solid #FFF;
		color: #FFF;
		padding: 5px 10px;
		text-align: left;
		}
	#content_center table td {
		background-color: #e8e8e8;
		border-bottom: 1px solid #FFF;
		padding: 5px 10px;
		}
	a.download {
		display: block;
		font-size: 1.5em;
		color: #656565;
		background-image: url(../images/icon_download.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding: 10px 0px 20px 40px;
		font-weight: bold;
		}
	a:hover.download {
		background-position: 0px center;
		color: #000;
		}
