html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Times New Roman, georgia, sans-serif; 
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

table { border-collapse: collapse; }
td { padding: 2px; margin: 0px; }
th { padding: 2px; margin: 0px; }






body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #333333;
	background: url(images/bodybg.png) repeat-x top;
	background-color: #dde5b2;
	line-height: 130%;
	text-align: center;
	font-size: 1.1em;
}

p { margin-left: .5em; padding-bottom: 1em;}

h1 {	font-size: 1.6em;
		font-weight: bold;
		color: #333333;
		padding: 2px 2px 2px 0px;
		margin: 2px 2px 2px 0px;
}

h2 {	font-size: 1.5em;
		font-weight: bold;
		color: #a6ad84;
		padding: 2px 2px 2px 0px;
		margin: 2px 2px 2px 0px;
}

h3 {	font-size: 1.3em;
		font-weight: bold;
		border-bottom: 1px dashed #026636;
		color: #313c2b;
		padding: 2px 2px 2px 0px;
		margin: 2px 2px 2px 0px;
}

h4 {	font-size: 1.3em;
		font-weight: bold;
		color: #a6ad84;
		padding: 2px 2px 2px 0px;
		margin: 2px 2px 2px 0px;
}

h5 {	font-size: 1.2em;
		font-weight: bold;
		color: #333333;
		padding: 2px 2px 2px 0px;
		margin: 2px 2px 2px 0px;
}

ul {
	list-style: circle;
	margin-left: 10px;
	padding-left: 10px;
}

ol {
	list-style: decimal;
	margin-left: 10px;
	padding-left: 10px;
}


small {	font-size: 80%; }
em { font-style: italic; }

#wrapper-header {}

#header {
	background: #313c2b url('images/banner.jpg') right no-repeat;
	width: 700px;
	height: 198px;
	line-height: 198px;
	border-left: 1px solid #313c2b;
	border-right: 1px solid #313c2b;
	margin: 0 auto;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#menu {
	background: #454834 url('images/menu-background.png') top left repeat-x;
	width: 700px;
	height: 29px;
	margin: 0 auto;
	font-size: .9em;
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

#menu li { 
	display: inline;
	font-family: Times New Roman, georgia, sans-serif; 
	font-size: 12px;
	text-transform: uppercase;
	border-right: 1px solid #454834;
}

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #454834;
}

#menu a:hover {
	background: #454834 url(images/menu-hover.png) repeat-x ;
	color: #ffffff;
}

#content {
	width: 690px; /* 690px because it has 5px padding on each side, which brings it to 700px wide */
	margin: 0 auto;
	padding: 20px 5px 20px 5px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}


#footer {
	margin: 0 auto;
	padding: 2px 5px;
	width: 690px;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #454834 url('images/menu-background.png') top left repeat-x;
	border: 1px solid #454834;
	font-size: 70%;
}

a:link, a:visited {
	color: #454834;
	text-decoration: underline;
}

a:hover {
	color: #343466;
	text-decoration: underline;
}


