@media screen {

	body {
	
	margin-left: 5%;
	margin-right: 5%;
	background-color: #FEF5DA;
	background-repeat: repeat-x;

	}

    body,td,th {
	font-family: Comic Sans MS;
	font-size: 12px;
	color: #000000;
	}

	#no_background {
	background-image: none;
	background-color: #FFFFFF;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	}
}


a {
	font-family: "Comic Sans MS";
	color: #3C2E02;
	text-decoration: none;
}
a:hover {
	color: #AD8405;
	text-decoration: underline;

}

a:visited {
	color: #0F0A00;
}


a:link {
	color: #6D5303;
}

.button {
	background-color: #FF9A00;
	text-transform: none;
	font-weight: bold;
	font-variant: small-caps;
}
.radio {

	background-color: #FFDC93;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
}
.underline {
	text-decoration: underline;
}
.borderTop {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-top-color: #999999;
}
#requestform {
	margin: 0px;

}
#member_request {
	background-color: #FDEFC4;
}

.space-5 {
	padding-left: 10px;
}
.padding-10 {
	padding: 10px;
}
#heading {
	font-size: large;
	top: 10px;
	color: #663300;
	
}
.column_head {
color: #FFFFFF;
}

#loginForm {
	color: #0B140F;
	left: 75px;
	top: 335px;
	width: 300px;
	z-index: 1;
	position: absolute;
}
#guy {
	position: absolute;
	top:100px;
	width:367px;
	height:350px;
	background-color:#CCCCCC;
	layer-background-color:#CCCCCC;
	border:1px none #000000;
	z-index:-1;
}
#wpLOGO {
	width: 100%;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 15px;
	border-top: thin #FFFFFF;
	border-right: thin #FFFFFF;
	border-bottom: thin ridge #FFFFFF;
	border-left: thin #FFFFFF;
}

#wpLOGO a {
	
	color: #574202;
	
}

.radio-disabled {
	background-color: #CCCCCC;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}



@media print {
  
  	body {
	margin-left: 0;
	background-image: none;
	background-color: #FFFFFF;
	}
  
  	body,td,th {
	font-family: "Arial Unicode MS";
	font-size: 14px;
	color: #000000;
	}
	
	#itemstosend {
	font-size: xx-small;
	left: -15px;
	width: 600px;
}

	#pagenumber {
	visibility:hidden
	}

    #noprint {
	visibility:hidden;

	}
 

  
#requestsToProcess {
	top: -10px;
	position: absolute;
	font-size: large;
}


}