html { height: 100%; margin-bottom: 1px; }

body {
padding:0;
margin:0;
background: #fff;
width: 100%;
display: table;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size:13px;
line-height:120%;
color: #000;
}

#long{
min-height:280px;
}
		input, textarea, select  {

		color:				#000;
		border:1px solid #aaaaaa;
	  	padding:2px;
	  	background-color:#ffffff;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		font-size:13px;
line-height:120%;
	  	margin-top:2px;
		}
		
.blue{
background-color:#000673;
color:#fff;
}

.button{
		color:#fff;
		border:1px solid #aaaaaa;
	  	padding:7px;
	  background-color:#000673;
	  	margin-top:2px;
		text-decoration:none;
}

a.button:hover{
color:#fff;
}

h1, h2, h3, h4, h5 {

   
    margin: 0px;
	color: #00068a;
}


h1 {
    font-size:14px;
}

h2 {
    font-size:14px;
}

h3 {
    font-size:14px;
}

h4 {
    font-size:14px;
}

h5 {
    font-size:14px;
}

h1.toptext{
font-size:13px;
color:#fff;
font-weight:normal;
}
h2.toptext{
font-size:13px;
color:#fff;
font-weight:normal;
}
h3.toptext{
font-size:13px;
color:#fff;
font-weight:normal;
}

a {

font-size:13px;
color: #000;
text-decoration: underline;
}

a:hover {

font-size:13px;
color: #000673;


}

strong {
font-size:12px;
}

p{
line-height:120%;
font-size:13px;
}

#wrapper{
margin:0px auto;
width:850px;
margin-top:10px;
}

#header{
width:850px;
height:140px;
}

#toptext{
width:380px;
height:113px;
float:right;
color:#fff;
background:url('images/black.jpg');
background-repeat:no-repeat;
margin-top:7px;
padding:10px;
text-align:center;

}

#menu{
width:850px;
height:40px;
margin-top:10px;
background-color:#000673;
width:850px;
color:#fff;
}
ul{
	margin:0;
	padding:0;
}

#menu ul{
margin-left:125px;

background-color:#000673;
}

#menu li{
	
	list-style:none;
	float:left;
	color:#fff;
	text-align:center;
	overflow:hidden;
	text-decoration:none;
	padding:10px;
	background-color:#000673;
}


#menu a{
text-decoration:none;
font-size:16px;
color:#fff;
height:28px;
padding:20px;
padding-top:10px;
}

#menu ul li a:hover{
background:#fff;
~background-color:#fff;
color:#000673;

}

#menu li:hover{
background:#fff;
~background-color:#fff;
color:#000673;
height:16px;
border-top:2px solid #000673;
border-bottom:2px solid #000673;
}

#menu ul li a.selected{
background:#fff;
~background-color:#fff;
color:#000673;

}
#menu li.selected{
background:#fff;
~background-color:#fff;
color:#000673;
height:16px;
border:2px solid #000673;
}

#content{
width:830px;
padding:10px;
}

#box1{
width:850px;
min-height:240px;

}

#content1{
float:left;
width:400px;
}
#box2{
width:850px
}

#content2{
width:400px;
float:right;
}

#footer{
width:840px;
height:20px;
color:#fff;
background-color:#000673;
padding:5px;
font-size:10px;
}

#footer a{
color:#fff;
font-size:10px;
}
.division{
float:right;
}

.center{
text-align:center;
}

#layoutNavigation ul {
	list-style-type: none;
	margin:10px 0;
	float:left;
}
#layoutNavigation a {
	display: block;
	width: 120px;
	background-color: #fffedf;
	border-bottom: 1px dotted #5D5262;
	margin:7px 10px;
}
#layoutNavigation a:link, #layoutNavigation a:visited {
	color: #000;
	text-decoration: none;
}
#layoutNavigation a:hover {
	
	color: #1687ff;
}
/* left navigation menu ends */
