/* Styles */
form {
margin: 0;
padding: 0;
}

fieldset {
margin: 1em 0;
border: none;
border-top: 1px solid #ccc;
}

legend {
margin: 1em 0;
padding: 0 .5em;
color: #036;
background: transparent;
font-size: 1.3em;
font-weight: bold;
}

label {
float: left;
width: 100px;
padding: 0 1em;
text-align: right;
}

fieldset div {
margin-bottom: .5em;
padding: 0;
display: block;
}

fieldset div input, fieldset div textarea {
width: 150px;
border-top: 1px solid #555;
border-left: 1px solid #555;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 1px;
color: #333;
}

fieldset div select {
padding: 1px;
}

div.fm-multi div {
margin: 5px 0;
}

div.fm-multi input {
width: 400px;
}

div.fm-multi textarea {
width: 400px;
}

#fm-submit {
clear: both;
padding-top: 1em;
text-align: center;
}

#fm-submit input {
border: 1px solid #333;
padding: 2px 1em;
background: #555;
color: #fff;
font-size: 100%;
}

input:focus, textarea:focus {
background: #efefef;
color: #000;
}


/* required fields - does not work in IE */
fieldset div.fm-req {
font-weight: bold;
}

fieldset div.fm-req label:before {
content: "* "; /* does not work in IE */
}

/* Basic page styling, not part of the form example */

html {
	margin: 0px;
	padding: 0px}
	
body {
	margin: 0px;
	padding: 0px;
	font-style: normal; font-variant: normal; font-weight: normal;
	font-family: "Century Gothic", "Lucida Sans Unicode", sans-serif;
	color: #000000}

p {
	padding-top: 0px;
	margin-top: 0px}
h2 {
	font-family: "Chisel Wide", "Arial MS Unicode", sans-serif;
	color: #000000;
	font-size: 125%; 
	font-weight: lighter;
	text-align: center}

h3 {
	font-family: "Chisel Wide", "Arial MS Unicode", sans-serif; 
	font-weight: lighter}


a:Link {
	font-weight: bold;
	color: #000000;
	text-decoration: none}

a:Visited {
	font-weight: bold;
	color: #708090; 
	text-decoration: none}

a:Hover {
	font-weight: bold;
	color: #000000; 
	text-decoration: none}



#fm-body {
padding: 0;
margin: 20px;
color: #333;
background: #fff;
font: 12px arial,verdana,sans-serif;
text-align: center;
}

#fm-container {
margin: 0 auto;
padding: 1em;
text-align: left;
}

p#fm-intro {
margin: 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 684px}

#header {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 15px;
	text-align: center}

#main {
	position: relative;
	text-align: left}

#main ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Helvetica Narrow", Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #660033;
	background-color: #ffffff}

#main li{
	margin: 15px}



#colTextRight {
	width: 62%;
	position: relative;
	float: right;
	margin: 5px 5px 5px 5px}

#colTextLeft {
	width: 26%;
	position: relative;
	float: left;
	margin: 5px 5px 5px 5px}



#defFooter {
	margin-top: 20px;
	text-align: center;
	font-size: 68%;
	line-height: 40px}

#defFooter a:link, #defFooter a:visited {text-decoration: underline}
