body {
	margin:0;
	padding:0;
	color:#3f2e19;
	font:normal 62.5%/150% Georgia, "Times New Roman", Times, serif;
	background:#0b3040 url(../images/gradient.gif) repeat-x 0 0;
	text-align:center;
}

/* links */
a {
	color:#6f0000;
	text-decoration:underline;
}
	a:hover {
		color:#fff;
		text-decoration:none;
		background-color:#73001b;
	}
a img, a img:hover {
	border-width:0;
}


/* headings */
h1 {
	margin:1.5em 0 1em 0;
	padding-bottom:10px;
	color:#3f2e19;
	font-weight:normal;
	font-size:3.4em;
	line-height:1.1em;
}
h2 {
	margin:1.5em 0 1em 0;
	color:#3f2e19;
	font-weight:bold;
	font-size:2em;
	line-height:1.1em;
}
h3 {
	margin:1em 0;
	color:#3f2e19;
	font-weight:bold;
	font-size:1.8em;
	line-height:1.1em;
}
h4 {
	margin:1em 0;
	color:#3f2e19;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.5em;
}
h5 {
	margin:1em 0;
	color:#3f2e19;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.5em;
}
h6 {
	margin:1em 0;
	color:#3f2e19;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.5em;
}


/* text blocks */
p {
	font-size:1.4em;
	line-height:1.8em;
	margin:1em 0;
}
	p.first {
		margin:0 0 1em 0;
	}
blockquote {
	font-size:1em;
	margin:0.8em 3em;
}
	span.quotename {
		margin:.25em 0 2.5em;
		display:block;
		text-align:right;
		font-style:italic;
	}
	span.quotename strong {
		font-style:italic;
	}
div.highlight {
	padding:0 20px;
	background-color:#eee;
	border:1px solid #ccc;
}

/* phrase elements */
em { font-style:italic; }
strong { font-weight:bold; }
code, samp {
	margin:1.5em 10px;
	font-size:1.4em;
	line-height:1.4em;
	padding:1.5em;
	display:block;
	color:#000;
	border:1px solid #ccc;
	background-color:#eee;
}

/* word clarifyers */
acronym, abbr { speak:normal; cursor:help; border-bottom:1px dotted #aaa; }
abbr.initialism { speak:spell-out; }
abbr.truncation { speak:normal; }


/* lists */
ol, ul {
	position:relative;
	margin:2em 0;
}
	ol ol, ul ul {
		margin:.5em 0;
	}
	li {
		margin:.5em 2em;
		font-size:1.4em;
		line-height:1.8em;
	}
		ol li { list-style:decimal; }
		ol li li { list-style:lower-alpha; }
		ol li li li { list-style:lower-roman; }
		ol li li li li { list-style:decimal; }
		ol li li li li li { list-style:lower-alpha; }
		ol li li li li li li { list-style:lower-roman; }
			
		ul li {	list-style:circle; }
		ul li li { list-style:square; }
		ul li li li { list-style:disc; }
		ul li li li li { list-style:circle; }
		ul li li li li li { list-style:square; }
		ul li li li li li li { list-style:disc; }
	li li {
		margin:.5em 0 .5em 2.5em;
		font-size:1em;
	}
dl {
	position:relative;
	margin:1.5em 0;
}
	dt {
		margin:2em 0 1em 0;
		font-size:1.2em;
		line-height:1.4em;
		font-weight:bold;
	}
	dd {
		margin:.5em 0;
		font-size:1.2em;
		line-height:1.4em;
		padding:0;
	}
		li dd, dd li {
			font-size:1em;
		}
	
/* horizontal rule */
hr {
	margin:0 10px;
}

.left {
	float:left;
}
.right {
	float:right;
}

/* --------------------------------------------------------------------------------
	Forms
----------------------------------------------------------------------------------*/
input.textbox,
select {
	margin:.3em 0;
	padding:5px 0;
	width:250px;
	font-size:1.4em;
	border:2px solid #ccc;
}
input.textbox:hover {
	border:2px solid #f8981c;
}
input.textbox:focus {
	border:2px solid #ea6d1f;
}
 
 /* buttons */
input.button {
	width:133px;
	height:35px;
	padding-left:30px;
	color:#fff;
	text-align:left;
	font-size:1.6em;
	font-weight:bold;
	background:#179f90 url(../images/btn.gif) no-repeat 0 0;
	border:none;
}
input.button:hover {
	cursor:pointer;
	background:#f4ae01 url(../images/btn.gif) no-repeat 0 -35px;
}

/* tables */
th, td {
	width:50%;
	padding:3px 15px 3px 15px;
	vertical-align:top;
	font-size:1.4em;
	line-height:1.8em;
}
thead th {
	text-align:center;
	font-size:1.6em;
	color:#008700;
	text-transform:uppercase;
	font-weight:bold;
	border-top:5px double #90621f;
	border-bottom:5px solid #90621f;
	border-left:1px solid #90621f;
	border-right:1px solid #90621f;
}
tbody th {
	padding-top:1.2em;
	font-weight:bold;
	font-size:1.6em;
	border-left:1px solid #90621f;
}
tbody th,
td {
	border-left:1px solid #90621f;
	border-right:1px solid #90621f;
	border-bottom:3px double #90621f;
}
td p {
	font-size:1em;
}
td h2 {
	margin-top:.5em;
	font-size:1.2em;
	text-align:center;
	text-transform:uppercase;
	text-decoration:underline;
}
