body {
	margin:0; padding:0;
	background: #234a6a url('images/bg1.jpg') repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a { 
text-decoration: none; 
} 
#contents {
	z-index: 1;
}


#container { 
	width: 750px;
	height: 437px;
    margin-left: 20%;
	background: url('images/logo.png') no-repeat top center;
	padding-top: 20px;
}

#navcontainer { font-size: 14px; margin: 0px;}

#navcontainer ul h3 { 
	margin-top: 13px;
}

#navcontainer ul
{
	z-index: 2;
	width: 250px;
	color: white;
	float: left;
	margin: 3px;
	padding: 0;
	display: block;
	list-style-type: none;
}

#navcontainer ul ul { 
	color: grey;  
	list-style-type: none;
}

#navcontainer li li { 
	border-bottom: 1px dotted #1b3b54;
	font-size: 10px;
	padding: 5px;
}

#navcontainer a
{
}

#navcontainer a:link, #navlist a:visited
{
	color: #c7cbce;
	text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
}

#bt_cnt {
position: relative;
 width: 80%;
}

#bt_nav { 
	margin-left: 25%;
	color: white;
	margin-bottom: 5px;
	font-size: 18px;
		border-bottom: 1px dotted #1b3b54;
}
#bt_lft {
	float: left;
	width: 345px;
	padding: 5px;
	color: white;
}
#bt_lft a { 
	color: white;
	text-decoration: none;
}
#bt_rt {
	position: relative;
	padding: 5px;
	color: white;
	
}
#bt_rt h1 {
	font-size: 14px;
	margin: 3px 0 0 0;
}
#bt_lft h1 {
	font-size: 14px;
	margin: 3px 0 0 0;
}
#bt_rt p {
	font-size: 12px;
	margin: 3px;
}
#bt_lft p {
	font-size: 12px;
	margin: 3px;
}
hr {
height: 0px;
  background: #206b8b;
  margin: 5px 0 0 0;
  padding: 0px;
  border-bottom: 1px dotted #206b8b;
}





#navcontainer2 ul
{
padding-left: 28%;
margin-left: 0;
color: White;
float: left;
width: 100%;
font-size: 18px;
}


#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
padding: 0.2em 1em;
color: White;
text-decoration: none;
border-bottom: 1px dotted #204562;
float: left;
}

#navcontainer2 ul li a:hover
{
background-color: #09131b;
color: #fff;
}