body {
background: none;
margin: 0;
padding: 0;
font-family: Times New Roman, Arial, Verdana;
color: #313131;
}
p.bigblue {
font-weight:bold;
color: #0A3673;
font-size: 0.9em;
margin: 0 0 12px 0;
}
#left {
font-size: 0.8em;
width: 200px;
float: left;
line-height: 1.5em;
}
#right {
font-size: 0.8em;
width: 450px;
float: right;
line-height: 1.4em;
}
#left input, #left select, #left textarea {
padding: 0 2px 0 2px 0;
font-size: 12px;
font-family: Georgia, Times New Roman;
margin: 0 0 3px 0;
background-color: #F6FCFF;
}
#right textarea {
background-color: #F6FCFF;
font-family: Georgia, Times New Roman;
width: 440px;
margin: 0 0 5px 0;
}
#contact {
padding: 10px 0 0 0;
margin: 0;
}
#contact input {
font-family: Georgia, Times New Roman;
font-weight: bold;
font-size: 0.9em;
width: 70px;
height: 25px;
}
span.error {
display: none;
color: #2B84FF;
}
form {
margin: 0;
padding: 0;
}
p {
margin:5px 0 7px 0;
}
a:link {
text-decoration: none;
color: #313131;
}
a:active {
text-decoration: none;
color: #0A3673;
}
a:visited {
text-decoration: none;
color: #313131;
}
a:hover {
color: #0A3673;
text-decoration: underline;
}