/* General styles */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #666;
	font-size: 11px;
}
a:link {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
h1 { font-size: 130%; font-weight: bold; color: #900; border-bottom: 2px solid #666; padding-bottom: 5px; padding-left: 7px; }
h2 { font-size: 120%; font-weight: bold; color:#333; }
h3 { font-size: 100%; padding-left: 15px; padding-right: 15px; color: #333; }
h4 { font-size: 120%; text-align: right; }
p {
	font-size: 11px;
	line-height: 125%;
	font-weight: normal;
	color: #333;
}
ul {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin-left: 15px;
	padding: 0;
	line-height: 150%;
}
ul li { list-style-type: square }
#main2 ol li { list-style-type: decimal; }

#container { width: 775px; margin: 10px auto; background-color: #fff; }
#header { vertical-align: top; }
#content { height: auto; background-color: #fff; margin: 0; padding: 0; }
#main { float: left; }
#main img { margin: 0; padding: 0; clear: none; }
#main2 { float: left; margin: 10px; width: 495px; padding-left: 7px; }
#main2 td { vertical-align: top; }
#sidebar { float: right; width: 200px; margin: 10px; }

/* NAVIGATION */
#nav {
    width: 775px; height: 25px;
	background: url(../img/navigation.gif) no-repeat;
    margin: 0 auto; padding: 0;
    position: relative; }
#nav span { display: none; }	
#nav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0; }
#nav li, #nav a {
    height: 25px; display: block; }
#nav1 { left: 0px; width: 129px; }
#nav2 { left: 129px; width: 129px; }
#nav3 { left: 258px; width: 129px; }
#nav4 { left: 387px; width: 129px; }
#nav5 { left: 516px; width: 129px; }
#nav6 { left: 645px; width: 130px; }
#nav1 a:hover {
    background: transparent url(../img/navigation.gif)
    0px -25px no-repeat; }
#nav2 a:hover {
    background: transparent url(../img/navigation.gif)
    -129px -25px no-repeat; }
#nav3 a:hover {
    background: transparent url(../img/navigation.gif)
    -258px -25px no-repeat; }
#nav4 a:hover {
    background: transparent url(../img/navigation.gif)
    -387px -25px no-repeat; }
#nav5 a:hover {
    background: transparent url(../img/navigation.gif)
    -516px -25px no-repeat; }
#nav6 a:hover {
    background: transparent url(../img/navigation.gif)
    -645px -25px no-repeat; }

/* Footer styles */
#footer { clear: both; padding: 10px; }
#copyright {
	padding: 5px;
	color: #fff;
	background-color: #666;
	text-align: right;
}
#copyright a:link { color: #999; text-decoration: none; }
#copyright a:visited { color: #999; text-decoration: none; }
#copyright a:hover { color: #3e240b; border-bottom: 1px dotted; }
#copyright a:active { color: #3e240b; }

