body {
margin-top: 4px;
background-color: #4a6eb7;
font-family: Verdana, Tahoma, Arial;
font-size: 11px;
line-height: 18px;
}

a:link { 
text-decoration: none;
color: #3366cc;
}

a:visited { 
text-decoration: none;
color:#3366cc;
}

a:hover { 
text-decoration: underline;
color: #3366cc;
}

h1 {
color: #3366cc;
font-family: Verdana, Tahoma, Arial;
font-size: 16px;
margin-left: 10px;
margin-top: 6px;
}

p {
	margin-left: 10px;
	margin-right: 20px;
}

.lefttext {
color: #666666;
line-height: 130%;
padding-left: 3px;
padding-right: 2px;
padding-bottom: 5px;
padding-top: 5px;
}

.bottomtext {
font-family: Arial, sans-serif;
font-size: 65%;
color: #cccccc;
padding-top: 3px;
padding-bottom: 3px;
}


.navigation {
	list-style: none;
	margin-left: -30px;
}

.navigation li {
	display: block;
	width: 140px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
	font-size: 10px;
	margin-bottom: 4px;
	font-family: Verdana, Tahoma, Arial;
}

.navigation li.skidding {
	background-color: #58658C;
}

.navigation li a {
	text-decoration: none;
	color: 4A6EB7;
	display: block;
	height: 20px;
	width: 135px;
	background: #E8E8E8;
	padding-top: 4px;
	padding-left: 5px;
}

.navigation li a:hover {
	text-decoration: underline;
	background: #7483A2;
	color: #fff;
}

#main {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	width: 500px;
}

#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.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;
}

.homepage-box {
	border: #F00;
	border: medium;
	background-color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}