/* Forms */

* {
	padding:0;
	margin:0;
}

html {
	text-align: center;
	background: #fff url('../images/header.jpg') repeat-x right top;
	color: #4b4b4b; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.3; font-size:10px; font-family:Trebuchet MS, Verdana, Arial, Helvetica, Sans-serif
}

body {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
}




h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.75em 0;}

h1 {font-size:1.67em;}

h2 {font-size:1.39em;}

h3 {font-size:1.2em;}

h4 {font-size:1em;}

h5 {
  font-size:1em;
  font-weight:bold;
  color: #ff9900;
  font-family: arial;
}

h6	{	
	border-bottom:1px solid #004000;
	font-size:1.39em;
}

blockquote {
	background-image:url("../images/bq.jpg");
	background-position:top;
	background-repeat:repeat-x;
	padding:5px 35px 5px 5px;
	border:1px solid #eee;
	font-family:"Trebuchet MS", Tahoma, Verdana;
}

li, dd { 
	margin-left:2em;
}

a {
        color: #3366CC;
        background-color: #FFFFFF;
        font-weight: normal;
        text-decoration: none;
	outline:none;
}

a:hover {
        color: #0033CC;
        background-color: #FFFFFF;
        font-weight: normal;
        text-decoration: underline;
}

.image_paragraph_right {
	float: right;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:5px;
}

.image_paragraph_left {
	float: left;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:5px;
}

.image_section_right {
	float: right;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
}

.image_section_left {
	float: left;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:10px;
}

#title {
        color:#3366CC;
        background-color:#FFFFFF;
        font-size:3em;
        font-weight:normal;
		margin:0px 0px 25px 0px;
        float:left;
}

#slogan {
	color:#000000;
	background-color:#FFFFFF;
	font-size:small;
	font-weight:bold;
	padding:18px 0px 0px 50px;
	float:left;
	margin:0px 0px 10px 0px;
}

#maincontent {
	font-size:1.0em;
	padding:0px 5px 5px 0px;
	margin:10px 0px 10px 0px;
	width:650px;
	float:left;
}



label {
margin: 0;
padding:0.2em;
margin-top:0.3em;
text-align:right;
width:70px;
float:left;
text-transform:uppercase;
}

fieldset {
  background-color:#ccc;
  border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:300px;
}
  
legend {
width:194px;
height:30px;
color:#fff;
font-size:2em;
padding-left:0.5em;
background: transparent url("../images/legend_bg.gif") no-repeat;
position:relative;
top:-1em;
text-transform:uppercase;
font-weight:bold;
letter-spacing:-1px;
white-space:pre; /* hack: make sure */
}

.br {display:none;}  
  
.textfield {
font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
color:#333 ;
margin:3px;
height:20px;
border:solid 0 #fff;
padding: 3px 8px;
background: transparent url("../images/textfield_bg.gif") no-repeat fixed;
width:200px;
voice-family: "\"}\""; 
voice-family:inherit;
width:187px;
}

fieldset>input.textfield {
background: transparent url("../images/textfield_bg.gif") no-repeat;
}

textarea {
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#333 ;
margin:3px;
height:165px;
border:solid 0 #fff;
padding: 0 8px;
background: transparent url("../images/textarea_bg.gif") no-repeat fixed;
width:200px;
voice-family: "\"}\""; 
voice-family:inherit;
width:190px;
}

fieldset>textarea {
background: transparent url("../images/textarea_bg.gif") no-repeat;
}

.submit {
margin:3px;
background: transparent url("../images/submit.gif") no-repeat;
height:20px;
border:solid 0 #fff;
width:80px;
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#666;
text-transform:uppercase;
 }






