/* CSS Document */



body {background-color: #ffffff;
  background-image:   url(images/bg.jpg);
  background-repeat: repeat;
  font: 11px arial;
  color: #4b4b4d;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 19px;
  
  height:100%;
  
  scrollbar-face-color:#FFFFFF;
      scrollbar-shadow-color:#858585;
      scrollbar-highlight-color:#FFFFFF;
      scrollbar-3dlight-color:#FFFFFF;
      scrollbar-darkshadow-color:#FFFFFF;
      scrollbar-track-color:#858585;
      scrollbar-arrow-color:#858585;}

#content{
    position:absolute;
  width: 490px;
  top: 500px;
  left: 110px;
	height: ;}
 
  	#layout{
    position:absolute;
    top:0px;
	left:0px;
	}
	

.img {
border: 5px solid #FD8B06;
background: #72CBEB;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
}


pre {color: #FFFFFF;
	background-color: #A0749A;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}



	li { list-style-type: square;
		color: #BFE0E0; }
	.text {color: #979791;}
	
	div.header, h1{ 

  font: 16px georgia;
  color: #fff;
  border-right: 8px solid #FD8B06;
  background-color: #A0749A;
  text-align: right;
  letter-spacing: 7px;
  text-transform: lowercase;
  margin-bottom: 2px;
  padding-right: 40px;
  font-style: italic;
  }
  
  	div.header, h2{ 

  font: 12px georgia;
  color: #fff;
  background-color: #A0749A;
  text-align: left;
  letter-spacing: 7px;
  text-transform: lowercase;
  margin-bottom: 2px;
  padding-right: 40px;
  font-style: italic;
  }

a, a:link, a:visited, a:active {color:#A0739A;
font-size: 9pt; text-transform: none;}
A:hover {color:#FED86D; border-bottom: 1px solid #FEA902;
text-transform: none;}




u{color:#B42FB8;
font-size: 9pt;
border-bottom: B42FB8 1px dashed;}

b{color:#FEAD04;
font-family: verdana;
font-size: 9pt;}


i{color:#D4C5F0;
font-family: tahoma;
font-size: 9pt;}


textarea, input, option, select	{

padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;

}

div.footer {
	font-family: century gothic;
	font-size: 10px;
	line-height: 10px;
	text-transform: ;
	margin-left:0px; margin-right:0px; margin-top:30px; margin-bottom:0px; padding-left:px; padding-right:0px; padding-top:0px; padding-bottom:10px
}


/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}
