* {
margin: 0;
padding: 0;
}

body {
background: #186CBC;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

a {
color: #fff;
}

a:hover {
background-color:#f90; 
}

i {
font-style: italic;
}

b {
font-weight: bold;
}

#header {
width: 580px;
height: 240px;
background: #4185C2 url('../images/header.jpg') no-repeat right top;
}

#wrapper {
width: 580px;
background: #fff;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #4185C2;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h2 {
width: 419px;
height: 30px;
background-color: #4185C2;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 240px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #4185C2;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #f90;
}

#menu {
z-index: 2;
padding:0;
margin:0;
width: 580px;
height: 96px;
color:#fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
white-space:nowrap;
}

#menu li {display: inline;}

#menu li a {
display: block;
padding: 0.2em 1em;
background:#4185C2;
color:#fff;
float:left;
text-decoration:none;
width: 120px;
height: 20px;
}

#menu li a:hover {
background-color: #f90;
}

#current a {
background-image: url('../../images/bullet.gif');
background-repeat: no-repeat;
background-position: 100% 100%
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 2px solid #fff;
}

a:hover img {
border: 2px solid #f90;
}

.floatright {
float:right;
height;30px;
margin-top:10px;
margin-right:10px;
margin-left: 10px;
margin-bottom:10px;
}

.floatleft {
float:left;
margin-top:0px;
margin-right:20px;
margin-left: 10px;
margin-bottom:10px;
}

#content {
float: left;
width: 568px;
margin: 10px 0 0 10px;
}

#content a {
color: #000;
text-decoration: underline;
}

#content a {
color: #000;
font-weight: bold;
background-color:#f90; 
text-decoration: underline;
}

p {
margin-bottom: 20px;
}

p.italic {
font-style: italic;
}

.center {
text-align: center;
}

.centersm {
text-align: center;
margin-bottom: 5px;
}

.red {
color: #ff0000;
font-weight: bold;
}

#footer {
clear: both;
height: 130px;
background-color: #4185C2;
width: 568px;
}

div.fl {
float: left;
width: 33%;
}

div.fr {
float: right;
width: 33%;
}

.cleanform {
font-size:1em;
width:500px;
color:#1b1b1b;
text-align:left;
position:relative;
margin:1em auto
}

/* Elements */

.cleanform  label,.cleanform legend {  
padding:0;
margin:0.3em 0;
font-size:1em;
}

.cleanform fieldset { 
padding:0.7em;
border:1px solid #ddd;
margin:0 0 0.5em 0;
}
	             
.cleanform fieldset input {
width:70%;
line-height:1.5em;
padding:0.15em;
font-size:14px;
}

.cleanform .radio input,
.cleanform .checkbox input {
width:auto;
border:none;
}

.cleanform input, .cleanform textarea, .cleanform select {
display:block;
margin-bottom:1em;
font-size:14px;
padding:0.15em;
margin-right:1em
}

.cleanform .radio label, .cleanform .radio input,
.cleanform .checkbox label, .cleanform .checkbox input {
display:inline;
margin:0 1.5em 0 0
}


.cleanform .radio input, .cleanform .checkbox input {
margin:0 0.3em 0 0
}

/* Button */

.cleanform button {
margin:0.3em 0;
border:1px solid #000;
background-color:#ccc;
font-size:1.1em;
cursor:pointer;
padding:0.5em
}

.cleanform button:hover {
background-color:#f90;
border:1px solid #000;
color:#000;
}

.cleanform button:active {
background-color:#333;
color:white;
border:1px solid #000;
}
		
/* information */
		
.cleanform .formInfo {
margin-bottom:1em;
padding-bottom:0.5em;
border-bottom:0.1em solid #ddd;
}

.cleanform .formInfo h2 {
color:#00889e;
font-weight:bold;
font-size:1.2em;
margin-bottom:1em
}

.cleanform .formInfo p{
text-align:left
}

.cleanform .required {
color:#ff0000;
font-weight:bold;
}