﻿/* CSS layout */

body {
	font: tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000; /* text */
	background: #fff; /* background */
}

a {
	font-weight: bold;
	color: #FECC00;
	text-decoration: none;
}

a:focus, a:hover  {
	text-decoration: underline;
	color: #fff;
	background-color: #000;
}

img {
	border: 0;
}

h1 {
	color: #fff; /* text */
	font: 16px tahoma, arial, sans-serif;
}

#logo {
	position: relative;
	margin-top: 0px;
}

#navigation {
	background: #000099; /* background */
	color: #fff; /* text */
	font-weight: bold;
	font-size: 20px;
}

#subnav {
	background: #000099; /* background */
	color: #fff; /* text */
	font-weight: bold;
	font-size: 16px;
	height: 2px;
}

#divide {
	height: 2px;
	background: #FECC00; /* background */
}

#content {
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 2px;
}

#footer {
	background: #000099; /* background */
	padding-top: 5px;
	padding-left: 10px;
}
#newsletter {
	padding-left: 8px;
}
