@charset "utf-8";
/* CSS Document */

/* Main Site Layout */
body { margin: 0px; background: #363636 url(/assets/images/bkg.jpg) top center repeat-y; }

/* Formatting */
h1 { 
	font-family: “Lucida Grande”, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.1em;
	color: #336465;
	margin-bottom: 5px;
	margin-top: 2px;
}
h1.topHeader {
	color: #FFFFFF;
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 25px;
}
h2 { 
	font-family: “Lucida Grande”, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.1em;
	color: #333333;
	margin-top: 10px;
}
h2.topHeader {
	color: #FFFFFF;
	text-align: right;
	margin-right: 20px;
}
h3 { 
	font-family: “Lucida Grande”, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	line-height: 1.1em;
	color: #336465;
	margin-bottom: 5px;
}
h3.topHeader {
	color: #FFFFFF;
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 19px;
}
p { 
	font-family: “Lucida Grande”, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #333333;
}
.instruction { font-size: 14px; font-style: italic; }
p.topHeader {
	color: #FFFFFF;
	text-align: right;
	margin-right: 20px;
}

h1.footer { padding: 5px; font-size: 20px; color: #333333; }
p.footer { padding: 5px; font-size: 14px; }
img { border-style: none; }

/* Layout */
#layout { margin: 0px auto; width: 900px; text-align: center; }
#top { width: 900px; text-align: left; margin-top: 0px; }
#banner { float: left; clear: both; width: 900px; text-align: left; margin-top: 0px; }
#content { float: left; clear: both; width: 900px; text-align: left; margin-top: 10px; }
#footer { float: left; clear: both; width: 900px; text-align: left; margin-top: 10px; border-top: #999 solid 1px; padding-top: 10px; }

/* Home */
#home-left { float: left; width: 427px; text-align: left; margin-top: 10px; }
#home-right { float: right; width: 450px; text-align: left; margin-right: 10px; margin-top: 10px; }
#home-bottom { float: left; clear: both; width: 900px; text-align: left; margin-top: 10px; }

/* Links */
a:link { color:#006fbc; text-decoration:none; }
a:visited { color:#006fbc; text-decoration:none; }
a:hover { color: #333333; text-decoration:none; }
a:active { color:#006fbc; text-decoration:none; }

a.nav:link { color:#333333; text-decoration:none; }
a.nav:visited { color:#333333; text-decoration:none; }
a.nav:hover { color:#333333; text-decoration:none; }
a.nav:active { color:#333333; text-decoration:none; }
