@charset "utf-8";

html,body {
    height:100%;

}
body {
    min-width:800px;
    background-color:#123b61;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-size:12PX;
    COLOR: #000000;
}

.outer {
    width: 800px;
	margin: auto;
		
}
.inner {
    width: 800px;
	display:inline;
	float:left;
	background-color:#FFFFFF;
	margin: auto;
		
}

.lhs {
float:left;
width:225px;
display:inline;
background-coloR:#ffffff;
HEIGHT:720px;
}

.rhs {
float:right;
width:575px;
display:inline;
background-color:#ffffff;
	min-height:720px;
	height:auto !important;
	height:720px;

}

.logo {
width:215px;
margin-left: 10px;
margin-top:10px;
text-align:right;
}

.nav {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#123b61;
margin-top:40px;
margin-left:10px;
text-align:right;
width:215px;
text-transform:uppercase;
line-height:22px;
}

.nav a {
text-decoration:none;
color:#123b61;
}

.nav a:visited {
text-decoration:none;
color:#123b61;
}

.nav a:hover {
color:#6fa7cb;
}

.searchtop {
width:215px;
text-align:right;
margin-left:10px;
margin-top:95px;
}

.search {
width:215px;
text-align:right;
margin-left:10px;
height: 200px;
text-transform:uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#123b61;
}

.searchbottom {
width:215px;
text-align:right;
margin-left:10px;

}
.headerimg {
margin-left:15px;
width:553px;
height:286px;
margin-top:10px;
}

.title {
width:553px;
height:30px;
margin-left:15px;
margin-top:10px;
background-image:url(images/titledots.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

.content {
margin-top:10px;
margin-bottom:10px;
width:553px;
	min-height:324px;
	height:auto !important;
	height:324px;
	margin-left:15px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#123b61;
padding-top:10px;
	

}

.footer {
width:553px;
background-image:url(images/titledots.jpg);
background-position:top;
background-repeat:no-repeat;
height: 40px;
margin-left:15px;

font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#123b61;
text-transform:lowercase;
text-align: right;
}
.siteby {
padding-top: 10px;
}

.siteby a, .siteby a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#123b61;
text-transform:lowercase;
text-decoration:none;
}
.textbox {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#123b61;
background-color:#dee3e7;
border-color:#123b61;
border-width:1px;
widTH: 150PX;
}

.dropdown {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#123b61;
background-color:#dee3e7;
border-color:#123b61;
border-width:1px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #123b61;
	border-color:#dee3e7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding:3px;
}

a, a:visited{
color:#123B61;
text-decoration:none;
}
