/* CSS Document */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}
body {
	/* background-color: #E9E9E9; */
	margin-top: 10px;
	background-color:#CCDAE1;
}
#top {
	padding: 1px 1px 1px 1px;
	cursor:default;
	clear:both;
	width:90%;	
	margin:auto;
	background-color:#000000;
}
#div_top {
	width:100%;
	height:100px;
	margin:auto;
	background-color:#bc2525;
	background: url(../images/top.png);
	background-repeat:repeat;
}
#div_top_left {
	float:left;
	width:150px;
	height:100px;
	margin:auto;
	margin-left:3px;
	background: center url(../images/logo_left.gif);
	background-repeat:no-repeat;
}
#div_top_center {
	margin:auto;
	padding-top: 20px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#FFFFFF;	
}
#div_top_right {
	float:right;
	width:250px;
	height:100px;
	margin:auto;
	margin-right:3px;	
	background: url(../images/logo_right.gif);
	background-repeat:no-repeat;
}
#div_menu {
	width:100%;	
	margin:auto;
	padding:0;
	background: url(../images/menu_bg.gif);
}
#div_menu ul
{
float: left;
padding: 0;
margin: 0;
background: url(../images/menu_bg.gif);
color: White;
width: 100%;
font-family: arial, helvetica, sans-serif;
}
#div_menu ul li { 
display: inline; 
}
#div_menu ul li a
{
padding: 0em 1em;
background: url(../images/menu_bg.gif);
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #bc2525;
border-left: 1px solid #bc2525;
}
#div_menu ul li a:hover
{
background: url(../images/menu_bg_hover.gif);
color: #fff;
}
#div_menu ul li a#current
{
	/*background: url(../Images/menu_bg_current.gif);*/
	background:#84AEB5;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
}
#div_content {
	cursor:default;
	clear:both;
	width:100%;
	height:450px;
	margin:auto;
	text-align:justify;
	background-color:#84AEB5;
}
#div_image {
	margin:auto;
	height:450px;	
	padding-left: 200px;
	text-align:justify;
	background-image:url(../images/459_vertical.jpg);
	background-repeat:no-repeat;
}
#div_content_up {
	padding: 10px 20px 20px 20px;
	margin: auto;
	margin-bottom:12px;
}
div > #div_content_up {
	padding: 10px 20px 20px 20px;
	margin: auto;
	/*margin-bottom:20px;	*/
}
#div_content_left {
	width:33%;
	margin:auto;
	margin-top:15px;
	margin-bottom:-4px;	
	float:left;
	text-align:justify;
}
div > #div_content_left {
	width:33%;
	margin:auto;
	float:left;
	text-align:justify;
}
#div_content_center {
	width:33%;
	margin:auto;
	margin-top:15px;
	margin-bottom:-4px;	
	float:left;
	text-align:justify;
}
div > #div_content_center {
	width:33%;
	margin:auto;
	float:left;
	text-align:justify;
}
#div_content_right {
	width:34%;
	margin:auto;
	margin-top:15px;	
	margin-bottom:-4px;	
	float:left;
	text-align:justify;
}
div > #div_content_right {
	width:34%;
	margin:auto;
	float:left;
	text-align:justify;
}

#div_content_down {
	padding: 0px 20px 0px 20px;
	clear:both;
	margin-top:-15px;
	margin-bottom:10px;
}
div > #div_content_down {
	padding: 0px 20px 0px 20px;
	clear:both;
	margin-top:0;	
	margin-bottom:0;
}
#div_content_down1 {
	padding: 0px 20px 0px 20px;
	clear:both;
	margin-top:-12px;
	margin-bottom:10px;
}
div > #div_content_down1 {
	padding: 0px 20px 0px 20px;
	clear:both;
	margin-top:0;	
	margin-bottom:0;
}
#div_content_down2 {
	padding: 0px 20px 0px 20px;
	clear:both;
	margin-top:-5px;
	margin-bottom:10px;
}
div > #div_content_down2 {
	padding: 0px 20px 0px 20px;
	clear:both;
	margin-top:0;	
	margin-bottom:0;
}
#div_content_down3 {
	padding: 0px 20px 0px 20px;
	clear:both;
	margin-top:-3px;
	margin-bottom:0;
	text-align:center;
}
div > #div_content_down3 {
	padding: 0px 20px 0px 20px;
	clear:both;
	margin-top:0;	
	margin-bottom:0;
}
#div_content_down3 a {
	color:#0000cc;
}
#table_contact {
	border:0; 
	margin:0 auto 0 auto;
}
#table_contact td {
	padding: 10px;
}
#div_content_images {
	padding: 0px 20px 0px 20px;
	margin-top:-13px;	
}
div > #div_content_images {
	margin-top:0;		
}

#div_content_image {
	width:150px;
	height:100px;
	margin:auto;
	padding:10px 10px 10px 10px;
	float:left;
	vertical-align:middle;	
}
#div_content_image img {
	border:2px solid #000000;
	vertical-align:middle;
}
#div_content_image_m {
	width:100%;
	margin:auto;
	text-align:center;
}
#div_content_image_m img {
	border:2px solid #000000;
}
-->