html, body, form, ul, li, p, h1 { 
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
body {
	font-size: 12px;
	font-family: tahoma;
	background: url(img/bg.gif) repeat-x 0 77px;
	behavior: url("csshover.htc");
}
#main {
	width: 893px;
	margin: 0px auto;
}
#logo {
	width: 292px;
	text-align: center;
	padding: 26px 0 0 0;
	float: left;
}
#nav {
	width: 601px;
	height: 37px;
	list-style: none;
	background: #C2D1E0;
	margin: 40px 0 0 0;
	float: right;
}
#nav li {
	position: relative;
	float: left;
}
#nav li a {
	width: 120px;
	height: 26px;
	color: #234665;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(img/nav_line_1.gif) repeat-y right 0;
	padding: 11px 0 0 0;
	float: left;
}
#nav li a:hover {
	color: #FFFFFF;
	background: url(img/nav_line_1.gif) #284F73 repeat-y right 0;
}
#nav li:hover>a.drop {
	color: #FFFFFF;
	background: url(img/nav_line_1.gif) #284F73 repeat-y right 0;
}
* html #nav li:hover a.drop {
	color: #FFFFFF;
	background: url(img/nav_line_1.gif) #284F73 repeat-y right 0;
}
#nav li ul {
	width: 140px;
	list-style: none;
	background: #284F73;
	padding: 10px 30px 10px 30px;
	display: none;
	position: absolute;
	top: 37px;
	left: 0px;
}
#nav li ul a, #nav li ul a:hover {
	width: 140px;
	height: auto;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	background: url(img/nav_line_2.gif) repeat-x 0 bottom;
	text-align: left;
	padding: 7px 0 10px 0;
}
#nav li ul a.last {
	background: none;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav .input, #content #newsletter .input {
	width: 135px;
	color: #383838;
	font-size: 11px;
	border-top: 1px solid #334B65;
	border-left: 1px solid #334B65;
	border-right: 1px solid #DEE6ED;
	border-bottom: 1px solid #DEE6ED;
	padding: 3px;
	margin: 7px 10px 0 12px;
	float: left;
}
#nav .submit, #content #newsletter .submit {
	cursor: pointer;
	margin: 8px 0 0 0;
	float: left;
}
#content #newsletter .submit {
	margin: 4px 0 0 0;
}
#content_main {
	width: 893px;
	background: url(img/content_lines.gif) repeat-y;
	border-bottom: 1px solid #DDDDDD;
	margin: 39px 0 0 0;
	float: left;
}
#sidebar {
	width: 292px;
	padding: 0 0 10px 0;
	float: left;
}
#sidebar #title {
	width: 292px;
	float: left;
}
#sidebar #menu {
	width: 292px;
	list-style: none;
	padding: 5px 0 5px 0;
	float: left;
}
#sidebar #menu li {
	padding: 8px 0 8px 0;
	float: left;
}
#sidebar #menu a {
	width: 227px;
	color: #364E63;
	font-size: 12px;
	text-decoration: none;
	background: url(img/menu_icon.gif) no-repeat 30px 5px;
	padding: 0 10px 0 55px;
	float: left;
}
#content {
	width: 601px;
	font-family: verdana;
	padding: 0 0 20px 0;
	float: left;
}
#content #header {
	width: 601px;
	padding: 0 0 15px 0;
	float: left;
}
#content h1 {
	width: 561px;
	color: #323232;
	font-size: 19px;
	font-weight: normal;
	border-bottom: 1px solid #E1E1D6;
	padding: 0 25px 10px 15px;
	margin: 0 0 20px 0;
	float: left;
}
#content h1 span {
	font-family: "myriad Pro" tahoma;
	float: left;
}
#content h1 a.back, #content #help_links a.back {
	color: #1C1C1C;
	font-size: 11px;
	text-decoration: none;
	background: url(img/a.back.gif) no-repeat 0 4px;
	padding: 0 0 0 12px;
	margin: 5px 0 0 20px;
	float: right;
}
#content h1 a.print, #content #help_links a.print {
	color: #1C1C1C;
	font-size: 11px;
	text-decoration: none;
	background: url(img/a.print.gif) no-repeat 0 0;
	padding: 0 0 0 21px;
	margin: 5px 0 0 20px;
	float: right;
	/*border: 1px solid #FFFFFF;*/
}
#content #help_links a.print {
	clear: right;
}
#content #help_links a.all_news {
	color: #364E63;
	font-size: 12px;
	text-decoration: none;
	background: url(img/a.all_news.gif) no-repeat right 5px;
	padding: 0 12px 0 0;
	float: right;
	border: 1px solid #FFFFFF;
}
#content #help_links {
	width: 550px;
	padding: 10px 25px 15px 15px;
	float: left;
}
#content .line {
	width: 601px;
	height: 31px;
	background: url(img/content_line.gif) repeat-x 0 10px;
	float: left;
}
#content p {
	width: 561px;
	color: #000000;
	line-height: 1.3;
	text-align: left;
	padding: 0 25px 15px 15px;
	float: left;
}
#tablis p {
	color: #000000;
	text-align: left;
	width: 250px;
}
#content p a {
	color: #364E63;
	text-decoration: underline;
}
#content table {
/*	display: inline;   */
}
#content p.bold {
	color: #364E63;
	font-weight: bold;
	padding: 0 25px 0 15px;
}
#content p a:visited {
	color: #557A9B;
}
#content .list_1, #content .list_2, #content .list_3 {
	width: 561px;
	color: #000000;
	list-style: none;
	line-height: 1.3;
	padding: 0 25px 15px 15px;
	float: left;
}
#content .list_13 {
	font-weight: bold;
}
#content .list_3 {
	width: 281px;
}
#content .list_1 li, #content .list_3 li {
	width: 550px;
	background: url(img/list_1_dot.gif) no-repeat 0 5px;
	padding: 0 0 0 11px;
	float: left;
}
#content .list_2 li {
	width: 550px;
	background: url(img/list_2_dot.gif) no-repeat 0 5px;
	padding: 1px 0 1px 11px;
	float: left;
}
#content .list_3 li {
	width: 270px;
}
#content .list_3 .title {
	width: 281px;
	color: #000000;
	background: none;
	padding: 0 0 15px 0;
}
#content .list_1 a, #content .list_2 a,  #content .list_2 a:visited, #content .list_3 a, #content a.link {
	color: #364E63;
	cursor: pointer;
	text-decoration: none;
}
#content a.link {
 display: block;
}
#content .list_1 a:visited, #content .list_3 a:visited {
	color: #557A9B;
}
#content #newsletter {
	width: 561px;
	padding: 0 25px 15px 15px;
	float: left;
}
#content #newsletter label {
	width: 230px;
	padding: 10px 0 0 0;
	float: left;
}
#content .img_left {
	margin: 0 30px 0 10px;
	float: left;
}
#content .info_table {
	width: 568px;
	color: #151510;
	border-left: 1px solid #F3F3E9;
	border-bottom: 3px solid #F3F3E9;
	margin: 10px 0 15px 15px;
	clear: left;
}
#content .info_table thead td, #content .info_table thead th {
	font-weight: bold;
	text-align: left;
	background: #F3F3E9;
}
#content .info_table thead th {
	width: 85px;
}
#content .info_table tbody th {
	font-weight: normal;
}
#content .info_table td, #content .info_table th {
	vertical-align: top;
	border-top: 3px solid #F3F3E9;
	border-right: 1px solid #F3F3E9;
	padding: 10px;
}
#footer {
	width: 863px;
	padding: 15px 0 15px 30px;
	float: left;
}

.yellow {
	background-color: yellow;
}
