﻿@import url('layout.css');
@import url('menu.css');

body {font-family:sans-serif;font-size:0.8em;text-align:center;}
img {display:block;}
.clearer {clear:both;}
.nest {
	margin:30px;
	text-align:left;
}

#left .nest ul {
	margin-left:30px;
	list-style-image:url('../images/bullet.png');
}

#left .nest ul li {
	padding-left: 10px;
}

h1 {
	font-weight:normal;
	font-size:2em;
}

#bottomnav {
	color:#333;
	padding-bottom:10px;
}

#bottomnav a, a {
	color: #FF6600;
}

#bottomnav a:hover, a:hover {
	color:#333;
	text-decoration:none;
}

#footerview p {
	font-size:0.85em;
	color:#EEE;
	padding:20px 0 10px 0;
}