body {
	background-color: #000077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #336699;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 15px;
}

form {
  text-align: left;
  margin-left: 50px;
  margin-right: 20px;
}

span.ickle {
    font-size: 10px;
    font-style: italic;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background-color: #fff;
    vertical-align: top;
}

h1 {
    font-size: 24px;
    text-decoration: underline;
}

img {
    border-style: none;
}

td.poll {
	color: #333333;
	text-align: left;
    width: 50%;
}

#title {
	background-image: url("logo.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0px;
	width: 250px;
	margin: 0 auto;
	padding-top: 80px;
}

#page {
	width: 80%;
	margin: 0 auto;
}

#nav {
    position: absolute;
    top: 120px;
    left: 15px;
    width: 125px;
	background-color: #ddddff;
}

#main {
    top: 110px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 140px;
}

#footer {
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	color: #dddddd;
	background-color: #000077;
	clear: both;
	margin-left: 140px;
}

#time {
    font-size: 10px;
    color: #555555;
    float: right;
}

#poll {
    text-align: left;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a.body:hover {
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}

a.footer:link {
	color: #dddddd;
	text-decoration: none;
}

a.footer:visited {
	color: #dddddd;
	text-decoration: none;
}

a.footer:active {
	color: #dddddd;
	text-decoration: none;
}

a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}
