html {
  font-size: 100%; 
}
  
body {
  margin: 0;  
  background: #0f75bc; 
  line-height: 1.5em; 
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:12px;
	color:#333;
}
  
fieldset, form {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: none;
} 

u {
  text-decoration: none;
}
  
center {
  text-align: left;
}

img {
	border: none;
	}
  

input, textarea, select {
  border: 3px double #ccc;  
  font: 14px/19px Geneva, Arial, Helvetica, sans-serif;
  color: #333333;
}  
  
input {
  background: #fff url('../images/bck_input.gif') repeat-x center center;
  font: 14px/19px Geneva, Arial, Helvetica, sans-serif;
  padding: 3px 0;
	border: 3px double #ccc;   
}
  
input:hover, select:hover, input:active, select:active, textarea:active, textarea:hover, input:focus, select:focus, textarea:focus {
  color: #000;
  border: 3px solid #ccc;
	}
td, tr, table {
	vertical-align: top;
	}
  
/*  -TYPOGRAPHY
============================================================= */

h1, h2, h3, h4  { 
  margin: 0;
  text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
  clear:both;
	line-height: 110%;
	letter-spacing: -1px;
}
  
h6 {
  font-size: 11px;
  margin: 10px 0;
}


 h5, h6 {
  clear: both;
}


p {
  margin: 0 0 10px 0;
}
  
li {
  margin: 0 0 3px 0;
}
  
blockquote {
  margin: 10px 20px;
  padding: 10px 0 0 10px;   
  text-align: justify;    
} 

ul  {
  list-style: none;
  margin: 0;
  padding: 0;
} 

a, a:link, a:visited {
  text-decoration: none;  
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
#form_error_box {
	border: 3px double red;
	pading: 15px 0;
	text-align: center;
	margin: 0 auto;
	color:#CC0000;
	font-weight: bold;
	}
.red {
  font: 14px "Arial Black", Arial, Helvetica, sans-serif;
  color: #ff0000;
}
.btn {
	background: #ffa31c;
	padding: 5px 10px;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	}
.btn:hover {
	border-color: #ffa31c;
	color: #fff;
	}

#wrapper {
	width: 1000px;
	margin: 0 auto 50px auto;
	background: #fff;
	overflow: auto;
	}
#header {
	border-bottom: 5px solid #ffa31c;
	margin-bottom: 0px;
 }
#content {
	padding: 25px 25px 25px 25px;
	width: 620px;
	float: left;
	}

#sidebar {
	float:left;
	background-color:#c8deed;
	width:285px;	
	padding:0 15px 30px 15px;	
	margin-right: 15px;
	
	}

h1 {
	margin-bottom: 20px;
	color: #ffa31c;
	font-size: 28px;
	}
h2 {
	margin: 10px 0;
	color: #333;
	font-size: 20px;
	}
#sidebar h2 {
	font-size: 14px;
	}

/*  -FORM SPECIFIC ITEMS max width: 520px
============================================================= */


/*.float { 
width: 200px;
margin: 10px;
padding: 5px;
float: left;
border: 3px double #CCC;
}
*/


img {
	border: none;
}

#form_error_box {
	color: red;
	font-weight: bold;
	}
	
.float {
	border: 3px double #CCC;
	margin: 10px;
  padding: 10px 5px 5px 5px;
  float: left;
	width: 230px;
	}


/* float fix \*/
*html .float {
  height: 1%;
}

