/*
 * Sea Breeze Delight
 * Artic Ocean: #012C42
 * Artic Shore: #014A6B
 * Sea Breeze: #6EB9CC
 * Spring Sky: #C8E3E9
 * Pale Blue: #F5F7FA
 *
 * Swirl Blue: #C5E5E7
 * Swirl BG: #D3E2E6, #DCE8EB
 * Wave BG: #E5F5F5
 *
 * Dark Gray: #6A6A6A
 * Middle Gray: #B6B6B6
 * Light Gray: #E5E5E5
 *
 */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #6A6A6A;
	text-align: center;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

p, h1, h2, form, button, img {
	border:0; margin:0; padding:0;
}

a:link, a:visited {
	color: #014A6B;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #C8E3E9;
	text-decoration: underline;
	font-weight: bold;
}

h2 {
	color: #C8E3E9;
	font-size: 14px;
}

.clear {	
	clear: both:
}

.notice {
	color: #014A6B;
	font-size: 8px;
	text-align: center;
}

.spacer{
	clear: both; height:1px;
}

.myform {
	margin: 0 auto;
	width: 220px;
	padding-top: 14px;
}

input.btn {;
	color: #333333;
	background-color: #C5E5E7;
	border: 1px outset #333333;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
}

.error {;
	color: red;
}


#header {
	width: 630px;
	border: none;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	color: none;
	float: right;
}

	#navlist ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		

	#navlist li {
		display: inline;
		list-style-type: none;
		padding-right: 20px;
}


#top {
	width: 100%;
	height: 20px;
	background-color: #C8E3E9;
}
#wrapper {
	position: relative;	
	text-align: left;
	width: 630px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 1px solid #C8E3E9;
	padding: 20px 20px 0 20px;
}

#lcontent {
        float: left;
	width: 200px;
	margin-top: 10px;

}

#rcontent {
        float: right;
	width: 400px;
	margin-top: 10px;
}

#stylized {
	border:none;
	background:#FFFFFF;
}

#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

#stylized p {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized label {
	display:block;
	font-weight:bold;
	text-align:left;
	width:140px;
	float:left;
}

#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:140px;
}

#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 2px;
}

#stylized button {
	width:210px;
	height:56px;
	background:#666666 url("../images/button.png") no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	cursor: pointer;
}

#listbottom {
	clear: both;
}

#footer {
	clear: both;
	width: 630px;
	margin-left:auto;
	margin-right: auto;
	background-color: none;
	border: 0px;
	color: #666666;
	font-size: .8em;
	padding: 20px 20px 0 20px;
	text-align: center;
}

