/*

Copyright © Starkis Design 2006


—————————————————————————————————————————————
Body and links

*/
body	{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1em;
	color: #333333;
	}
	
/*
Specify consistent font size in pixels for compliant browsers including Safari
(ignoring IE which doesn't allow user resizing of text with pixel sizes)
*/
html>body {
font-size: 10px;
}

a:link {
	color: #285B00;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #669900;
}
a:active {
	color: #669900;
}
a img {
	border: none;
}
/*

—————————————————————————————————————————————
Heading and paragraph styles

*/
h1, h2, h3, h4, h5	{
	margin-top: 1.4em;
	margin-bottom: 0.35em;
	line-height: 1.4em;
	letter-spacing: 0;
	font-style: normal;
	color: #FFFFFF;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link {
	color: #FFFFFF;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #FFFFFF;
}
h1 {
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 210%;
	line-height: 1.2em;
	font-weight: normal;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
}
h5 {
	margin-bottom: 0;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}
h6 {
	float: left;
	margin: 0.35em 0.35em 0 0;
	font-weight: bold;
}
h6, p, li, table {
	font-size: 120%;
	line-height: 1.4em;
}
/* Not yet widely supported:
h6 {
	display: run-in;
}
*/
p {
	margin-top: 0.7em;
	margin-bottom: 0.35em;
}
ul, ol {
	margin-top: 0.35em;
	margin-bottom: 0.7em;
}
li, li p {
	margin-top: 0.35em;
	margin-bottom: 0.35em;
}
table p {
	margin-top: 0.35em;
	margin-bottom: 0;
}
blockquote {
	font-size: 1em;
}
cite {
	font-style: italic;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/*
Prevent scaling of nested styles from compounding
*/
li p, table p {
	font-size: 100%;
}
/*

—————————————————————————————————————————————
Table styles

*/
table {
	margin: 1em 0 1em 0;
	border-spacing: 0px;
	border-collapse: collapse;
}
table, table td input {
	background-color: #E1E1D1;
}
table tbody {
	border-bottom: 3px solid #C2C2A4;
}
table tbody.item2, table tbody.item4, table tbody.item2 td input, table tbody.item4 td input {
	background-color: #D7D7C2;
}
table th, table td {
	padding: 0.35em 0.5em 0.35em 0.5em;
}
table th {
	background-color: #AEAE85;
	vertical-align: bottom;
	text-align: left;
	white-space: nowrap;
	color: #FFFFFF;
}
table td {
	border-bottom: 1px solid #C2C2A4;
	border-right: 1px solid #C2C2A4;
	vertical-align: top;
	text-align: left;
}
table th.footnote {
	background-color: #A3A376;
	border-right: 1px solid #A3A376;
	}
table td.footnote {
	background-color: #D7D7C2;
	}
table td.footnote, table p.footnote {
	margin-bottom: 0.35em;
	font-size: 75%;
	}
table .tablerowheader, table .tableclearcell {
	background-color: #C2C2A4;
	}
table .tablerowheader {
	font-size: 75%;
	text-align: right;
	}
table .tableimagecell {
	padding: 0;
	text-align: center;
	vertical-align: middle;	
}
table td input {
	padding: 1px;
	border:none;
	}
table td.tableforminput, table td.tableforminput input, table tbody.item2 td.tableforminput input, table tbody.item4 td.tableforminput input {
	background-color: #FFFFFF;
	height:22px;
	}
table .tablenumbercell, table .tablenumbercell input {
	text-align: right;
	}
/*

—————————————————————————————————————————————
Form styles

*/
/* Put labels to the left of form objects
label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 1em;
}
*/
/* Put labels above form objects */
label {
	display: block;
	margin: 0px;
}
input {
	padding: 2px;
	}
input, select {
	border: 1px solid #AEAE85;
	}
form #submit {
	margin-top: 0.7em;
	background-color: #FFFFFF;
	border: 2px outset #AEAE85;
	font-size: 140%;
}
/*

—————————————————————————————————————————————
Custom styles (classes)

*/
.marginalign {
	float: left;
	position: absolute;
	left: 0px;
}
.caption {
	margin-top: 0.2em;
	margin-bottom: 1em;
	font-size: 100%;
}
.footnote {
	margin-bottom: 1.4em;
	font-size: 100%;
}
.clearfloat {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
.margintop.zero {
	margin-top: 0;
}
.margintop.negative {
	margin-top: -0.7em;
}
.margintop.positive {
	margin-top: 0.7em;
}
.funnyslogan {
	margin-top: 0px;
	margin-right: 0px;
	padding: 10px 90px 10px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	line-height: 1.4em;
	color: #A3A376;
	border-top: 6px solid #C2C2A4;
}
/*.funnyslogan {
	margin-top: 0px;
	margin-right: 0px;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 180%;
	line-height: 1.2em;
	border: 1px solid #CCCCCC;
	color: #666666;
}
*//* Not yet widely supported:
p:first-child {
	margin-top: 0;
}
*/
/*

—————————————————————————————————————————————
Layout — generic

*/
#container {
	margin-left: 16px;
	margin-right: 16px;
	min-width: 702px;
}
#contentcontainer {
	position:relative;
	margin-top: 10px;
	width: auto;
	border-top: 6px solid #669900;
	border-bottom: 6px solid #000000;
}
/*

—————————————————————————————————————————————
Layout — branding

*/
#logo {
	position:absolute;
	top: 36px;
	left: 14px;
}
#tagline {
}
/*

—————————————————————————————————————————————
Layout — navigation

*/
#navmaincontainer {
	position: relative;
	margin-left: 202px;
	height: 116px;
}
#navmain {
	position: absolute;
	left: -2px;
	bottom: 0;
	width: 100%;
	border: 1px solid #CCCCCC;
	text-align: right;
}
 #navmain ul {
	margin: 2px 0 2px 0;
	padding: 0;
	white-space: nowrap;
}
 #navmain li {
	margin-right: 11px;
	margin-left: 11px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
	color: #999999;
	list-style: none;
}
#navlinkhome {
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
#navmain li a {
	text-decoration: none;
}
#navmain li a:link, #navmain li a:visited {
	color: #999999;
}
#navmain li a:hover, #navmain li a:active {
	color: #666666;
}
#navsub a {
	text-decoration: none;
	color: #FFFFFF;
}
#navtext {
}
/*

—————————————————————————————————————————————
Layout — content

*/
#contentmain {
	padding: 14px;
}
#contentmain div.item1, #contentmain div.item2 {
	float: left;
	margin: -0.7em 4em 1.4em 0;
}
#contentmargin {
	position: absolute;
	top: 1px;
	left: 0px;
	padding: 0;
	width: 189px;
}
/*

—————————————————————————————————————————————
Other styles

*/
#siteinfo {
	margin-top: 0px;
	margin-bottom: 40px;
	width: 100%;
}
#navtext, #legal, #credits {
	margin-top: 0.35em;
	font-size: 10px;
	color: #999999;
}
#navtext a, #legal a, #credits a {
	color: #999999;
}
#credits a {
	text-decoration: none;
}
#legal {
	float: left;
}
#credits {
	float: right;
}
#oldbrowser {
	display: none;
}