body {
	background-color: #336699;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
}

a:link { 
font-family:  tahoma, verdana, Arial, sans-serif;
text-decoration: none;
color: #336699;
}

a:visited { 
font-family: tahoma, verdana, Arial, sans-serif;
text-decoration: none;
color: #336699;
}

a:hover { 
font-family:  tahoma, verdana, Arial, sans-serif;
text-decoration: underline;
color:  #336699;
}

h1{
font-family: tahoma, verdana, Arial, sans-serif;
font-size: 105%;
color: #336699;
}
.bodytext {
font-family: verdana, Arial, sans-serif;
font-size: 70%;
color: #333333;
line-height: 150%;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0px;
padding-top: 15px;
}

.bottomtext {
font-family: Arial, sans-serif;
font-size: 65%;
color: #CCCCCC;
padding-top: 8px;
padding-bottom: 5px;
padding-right: 0px;
padding-left: 5px;
}

a.bottomlink { 
font-family: Arial, sans-serif;
text-decoration: underline;
color: #CCCCCC;
}

a.bottomlink:visited { 
font-family: Arial, sans-serif;
text-decoration: underline;
color: #CCCCCC;
}

a.bottomlink:hover { 
font-family: Arial, sans-serif;
color: #CCCCCC;
text-decoration: underline;
}

.bannertext {
font-family: Arial, sans-serif;
font-size: 70%;
color: #336699;
padding-top: 8px;
padding-bottom: 5px;
padding-right: 4px;
padding-left: 3px;
}


/* Form Styling */
.clear {
  clear: both;
}

#main form {
  font-size: 1.2em;
}


/* 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: 100%;
	font-size: 0.85em;
}

/* 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;
}