/* CSS Document */

* a {
	text-decoration: none;
}

a {
text-decoration: none;
color: #666666;
}

a:visited 
{color: #000000;
}

p {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 18px;
font-weight: normal;
color: #333333;
text-decoration: none;
padding: 0 0 1em;
}

body {
   	font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #333;
    background: #e0e0e0;
}

div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}

ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}

h1, h2, h3, h4 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: .5em 0;
	letter-spacing: .07em;
}

h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }


a, a:link { 
	text-decoration: none;
    color: #69c;
	border:none;
}

img {
	text-decoration: none;
	border: 0px none #FFFFFF;
}
#wrapper {
	width:800px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;

}

#banner {
	clear: both;
	width: 800px;
}
#navigation {	
	clear: both;
	width: 800px;}
#bodywrapper {
	clear: both;
	width: 800px;}

#footerarea {
padding-top: 10px;
border-top-width: thin;
border-top-style: solid;
border-top-color: #990000;
width: 800px;
}