/* CSS Document */



#content{
    position:absolute;
	top: 280px;
left: 340px;
  width: 480px;
	height: ;}
 
  	#layout{
    position:absolute;
    top:0px;
	left:0px;
	}
	
pre {color: #FFFFFF;
	background-color: #4C5B96;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}

body, td, table {background: transparent;
  background-repeat: repeat;
  background-color: #000000;
    font: 11px arial;
  color: #4b4b4d;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 19px;}
	  
	    body {
    scrollbar-face-color:#1A1E33;
      scrollbar-shadow-color:#1A1E33;
      scrollbar-highlight-color:#1A1E33;
      scrollbar-3dlight-color:#1A1E33;
      scrollbar-darkshadow-color:#1A1E33;
      scrollbar-track-color:#1A1E33;
      scrollbar-arrow-color:#FFFFFF;
  }
  
#content {background: transparent;}

body, td, th {
margin-right: 10px;
}


a:link, a:visited, a.active {
color: #EEEEEE;  
text-decoration: none;
font: 12px Times New Roman;
font-style: italic;
border-bottom: 1px dotted #333333;
}
a:hover {
color: #555555;
border-bottom: 1px dashed #444444;
}

u{color:#96B2FF;
font-family: verdana;
border-bottom: #1A1E33 1px dashed;}

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

i{color:#96B2FF;
font-family: tahoma;
font-size: 8pt;}


h1, .title {
color: #4D5B98;
font-family: Georgia;
font-size: 9pt;
padding: 2px;
font-weight: bold;
letter-spacing: 10px;
text-transform: lowercase;
text-align: center;}

 .title2 {
color: #4D5B98;
font-family: Georgia;
font-size: 9pt;
padding: 2px;
font-weight: bold;
letter-spacing: 10px;
text-transform: lowercase;
text-align: left;}

h2, .title3 {
font-size: 7pt;
padding: 2px;
font-weight: bold;
letter-spacing: 10px;
text-transform: lowercase;
text-align: left;}

blockquote { margin: 10px; padding: 10px; }

.img {
border: 8px solid #1A1E33;
background: #4D5B97;
padding: 8px;
margin-left: 15px;
margin-top: 2px;
margin-right: 15px;
margin-bottom: 2px;
}

span.darken
{background-color: #4b4b4d}

h4 { 
margin: 0;
text-align: center;
font-family: georgia;
font-size:12px;
font-style:italic;
color: #000000;
padding:5px;
letter-spacing: 5px;
text-transform:lowercase;
line-height: 15px;
font-weight: normal;}

h3 { 
margin: 0;
text-align: left;
font-family: georgia;
font-size:12px;
font-style:italic;
color: #4b4b4d;
padding:5px;
letter-spacing: 5px;
text-transform:lowercase;
line-height: 15px;
font-weight: normal;}

textarea, input, option, select	{
border: 1px dotted #4D5B98;
background: #152230;
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;
color: #FFFFFF;
}

div.footer {

	margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:0px; padding-left:10px; 
	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;
	}