/* Elements */

body {
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	background-image: url(images/bluwater.jpg);
  background-color: #909090;
	background-repeat: repeat-xy;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #606060;
}

h1 {
  margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #475D8F;
	margin-bottom: 15px;
}
  

h2 {
  margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #606060;
	margin-bottom: 7px;
}

h3 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #606060;
	margin-bottom: 7px;
}

h4, h5, h6 {
  margin-top: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #606060;
	margin-bottom: 7px;
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
}

a {
	color: #475D8F;
	text-decoration: underline;
}

a:hover {
  color: #475D8F;
	text-decoration: none;

}

/*Main Container*/

#maincontainer {
  width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000;
}

/*Header*/
	
#head {
	height: 80px;
	background: #fff;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#head .left {
  float: left;
	padding-left: 10px;
	padding-top: 10px;
	}

#head .right {
  float: right;
	width: 300px;
	padding: 30px 15px 0px 0px;
	text-align: right;
}

/*Menu*/

#menu {
  float: left;
	height: 30px;
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	}

#menu ul {
	height: 30px;
	margin: auto;
	list-style: none;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
}

#menu li {
  position: relative;
	display: inline;
	height: 30px;
	margin: auto;
}

#menu a {
  margin: auto;
	display: block;
	width: 120px;
  padding: 7px 0px 7px 0px;
	float: left;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/menubg2.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#splash {
  height:  220px;
	background-image: url(images/splash.jpg);
	margin-bottom: 0px;
}
	
#splash h1 {
  font-family: Arial;
	font-size: 24px;
	color: #fff;
	padding-top: 140px;
	padding-left: 15px;
}

#splash a {
  color: #fff;
	text-decoration: none;
}	


/* Content */

#content {
	width: 800px;
  margin-bottom: 0px;
	padding: 0px 0 25px 0;
  background:#fff;
	background-repeat: repeat-y;
	color: #606060;
	overflow: hidden;
}

#colOne {
	float: left;
	width: 235px;
	padding: 15px 15px;
}


#colTwo {
	float: right;
	width: 500px;
	padding: 15px;
	overflow: auto;
}

#colTwo p {
	line-height: 17px;

}

#colTwo strong {
  color: #606060;
	font-weight: bold;
}

/*Forms*/

label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

textarea {
  display: block;
	width: 200px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}


/* Footer */

#footer {
  width: 800px;
	height: 20px;
	background: #808080;
/*	float: right;*/
}

#footer p {
	float: right;
	color: #fff;
	font-size: 11px;
	padding-top: 3px;
}





