/* CSS Document */
/* Layout */
html { height: 100%; padding: 0; margin: 0; }
body { background: #e8d4f7 url('../images/bg.jpg'); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #8759c5; padding: 0; margin: 0; }
#topstripe { background: #ccdd84 url('../images/topstripe.jpg'); height: 173px; width: 100%; padding: 0px; margin: 0; text-align: center; }
#text { background-color: #f1ebfa; margin: 25px; float: left; width: 60%; padding: 10px; border: 3px solid #dce6b3; }
#nav { background-color: #f1ebfa; margin: 25px 25px 0 25px; float: right; width: 20%; padding: 10px; border: 3px solid #dce6b3; }
#foot { background: #ccdd84; bottom: 0; clear: both; height: 60px; width: 100%; border-top: 5px solid #8aa02c; padding: 5px 0 5px 0; margin: 0; text-align: center; }
#form { margin: 0 auto; padding: 5px; width: 75%; }

/* Format */
#nav ul { list-style-type: none; padding-left: 0; }
#nav ul li { padding-left: 0; }
#nav ul a { text-decoration: none; color: #8aa02c; border-bottom: 2px dotted #8aa02c; font-size: 13pt; line-height: 18pt; }
#nav ul a:hover { text-decoration: none; color: #b18fdb; border-bottom: 2px solid #b18fdb; font-size: 13pt; line-height: 18pt; }

a { text-decoration: none; color: #8aa02c; border-bottom: 1px dotted #8aa02c; font-size: 13pt; }
a:hover { text-decoration: none; color: #b18fdb; border-bottom: 1px solid #b18fdb; }

#foot a { text-decoration: none; color: #8aa02c; border-bottom: 2px dotted #8aa02c; font-size: 13pt; }
#foot a:hover { text-decoration: none; color: #b18fdb; border-bottom: 2px solid #b18fdb; font-size: 13pt; }

#topstripe a { border: 0; }
#topstripe a:hover { border: 0; }

h1 { font-size: 16pt; text-align: center; font-weight: 100; text-decoration: underline; }
h2 { font-size: 15pt; color: #8aa02c; font-weight: 600; }
h3 { font-size: 13pt; text-align: center; font-weight: 100; }
h4 { font-size: 11pt; text-align: center; font-weight: 100; color: #8aa02c; }
.list { font-size: 10pt; color: #b18fdb; }
.list strong { font-size: 10pt; color: #8aa02c; }
.small { font-size: 10pt; color: #b18fdb; text-align: center; }
.pic { border: 0; }
.green { font-size: 11pt; color: #8aa02c; text-align: center; }
.center { text-align: center; }
.pic { float: left; padding-right: 10px; }
.question { color: #8aa02c; font-weight: 600; }

#form label{
display:block;
font-size:11pt;
text-align:right;
width:150px;
float:left;
}
#form input, textarea, select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #b18fdb;
width:200px;
margin:2px 0 20px 10px;
}
#form button{
width:45%;
height:31px;
background:#ccdd84;
text-align:center;
line-height:31px;
font-size:11pt;
color: #b18fdb;
font-weight:bold;
border: 2px solid #8aa02c;
}
#form .second{
color:#8aa02c;
display:block;
font-size:7pt;
font-weight:normal;
text-align:right;
width:140px;
}

img.middle { margin: 0 auto; }