* {
	border: 0;
	padding: 0;
	margin: 0;
}

body{
	background: #9dcce6;
	font-family: arial,verdana,sans-serif;
	font-size: small;
}

.content{
	float: left;
	width: 440px;
	margin-left: 40px;
	margin-bottom: 60px;
}

.rightcol{
	float: right;
	text-align: center;
}

label{
	display:block;
}

table tr td{
	border-bottom: 1px solid #666;
	padding-bottom: 0.3em;
}

table.login tr td{
	border-bottom: none;
	padding-bottom: 0.3em;
}

ul li{
	margin: 1em 0 1em 2em;
}

.rightcol form input.btn, input.btn{
	border: 3px outset #eaa03f;
	background: #eaa03f;
	color: #000;
	font-weight: bold;
}

.rightcol form p{
	width: 180px;
}

input.infobtn{
	border: 1px outset #00529a;
	padding:5px;
	margin: 10px;
	background: #00529a;
	color: #eee;
	font-weight: bold;
	margin-top: 25px;
}

.rightcol h1{
	font-size: 130%;
}

.rightcol form{
	background: #f7f7f7;
	padding: 10px;
	margin-top: 20px;
	margin-right: 7px;
	text-align: left;
}

.rightcol form input, input{
	border: 2px solid #ccc;
	padding: 2px;
	margin: 3px 0;
	width: 160px;
	margin-left: 10px;
}

h1, h2,h3{
	color: #00529a;
}

h1{
	font-size: 180%;
	margin-bottom: 0.3em;
}

h2{
	font-size: 120%;
	margin-bottom: 0.3em;
}

h3{
	font-size: 105%;
	margin-bottom: 0.3em;
}


p{
	margin: 0 0 1.3em 0;
	line-height: 1.4em;
}

a{
	color: #96a8be;
}

dl{
	background: #fafafa;
	padding: 25px;
}

dl dt{
	font-weight:bold;
	margin: 0.5em 0;
}

dl dd{
	margin-left: 1em;
}

.clear{
	clear: both;
}

#frontpage{
	overflow: display;
	margin-top: -13px;
}

#frontpage h2{
	margin-left: 12px;
	margin-bottom: 1em;
	color: #00529a;
	font-size: 120%;
}

div.fp_sqr{
	float: left;
	display: block;
	height: 235px;
}

div#wrapper{
	width: 850px;
	margin: 0 auto;
}

#top{
	height: 80px;
}

#top a span{
	display: none;
}

#top a{
	display: block;
	height: 80px;
	width: 500px;
}

div#content{
	background: url(mid.jpg) repeat-y top center;
}

div#content div.one{
	background: url(top_big.jpg) no-repeat 0px  -15px;
}

div#content div.one div.two{
	background: url(bottom.jpg) no-repeat bottom center;
	padding: 15px 41px 25px 41px;
}

div#bottom {
	height: 44px;
	margin-top: 30px;
}


#bottom ul{
	list-style: none;
	padding-top: 0;
	margin-top: 0;
}

#bottom ul li{
	float: left;
	margin-left: 0.5em;
	border-left: 1px solid #ccc;
	padding-left: 0.5em;
	padding-top: 1px;
	padding-bottom: 3px;
}

#bottom ul li.first{
	border: 0;
}

#bottom #copy{
	float: right;
	text-align: right;
	font-size: 70%;
	color: #999;
	margin-top: 10px;
}

#frontpage h2{
	margin-bottom: 0;
}

