a:link, a:visited, a:active 
	{
	background-color: #fff;
	color: #036;
	font-weight: normal;
	text-decoration: underline;
}
a:hover 
	{
	color: #009;
}
body {
	background-color: #fff;
	color: #000;
	font-family: verdana, arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Console", helvetica, sans-serif;
	font-size: 12px;
	margin-left: 45px;
	padding: 0;
}

h1, .title, h2, .subtitle {
	background: #fff;
	color: #036;
	font-family: "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-style: italic;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: .1em;
	text-transform: lowercase;
}
input, textarea {
	background-color: #fff;
	border: #009 1px solid;
	color: #000;
	font-family: verdana, arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Console", helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
td, p {
	background: #fff;
	color: #036;
	font-family: verdana, arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Console", helvetica, sans-serif;
	font-size: 12px;
}
#masthead {
	border-bottom: 2px solid #009;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	margin-bottom: 2px;
	padding-bottom: 2px;
	text-align: right;
}
#masthead a {
	color: #036;
	text-decoration: none;
}
#masthead h1 {
	\	text-align: right;
	font: normal 200% "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}
#masthead h2 {
	color: #009;
	font: normal 105% arial, verdana, helvetica, sans-serif;
	padding: 5px 0px 2px 0px;
	text-align: right;
}
#navcontainer ul {
	background: #036;
	color: #fff;
	float: left;
	font-family: "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	letter-spacing: .01em;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	width: 100%;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	background: #036;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	padding: 0.2em 1em;
	text-decoration: none;
}
#navcontainer ul li a:hover {
	background: #369;
	color: #fff;
}
#wrapper {
	line-height: 140%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	width: auto;
}
#footer {
	border-top: 2px solid #009;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	font-size: 95%;
	color: #000;
	background: #fff;
}