body {
	background-color: #333399;
}

a:link { 
font-family:  Verdana, Arial, sans-serif;
text-decoration: none;
color: #0066ff;
}

a:visited { 
font-family: Verdana, Arial, sans-serif;
text-decoration: none;
color: #0066ff;
}

a:hover { 
font-family:  Verdana, Arial, sans-serif;
text-decoration: underline;
color: #0066ff;

}

.bodytext {
font-family: Verdana, Arial, sans-serif;
font-size: 70%;
color: #000000;
line-height: 200%;
padding-left: 20px;
padding-right: 30px;
padding-bottom: 20px;
}


.bottomtext {
font-family: Arial, sans-serif;
font-size: 60%;
color: #808080;
padding-top: 1px;
padding-bottom: 5px;
padding-left: 20px;
}

.lefttext {
font-family: Verdana, Arial, sans-serif;
font-size: 70%;
color: #ff9900;
line-height: 150%;
padding-left: 10px;
padding-right: 10px;
}


/* Form Styling */
.clear {
  clear: both;
}

#main {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

#main form {
  font-size: 1.4em;
}


/* fieldset styling */
#main fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#main legend {
	font-weight: bold;
	color: #000000;
}

#main form p {
  	position: relative;
	width: 95%;
	font-size: 0.65em;
}

/* style for  labels */
#main label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#main input {
  width: 200px;
}

#main  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#main  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#main  input:focus, textarea:focus {
	background: #ffc;
}

#main  input.radio {
    float: left;
	margin-right: 1em;
}

#main  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}