body {
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

div#outer {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 979px;
}

div#header {
	height: 283px;
	width: 979px;
}

	#top_menu {
		background: url(images/top_menu.jpg);
		height: 8px;
		width: 979px;
	}

div#navbar {
	background: url(../images/menu_back.jpg);
	height: 33px;
	position: relative;
	text-align: center;
}

		/* These styles create the dropdown menus. */
		ul#navbar {
			margin: 0px;
			padding-top: 7px;
			height: 1em;
			text-align: center;
		}

		#navbar li {
			list-style: none;
			float: left;
		}

		#navbar li a {
			display: block;
			padding: 3px 22px;
			color: #fff;
			text-decoration: none;
			font-weight: bold;
		}

		#navbar li ul {
			display: none; 
			width: 11em; /* Width to help Opera out */
		}

		#navbar li:hover ul, #navbar li.hover ul {
			display: block;
			position: absolute;
			margin: 0;
			padding: 0;
		}

		#navbar li:hover li, #navbar li.hover li {
			float: none;
		}

		#navbar li:hover li a, #navbar li.hover li a {
			background-color: #cc0000;
			border-bottom: #FFFFFF;
			border-bottom-style: solid;
			border-bottom-width: 1px;
			color: #FFFFFF;
		}
		#navbar li li a:hover {
			background-color: #660000;
		}
		#nav_left {
			background: url(../images/left_curve.jpg);
			bottom: 0px;
			height: 10px;
			left: 0px;
			position:absolute;
			width: 9px;
		}
		#nav_right {
			background: url(../images/right_curve.jpg);
			bottom: 0px;
			height: 10px;
			position:absolute;
			right: 0px; 
			width: 9px;
		}

div#main {
	background-color: #FFFFFF;
	display:block;
	height: 100%;
	margin: 0px;
	padding-bottom: 40px;
	overflow: auto;
}

	#content {
		float: left;
		padding-right: 30px;
		width: 690px;
	}

	#page_pad_10 {
		 padding-left: 20px;
	}

	.left {
		float: left;
	}

	.middle {
		float: left;
		padding-left: 30px;
		width: 405px;
	}

	.news {
		height: 140px;
		padding-bottom: 20px;
	}

	a {
		color: #0099cc;
		font-weight: bold;
		text-decoration: none;
	}

	h2 {
		color: #333333;
		font-size: 18px;
		margin: 0px;
	}

	.sub_head {
		color: #0099cc;
		font-size: 12px;
	}

	#search_head {
		background: url(../images/search_head.jpg);
		height: 57px;
		width: 252px;
	}

	#search_disp {
		background: #1c2e3c url(../images/search_back.jpg) repeat-x;
		color: #FFFFFF;
		height: auto;
		padding: 20px 20px 10px 20px;	
		width: 212px;
	}

	.note {
		background: #46525e url(../images/note_back.jpg) repeat-x;
		color: #FFFFFF;
		margin-top: 40px;
		padding: 20px 20px 10px 20px;
		width: 212px;
	}

	.bold {
		font-weight: bold;
	}

	.right {
		text-align: right;
	}

	#right {
		clear: none;
		float: right;
		_position: absolute;
	}

	.main_block {
		background: #cccccc; height: 40px; margin-bottom: 5px; padding: 15px 0px 0px 10px; width: 660px;
	}

	.main_block_text {
		color: #0099cc; font-size: 18px; font-weight: bold; padding-left: 30px;
	}

	.sub_block {
		background: #e5e5e7; height: 40px; margin-bottom: 5px; padding: 15px 0px 0px 10px; width: 660px;
	}

	.sub_block_text {
		color: #000000; font-size: 18px; font-weight: bold; padding-left: 30px;
	}

	.sub_block_titl {
		color: #0099cc; font-size: 18px; font-weight: bold;
	}

	.block_arrow {
		color: #000000; font-size: 18px; font-weight: bold;
	}

	.news_prev {
		padding: 10px 0px 10px 10px;
	}

	.news_hr {
		background: url(../images/dots.jpg);
		background-repeat: repeat-x;
		height: 1px; 
		margin-top: 10px; 
		width: 660px;
	}

div#footer {
	background: url(../images/foot_back.jpg);
	height: 102px;
	_margin-top: 50px;
	text-align: center;
}
	a.footer {
		color: #336666;
		font-weight: bold;
		text-decoration: none;
	}

	a:hover.footer {
		color: #003399;
		font-weight: bold;
		text-decoration: none;
	}

	a.s_footer {
		color: #336666;
		text-decoration: none;
	}

	.pad_15 {
		padding-top: 15px;
	}

/* accordion */
.menu_head {
	background: #cccccc;
	padding: 10px;
	width: 100%;
}

.menu_body {
	display:none;
}
.menu_body a{
  display:block;
}

	/* jQuery lightBox plugin - Gallery style */
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }

	.required {
		color: red;
	}
