html, body, form, ul, li, p, h1 { 
	padding: 0px;
	margin: 0px;
}
html, body, * html #main { 
	height: 100%;
}
a {
	outline: none;	
}
img {
	border: 0px;
	behavior: url("pngbehavior.htc");
}
body {
	min-width: 1002px;
	font-size: 11px;
	font-family: Georgia;
}
hr {
	border: 0;
	border-top: 1px solid #00354F;
}
a {
	color: #00689B;
}
.index {
	background: url(img/bg_index.png) repeat-x;
}
.inside {
	background: url(img/bg_inside.png) #DDE4E8 repeat-x;
}
#main {
	width: 100%;
	min-height: 100%;
	position: relative;
}
.index #main {
	margin: 0 auto -24px auto;
}
.inside #main {
	margin: 0 auto -143px auto;
}
.bg_1 {
	background: url(img/bg_1.jpg) no-repeat right bottom;
}
.bg_2 {
	background: url(img/bg_2.jpg) no-repeat right bottom;
}
.bg_3 {
	background: url(img/bg_3.jpg) no-repeat right bottom;
}
.bg_4 {
	background: url(img/bg_4.jpg) no-repeat right bottom;
}
#flash {
	height: 347px;
	float: left;
	width: 100%;
}
#header {
	width: 70%;
	height: 179px;
	float: left;
}
#logo {
	width: 29%;
	height: 134px;
	text-align: center;
	padding: 45px 0 0 0;
	float: right;
}
#menu {
	width: 100%;
	height: 32px;
	list-style: none;
	float: left;
}
#menu .left {
	height: 32px;
	float: left;
}
#menu .right {
	float: right;
	text-transform: uppercase;
}
#menu .menu_1 {
	background: url(img/menu_1_bg.jpg) repeat-x;
}
#menu .menu_2 {
	background: url(img/menu_2_bg.jpg) repeat-x;
}
#menu .menu_3 {
	background: url(img/menu_3_bg.jpg) repeat-x;
}
#menu .menu_4 {
	background: url(img/menu_4_bg.jpg) repeat-x;
}
#menu .menu_5 {
	background: url(img/menu_5_bg.jpg) repeat-x;
}
#menu .border {
	background: url(img/menu_border.gif) no-repeat right center;
}
#menu .left a {
	height: 25px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding: 7px 20px 0 20px;
	float: left;
}
#menu .menu_2 a:hover, #menu .menu_3 a:hover, #menu .menu_4 a:hover, #menu .menu_5 a:hover, #menu a.act {
	color: #182B41;
	background: url(img/menu_hover.jpg) repeat-x;
}
#menu .left a img {
	margin: 4px 0 0 0;
}
#menu .right a {
	height: 25px;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	padding: 7px 15px 0 15px;
	float: left;
}
#content {
	width: 50%;
	min-height: 285px;
	_height: 285px;
	padding: 30px 0 30px 100px;
	float: left;
	text-align: justify;
}
#content ul {
	margin-left: 40px;
}
#content h1, #newsletter h1 {
	color: #00689B;
	font-size: 26px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0 0 0 -20px;
	display: block;
	text-align: left;
}
#content span {
	color: #7E888E;
	font-size: 12px;
	display: block;
}
#content a.title, h2 {
	color: #00689B;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#content p {
	color: #333333;
	padding: 0 0 15px 0;
	display: block;
}
#content big {
	font-size: 16px;
	display: block;
}
#content p a, #content big a {
	color: #333333;
	text-decoration: underline;
}
#footer {
	width: 100%;
	text-align: center;
	position: relative;
}
.index #footer {
	height: 24px;
	background: url(img/footer_1_bg.gif) repeat-x 0 bottom;
}
.inside #footer {
	height: 143px;
	background: url(img/footer_2_bg.jpg) repeat-x;
}
#logos {
	height: 75px;
	text-align: center;
	padding: 34px 0 10px 0;
	margin: 0 auto;
	width: 1002px;
}
.index #logos {
	clear: left;
}
.inside #logos {
	background: url(img/footer_2_bg.jpg) repeat-x;
}
#logos span {
	width: 100px;
	color: #00689B;
	font-size: 16px;
	text-align: right;
	border-right: 1px solid #006699;
	padding: 10px 10px 10px 0;
	float: left;
}
#logos a {
	margin: 0 10px 0 0;
}
#logos img {
	vertical-align: middle;
}
#footer p {
	color: #666666;
	letter-spacing: -1px;
	background: url(img/footer_line.gif) no-repeat center bottom;
	padding: 0 0 10px 0;
	display: block;
}
#footer p span {
	right: 0px;
	display: block;	
	padding: 0 10px 10px 0;
	position: absolute;
}
#footer p a {
	color: #666666;
	text-decoration: none;
}
.clearfooter {
	clear: both;
}
.index .clearfooter {
	height: 24px;
}
.inside .clearfooter {
	height: 143px;
}
#menu .right a:hover, #footer p a:hover, #content a:hover.title, #content p a:hover, #content big a:hover {
	text-decoration: underline;
}

/************************ Pagination ************************/

#content .pagination span {
	display: inline;
}

#content .pagination a {
	color: #00689B;
	padding: 0 3px;
}

#content .pagination strong {
	color: #00689B;
	padding: 0 3px;
}

.new_date {
	margin-bottom: 10px;	
}

.news_thumb {
	float: left;
	margin: 0 10px 10px 0;
}	

.clear {
	clear: both;
}

/****************************/

#newsletter {
	float: right;
	margin: 0;
	display: block;
}

#newsletter h1 {
	color: #00689B;
	font-size: 26px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
	display: block;
}

input {
	font-family: Georgia;
	border: 1px solid #00689B;
	font-size: 13px;
	margin: 0;
	padding: 3px;
}

#submit_btn {
	background: url(img/menu_5_bg.jpg) repeat-x;
	border: 0;
	color: #fff;
	_height: 24px;
}