body	{
	background-color: #005db5;
	font-family: Verdana;
	font-size: 12px;
	color: #45a2f6;
}

a {
	color: #45a2f6;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}

#main_div	{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
}

#header_menu {
	width: 900px;
	height: 80px;
	background-image: url("_img/header_bg.png");
	background-repeat: repeat-x;
}
#header_menu a {
	font-family: trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #c3d3ec;
}
#header_menu a:hover {
	color: #ffffff;
}

div.header_pic {
	width: 900px;
	height: 266px;
}

#menu_div {
	width: 900px;
	height: 40px;
	background-color: #003362;
}
#menu_div a {
	position: absolute;
	top: 346px;
	display:block;
	height: 40px;
	width:299px;

}
#menu_div a.btn1 {
	background: url("_img/btn1.png") -299px 0px no-repeat;
}
#menu_div a.btn2 {
	background: url("_img/btn2.png") -299px 0px no-repeat;
}
#menu_div a.btn3 {
	background: url("_img/btn3.png") -299px 0px no-repeat;
}
#menu_div a:hover {
	background-position: 0px 0px;
}

div.short_desc {
	width: 900px;
	height: 100px;
	background-color: #003362;
}
div.desc_div {
	width: 270px;
	font-size: 10px;
	text-align: justify;
}

.pics {
	width: 900px;
	height: 166px;
	background-color: #ffda11;
	padding: 0px;
}

#title {
	width: 900px;
	height: 28px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
#title a {
	font-weight: bold;
	color: #FFFFFF;
}
.subtitle {
	width: 900px;
	height: 40px;
	font-size: 11px;
	font-weight: bold;
	color: #003362;
}

#footer_menu {
	width: 900px;
	height: 54px;
	background-image: url("_img/footer_bg.png");
	background-repeat: repeat-x;
}
#footer_menu a {
	font-family: trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #c3d3ec;
}
#footer_menu a:hover {
	color: #ffffff;
}

.contact_textbox	{
	border: 1px solid #005fe2;
	color: #7b641c;
}
.contact_btn	{
	border: 1px solid #005fe2;
	color: #005fe2;
}







