body    
	{
	background: #C1E1E9 url(img/bg.png) top left repeat;
	color: #FFFFFF;
	font: 12px Helvetica Neue, Helvetica, Geneva, Geneva CY, Arial, Trebuchet MS;
	line-height: 18px; 
	text-align: justify;
	}

.header
	{
	position:absolute;
	padding: 0px; 
	top: 0px;
	left: 100px;
	}

.main
	{
	position:absolute; 
	padding: 0px 10px 0px 10px; 
	top: 423px; 
	left: 100px; 
	width: 579px;
    color:#FFFFFF;
    background-color: #000000;
	}

#navi
	{
	font: 5pt Arial Black, Georgia, Trebuchet MS, Lucida Grande, Arial;
	text-transform: uppercase;
	position: absolute;
	top: 430px;
	left: 720px;
    width: 192px;
    line-height: 5pt;
	text-align: justify;
	}

#navi a 
     {
   color: #FFFFFF;
   width: auto;
   display: block;
   background-color: #A3CDD8;
   text-align: left;
   letter-spacing: 3pt;
   padding: 8px;
   }


#navi a:hover 
       {   
    color: #297784;
    text-decoration: none;
    }

#footer
	{
	background-color: #151515;
	color: #FFFFFF;
    font-size: 10px;
	font-family: Trebuchet MS; 
	font-style: italic;
    line-height: 12px;
    margin-top: 5px;
    text-align: center;
    padding: 3px 12px 3px 3px;
    width: 565px;
	}

h1
	{
	font-family: Arial;
    font-size: 16px;
	color: #BAEAD9;
	letter-spacing: 3px;
	text-transform: uppercase;
    font-weight: bold;
	padding-left: 25px;
	}

.letter 
      {
	font: 35px Georgia; 
	font-weight: bold;
	color:#1D877B;
	letter-spacing: 3px;
	font-style: italic;
	text-transform: lowercase;
	}

h2

       {
	list-style: url(img/bullet.png) square;
	color: #858585;
	font: 12px Georgia; 
	font-style: italic; 
	padding-bottom: -10px;
	}
	
#stats 
	{
	border: 1px solid #FFFFFF;
	background: #151515 url(img/stats.png) no-repeat top left;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Georgia;
    text-align: left;
    padding: 25px 30px 0px 0px;
    width: 370px;
    height: 105px;
	}

a:link, a:visited, a:active       
	{
	color: #3EB69E;
    text-decoration: none;
	}

a:hover       
	{
	color: #1F4F59;
    text-decoration: underline;
	}

strong, b 
      {
	color: #162536;
	}

i, em 
      {
    color: #9D9D9D;
    }

input, button, select, option, textarea
	{
	background: #000000;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	border-left: 0px solid #007675;
	color: #A9D3DD;
	font-family: Trebuchet MS; 
	font-size: 11px;
	font-style: italic;
	padding: 2px; 
	}

img	
	{
	border: 0px;
	}
	
img.border
	{
	border: 5px solid #B0B0B0;
	}
	
img:hover.border
	{
	border: 5px solid #37717E;
	}
	
.codesort img 
       {
	border: 5px solid #B0B0B0;
	}
	
.codesort img:hover
       {
	border: 5px solid #37717E;
	}
	
.arrowlistmenu{
width: 190px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 18px Georgia;
font-style: italic;
font-weight: bold;
color: #FFFFFF;
background: #A9D3DD;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: lowercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: move;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: transparent;
}

.arrowlistmenu ul, li{ /*CSS for UL of each sub menu*/
list-style-type: none;
background: transparent;
margin: 0;
padding: 0;
margin-bottom: 3px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul, li {
padding-bottom: 2px; /*bottom spacing between menu items*/
}

