body {
	background-color: #003249;
  line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

#header .container, #main .container {
	background-color: white;
  border-right: 5px solid #888888;
  border-left: 5px solid #BBBBBB;
}

#main .container {
  border-bottom: 5px solid #666666;
}

.container {
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}

#header img {
  float: left;
  margin: 5px 30px;
}

#mloginform {
  font-size: .8em;
  width: 350px;
  float: right;
  margin: 20px;
}

#mloginform input {
  width: 120px;
}

#mloginform #login {
  margin-top: 15px;
  width: 50px;
}

#formusername, #formpassword {
  width: 130px;
  float: left;
}

#formsubmit {
  float: left;
}

#links {
  font-size: .8em;
  padding: 3px 0;
  clear: both;
}

#links a {
  margin-right: 10px;
  text-decoration: underline;
}

#welcome {
  font-size: .8em;
  margin: 10px;
  margin-right: 30px;
  float: right;
}

#header .headtop {
  height: 90px;
  background-color: #BAE2F8;
  background: -webkit-linear-gradient(#BAE2F8, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#BAE2F8, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#BAE2F8, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#BAE2F8, white); /* Standard syntax */
}

#nav {
  clear: both;
  overflow: auto;
  background-color: #F7931D;
}

a {
  text-decoration: none;
}

#nav a {
	display: block;
  background-color: #F7931D;
	color: #003249;
	float: left;
	width: 178px;
	padding: 5px;
  margin: 2px 2px 0 2px;
	text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 1px 1px #FBAF3F;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#nav a:hover {
  background-color: #FBAF3F;
}

#nav .currentPage {
  background-color: white;
  border-bottom: none;
  /*border-top-left-radius: 3px;
  border-top-right-radius: 3px;*/
  text-shadow: 1px 1px #BBBBBB;
}

#nav .currentPage:hover {
  background-color: white;
}

.content {
	width: 528px;
	float: right;
	margin: 50px 20px;
}

.unitv {
  margin-bottom: 30px;
}

.unith {
  overflow: auto;
}

.picture {
	width: 352px;
	float: left;
	margin: 50px 20px;
}

.sidepic {
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #888888;
}

.widepic {
  margin-top: 20px;
}

.const {
  display: block;
  margin: 0 auto;
}

#main form {
  font-size: 1.1em;
  line-height: 150%;
  width: 840px;
  margin: auto;
}

#main form input, #main form textarea {
  font-size: 1em;
}

#main form textarea {
  font-family: Arial, Helvetica, sans-serif;
  width: 370px;
  height: 58px;
  resize: none;
}

#main label {
  display: block;
  margin-bottom: 5px;
}

#main fieldset {
  width: 370px;
  margin: 10px;
}

#main fieldset input {
  float: right;
  clear: both;
}

#main form div {
  clear: both;
}

.small {
  font-size: .8em;
}

#footer, #footer a {
	margin: 10px;
	color: #F7931D;
  text-shadow: 1px 1px black;
}

.content a:hover, #footer a:hover {
  text-decoration: underline;
}

.copy {
	float: left;
}

.links {
	float: right;
  margin-right: 20px;
}

#nav a, h1, h2, h3, h4, h5, h6 ,th {
  color: #003249;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
  text-shadow: 1px 1px #BBBBBB;
	margin: 10px 0;
  border-bottom: 3px solid #F7931D;
}

h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 0;
  border-bottom: 3px solid #F7931D;
}

h3 {
  font-weight: bold;
}

p {
  font-size: .9em;
	margin: 0 0 10px 0;
}

.serviceli {
  font-size: .8em;
  margin-left: 15px;
}