body {
text-align: center;
font: 10pt Helvetica, Arial, sans-serif;
background-color: #f3f3f7;
/*background-image: url('codebg.gif');*/
background-repeat: no-repeat;
}

#slider a{
	display:block;
}

a:hover { border-bottom: 0px; }

p a { color: #6899F8; text-decoration: none; }
p a:hover { border-bottom: 1px solid #6899F8; }

#container {
width: 750px;
margin-left: auto;
margin-right: auto;
text-align: center;
}



#navigation a {
margin-top: 0px;
text-transform: uppercase;
color: #555;
margin-left: 30px;
margin-right: 30px;
font-size: 13pt;
text-decoration: none;
text-shadow: 0px 2px 3px #fff;
}

#navigation a:hover {
color: #6899F8;
border-bottom: 0px solid black;
text-shadow: 0px 2px 3px #ccc;
}

#logo {
margin-top: 20px;
margin-bottom: 20px;
border: 0px;
text-transform: uppercase;
color: #555;
font-size: 10pt;
text-decoration: none;
text-shadow: 0px 1px 2px #fff;
}


#logo img {
padding: 10px;
}

#footer {
font-size: 11px;
margin-bottom: 10px;
}


.section {
margin-bottom: 150px;
text-align: left;
width: 500px;
margin-left: auto;
margin-right: auto;
}


h1 {
font-size: 24pt;
color: #6899F8;
text-indent: -9999px;
}

h2 {
font-size: 14pt;
margin-top: 10px;
margin-bottom: 16px;
font-weight: normal;
text-transform: uppercase;
color: #6899F8;
text-shadow: 0px 2px 3px #ccc;
}

p {
font-family: Georgia, Times New Roman, serif;
font-size: 14pt;
line-height: 20pt;
margin-bottom: 24pt;
}

ul { 
margin: 20px;
}

li {
list-style-type: disc;
font-family: Georgia, Times New Roman, serif;
font-size: 13pt;
margin-bottom: 8pt;
}

li:before {
color: #6899F8;
}

.quoted {
margin-top: -10pt;
margin-left: 70px;
}

.returntotop {
font-size: 11pt;
font-style: italic;
padding-left: 20px;
}

#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
