body
{
	margin: 0;
	padding: 0;
	font: 0.9em arial, helvetica, sans-serif;
	text-align: center;
	color: #333;
	background:#399 url(images/gradient.jpg) bottom left fixed repeat-x;

}
a:link {  color: #cc392f; text-decoration: none; }
	a:visited {  color: #cc392f; 
	text-decoration: none;
	}
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #00629b;
	}

#container
{
	margin: 1em auto;
	
	text-align: left;
	background-color: #fffee6;
	border: 1px none;
	width: 700px;  
	}

#header
{		height: 150px;
			width: 100%;

		background-position: 0 0;
		
		position: relative;
	}




#header h1 span {
			
		visibility:hidden;font-size:1px;
}

#mainnav
	{
		background-color: #00629b;
		color: #ffc;
		padding: 2px 0;
		margin-bottom: 22px;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #ffc;
		font: 1em arial, helvetica, sans-serif;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 15px;
		border-right: 1px solid #ffc;
		font: 1em arial, helvetica, sans-serif;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #ffc;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #00629b;
		background-color: #fff;
	}

#content {
	background-color: transparent;
	margin: 0 20px 30px 20px; 
	}
	
#content h4 {
	font: bold 1.2em arial, helvetica, sans-serif;
	 color:#00629b ;
}
#content p{font-family:arial, helvetica, sans-serif;font-size:0.9em;line-height:1.4em;letter-spacing:0.5px}
ul li {
	font-family:arial, helvetica, sans-serif;font-size:0.9em;line-height:1.5em;letter-spacing:0.5px}
#content a{
	font-weight:bold;
}
.emphasis {
	font-weight:bold;
	line-height: 2em;
	color:#00629b;
}
#table  {
	border-collapse: collapse; border:0; width:56%; 
	font: 90% arial, helvetica, sans-serif;
	color:#333;
}

col#col1 {
	width:42%;
}
col#col2 {
	width:22%;
}
col#col3 {
	width:18%;
}
col#col4 {
	width:18%;
}
.right {
	text-align: right;
}
	.img-shadow {
  float:right;
  background: url(images/shadow.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fffee6;
  border: 1px solid #cc392f;
  margin: -6px 6px 6px -6px;
  padding: 8px;
  } 
  
  .imagefloat
	{
		float: right;
		
		margin: 10px 0 0 5px;
	} 
	
		
	
 .imageduck
	{
		float: right;
		padding: 2px;
		margin: 0 15px;
	} 


#footer {
	background-color: #00629b;
	clear:both;
		color: #ffc;
		
		text-align: left;
		padding: 5px;
		font-size: 0.75em;
		
}

#footer a
	{
		text-decoration: none;
		color: #ffc;
		font-weight:bold;
	}
	
#footer a:hover
	{
		text-decoration: none;
		color: #00629b;
		background-color: #fff;
}

/* ---------- 6. forms ---------- */

input, textarea {
		background: #daf3f2;
		border: 1px solid #0e6f9c;
		font: normal 1em Arial, Helvetica, sans-serif;
		padding: 1px;
		color: #404040;
		}

textarea {
		height: 9.0em;
		}

.formField {
		width: 335px;
		}

label {
		font-weight: normal;
		}
		
form {
		padding: 0 10px 0;
		}
		
.submitButton {
		border: 1px solid #ffffff;
		background-color: #05669b !important;
		color: #ffffff;
		padding: 2px 4px;
		}
		
.submit {
		border: 1px solid #ffffff;
		background-color: #05669b !important;
		color: white;
		padding: 2px 4px;
		}
		
.formField:hover, .formField:focus, .submitButton:hover, .submitButton:focus, .submit:hover, .submit:focus {
		border-color: #05669b;
		}

.realname {
		visibility: hidden;
		height: 1px;
		}