html, body {
height:100%;
margin:0px;
padding:0px
}

body,td,input,div,p,span,select,textarea,a{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; }

table {
  border-collapse: collapse;
}

td {padding: 0px;}

table, form {  margin: 0px 0px 0px 0px;}

h1, h2, h3, h4, h5, h6 {text-align: left; color: black;}
h1 {font-size: 16px;}
h2 {font-size: 15px; text-align: center}
h3 {font-size: 14px;}
h4 {font-size: 13px; margin-top: 75px;}

a {color: #1263F2; text-decoration: underline; outline: none;}
a:hover {color: red; text-decoration: underline;}

a img {
	cursor: pointer;
}

p, li {text-indent: 25px; margin-bottom: 20px; text-align: justify;}

img {
  border: 0;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

input.search {
	border: #A8CAD9 1px solid;
	background: url('/work/http/icons/search_back.gif') repeat-x top;
}

div.siteMapLevel_0 { padding-left: 0px; }
div.siteMapLevel_1 { padding-left: 30px; }
div.siteMapLevel_2 { padding-left: 60px; }
div.siteMapLevel_3 { padding-left: 90px; }
div.siteMapLevel_4 { padding-left: 120px; }
div.siteMapLevel_5 { padding-left: 150px; }
div.siteMapLevel_6 { padding-left: 180px; }
div.siteMapLevel_7 { padding-left: 210px; }
div.siteMapLevel_8 { padding-left: 240px; }
div.siteMapLevel_9 { padding-left: 270px; }
div.siteMapLevel_10 { padding-left: 300px; }


table#main {
	width: 100%;
	height: 100%;
	border: 0;
}

td#logo {
	background: #6AA3BD;
	height: 141px;
	width: 228px;
	padding: 0px 0px 0px 0px;
}

td#title {
	background: #6AA3BD url('/work/http/title_back.gif') repeat-x left top;;
	text-align: center;
	vertical-align: top;
	height: 111px;
	padding: 0px 0px 0px 0px;
}

	#title p {
		float: left;
		text-align: right;
		font-size: 24px;
		line-height: 31px;
		color: #fff;
		margin: 5px 10px 0 150px !important;
	}

td#icons {
	background: white url('/work/http/icons.jpg') no-repeat left top;
	text-align: right;
	vertical-align: bottom;
	height: 30px;
}

	td#icons table, td#icons form {
		display: inline;
	}
	
	td#icons a, td#icons a:hover {
		text-decoration: none;
	}

	td#icons img {
		margin-right: 5px;
	}

	td#icons input {
		margin-right: 5px;
	}
	
	form#icons_form {
		width: 150px;
	}

	input#icons_searchString {
		margin-bottom: 2px;
	}

	input#search_image {
		cursor: pointer;
	}

td#menu {
	background: #ECEBEB;
	vertical-align: top;
	padding: 0px;
	width: 228px;
	height: 70%;
}
	div#textonly a {
		color: #007FA0;
		text-decoration: none;
	}
	
	div#textonly a:hover {
		color: #9A7F5E;
		text-decoration: underline;
	}

	td#menu ul {
		list-style: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

	#menu ul li {
		position: relative;
		width: 212px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-indent: 0;
	}

	ul#menu_level_0 {
		margin: 30px 8px 0px 8px!important;
	}
	
	#menu ul ul {
		position: absolute;
		top: -1px;
		left: 212px;
		width: 212px%;
	}

	td#menu ul ul,
	td#menu ul li:hover ul ul
	{display: none;}

	td#menu ul li:hover ul,
	td#menu ul ul li:hover ul
	{display: block;}

	li.menu_topline{
		width: 212px;
		border-top: 1px solid #CBD4D9;
	}
	
	a.menu, a.menu:hover, a.selected, a.selected:hover {
		display: block;
		width: 202px;
		height: 33px;
		padding: 0px 0px 0px 10px;
		line-height: 33px;
		color: #007FA0;
		font-size: 12px;
		text-decoration: none;
		text-align: left;
		font-weight: bold;
	}

	a.menu, li:hover ul a {
		background: url('/work/http/menu_back.jpg') no-repeat top left;
	}

	a.menu:hover, li:hover a, a.selected {
		background: url('/work/http/menu_over_back.jpg') no-repeat top left;
	}

	div#shortNews {
		text-align: left;
		margin: 30px 10px 0px 10px;
	}
	
		div#shortNews h2 {
			text-align: center;
			color: #007FA0;
		}
		
		div#shortNews span.newsDate {
			color: #6AA3BD;
		}
		
		div#shortNews a {
			text-decoration: none;
			color: #007FA0;
		}
		
		div#shortNews a:hover {
			text-decoration: underline;
			color: #9A7F5E;
		}
		
		div#allNews {
			text-align: right;
			margin-top: 15px;
		}
		
	
td#text {
	background: white;
	vertical-align: top;
	padding: 10px 30px;
	height: 80%;
}

	td#text p img {float: left; margin: 0px 10px 10px 0px;}
	td#text td {vertical-align: top;}
	td#text td img {margin-right: 10px;}
	td#text li, td#text li a, td#text li a:hover {background: none!important;}
	#text ul.noMarkers {
		list-style: none;
		padding: 0;
		text-indent: 0;
		margin: 0;
	}
	
	#text table.bordered {
		border-collapse: collapse;
	}
	
		#text table.bordered td, #text table.bordered th {
			border: 1px solid #000;
			padding: 3px 5px;
		}

td#sponsor {
	background: #ECEBEB;
	vertical-align: bottom;
	text-align: center;
	color: #9A7F5E;
	font-size: 12px;
}

	div#margin {
		margin-top: 50px;
	}
	
	td#sponsor a {
		display: block;
		margin-bottom: 20px;
	}


td#footer_left {
	background: url('/work/http/footer_left.gif') no-repeat left top;
	height: 27px;
	width: 228px;
}

td#footer_middle {
	background: url('/work/http/footer_middle.gif') no-repeat left top;
	height: 27px;
	width: 145px!important;
}

	td#footer_middle div {
		width: 145px!important;	
	}


td#footer_right {
	background: url('/work/http/footer_right.gif') repeat-x;
	text-align: right;
	color: #8F8F8F;
	font-size: 12px;
	height: 27px;
	width: 80%;
}

	td#footer_right a, td#footer_right a:hover {
		color: #8F8F8F;
		font-size: 12px;
		text-decoration: none;
	}

/* CONTENT STYLES */
div.pics300 {width: 650px; white-space: nowrap; text-align: center; margin: 0px auto 7px auto;}
img.floatedR {float: right; padding: 10px;}
img.floatedL {float: left; padding: 10px;}

