#background {
	width: 900px;
	height: 2000px;
	border:none;
	background-image: url(btnd_bg900x2000.jpg);
	position: absolute;
	top: 0;
} 

#content {
	width: 429px;
	height: auto;
	border: thin;
	position: ABSOLUTE;
	top: 85px;
	left: 256px;
	text-align:left;
	vertical-align: top;
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	} 


#navigation {
	width: 130px;
	height: auto;
	border:thin;
	background-color: #f2f0f0;
	position: absolute;
	top: 235px;
	left: 105px;
	text-align:center;
	vertical-align: top;
	color:#3030be;
	font-family: Tahoma, Arial, Helvetica, sans-serif, sans-serif;
	font-size:12px;
	}
	
#navigation a {
	color:#3030be;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	}

#navigation a:hover {
	color:blue;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
	}
	

#rightimagearea {
	width: 200px;
	height: 155px;
	border:thin;
	position: absolute;
	top: 150px;
	left: 695px;
	} 

#rightcontentarea {
	width: 200px;
	height: 155px;
	border:thin;
	background-image:url(DoNotUpload-Source/chalkboard.jpg);
	position: absolute;
	top: 300px;
	left: 695px;
	} 
	
#rightcontent {
	width: 150px;
	height: 115px;
	border:thin;
	position: relative;
	top: 20px;
	left: 5px;
	text-align:left;
	vertical-align: top;
	color:#ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	} 



#rightlogos {
	width: 130px;
	height: 237px;
	border:thin;
	position: absolute;
	top: 327px;
	left: 727px;
	} 
 

H1,H2,H3,H4,H5,H6 {
	color:#3030be;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	} 
		
	

 
 /* The td in which a form label appears */
.formLabel {
 background-color: #AAD2C8;
 }
 


/* attribute of the text for a required field */
.requiredField {
 font-weight: bold;
 }
 
 /*The attributes of the fields that were required but left blank */
.missingField {
 font-weight: bold;
 color: #FF0000;
 }
.contentHeaderCell {
 background-color: #AAAA77;
 color: #FFFFFF;
 font-weight: bold;
 }

.contentListCell {
 background-color: #EEEEEE;
 color: #000000;
 }
.contentListCellAlt1 {
 background-color: #CCCCCC;
 color: #000000;
 }
.contentListCellAlt2 {
 background-color: #DDDDDD;
 color: #000000;
 }
.alternate1 {
 background-color: #CCCCCC;
 color: #000000;
 }
.alternate2 {
 background-color: #DDDDDD;
 color: #000000;
 }

