/* CSS Document */

body {
 color:#294F03;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 background-color:#7CAF6A; 
}

a {
 color:#1E410A;
 text-decoration:none;
 font-weight:bold;
}

a:hover {
 color:#FFFFFF;
}

h1 {
 font-size:18px;
 font-weight:bold;
 color:#1D2D76;
}

h2 {
 font-size:12px;
 font-weight:bold;
 color:#5A69B7;
}

.header {
 background-image:url(images/awakenthedreamer3_01.jpg);
 background-repeat: no-repeat;
 background-color:#A3C789;
 }
 
 .footer {
 background-image:url(images/awakenthedreamer2_03.jpg);
 background-repeat:no-repeat;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#A3C789;
 font-size:9px;
 height: 100px;
 text-align:center;
 }
 
.footer a {
 color:#A3C789; 
}
 
 .sitejump {
 text-align:right;
 padding-right:15px;
 padding-top:30px;
 }
 
 .sitejump a {
 color:#ADE499;
 }
 
.sitejump a:hover {
 color:#FFFFFF;
 }

 .main {
 background-color:#A3C789;
 }

.leftcol {
 padding-top:15px; 
}

.centercol {
 padding-left:15px;
 padding-top:25px;
 padding-right:15px;
 text-align:left;
}
 
.rightcol {
  padding-right:10px;
	font-size:14px;
}

.navmain {
 font-size:12px;
 padding-left:15px;
 color:#1D2D76;
 text-align:left;
}

ul {
 color:#1D2D76;
}

ul a {
 font-weight:bold;
 color:#3333CC
}

li {
 list-style:none;
 padding-bottom:7px;
}

/* FORMS */
#form {
	padding-right: 10px;
	line-height: 18px;
}
	
#signup table {
 width: 600px;
}

#signup td {
 padding-left: 4px;
}

.labelcell {
 width: 200px;
 vertical-align: text-top;
 text-align: right;
}

.reqlabelcell {
 color: #990000;
 background-color: transparent;
 width: 200px;
 vertical-align: text-top;
 text-align: right;
}

.fieldcell {
	text-align: left;
	margin-right: 0px;
	padding-right: 5px;
}

.fieldcell input {
 width: 200px;
 color: #102132;
 border: 1px solid #003300;
 margin-right: 0px;
}

textarea {
 border: 1px solid #003300;
 width: 300px;
 height: 200px;
}

.button {
 background-color: #81AF77;
 color: #102132;
 cursor:pointer;
 margin-top: 3px;
}
