body {
	margin: 0;
	padding: 0;
	font-family: arial, "Bitstream Vera Sans", verdana, arial, sans-serif;
	font-size: 0.9em;
	background-color: #ffffff;
}

A {
	text-decoration: underline;
	color: #233c55;
}

A:hover {
	text-decoration: underline;
	color: #4B78AB;
}

h1 {
	font-size: 1.4em;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 1.1em;
	clear: both;
}

h2 {
	font-size: 1.2em;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 1.1em;
}

h3 {
	font-size: 1.0em;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 1.1em;
}

#header {
        background: url(/images/header-bg.png);
}

#header a { 
	color: #cfcfcf;
        vertical-align: middle;
        letter-spacing: 0.05em;
        text-decoration: none;
}

#header a.selected { 
	color: #ffffff;
        vertical-align: middle;
        letter-spacing: 0.05em;
        text-decoration: underline;
}

#footer {
        background: url(/images/footer-bg.png) bottom;
        background-repeat: repeat-x;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
        padding-bottom: 5px;
	font-size: 0.7em;
	clear: both;
	text-align: center;
	color: #676767;
}

img {
	border: 0px;
}
