*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0 auto 0 auto;
	font-family: tahoma, helvetica, univers, arial, verdana, sans-serif;
	text-align: center;
	text-transform: inherit;
	width: 780px;
	background-color: #A7D2BE;
	color: #000;
}

html>body { padding: 0; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }
h4 { font-size: 0.85em; }
h5, h6 { font-size: 0.75em; }

p, ul, ol, dl, address, label, legend
{
	font-size: 0.75em;
	margin-bottom: .5em;
	line-height: 1.3em;
}

ul ul, ol ol
p, ul, ol, td { line-height: 1.5em; }

h3, h4, h6, p
{
	margin: 0 0 1em 0;
	font-weight: normal;
}

h2 { margin: 0; }
h3 { font-weight: bold; }
h1, h2, h3 { font-family: georgia, times, "times new roman", serif; }
#content h1 { margin: 0 0 10px 0; }
#content ul {margin-left: 2em;}

#wrapper
{
	width: 780px;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	text-transform: inherit;
	float: left;
}

#header
{
	width: 780px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: 350px 10px;
	background-color: #FFF;
}

/* Start of header hiding and link back to homepage */
#header h1
{
	text-indent: -1999px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#header h1 a
{
	display: block;
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	background-image: url(/_graphics/ui/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#header h1 a:hover
{
	text-decoration: none;
	background-color: transparent;
}

/* End of header hiding and link back to homepage */
#content
{
	width: 500px;
	float: left;
	padding: 30px;
}

#sidebar
{
	width: 180px;
	float: right;
	padding: 20px 10px 20px 10px;
}

address { font-style: normal; }

#nav, #nav ul
{
	/* all lists */
	font-size: 0.85em;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 3em;
	text-align: center;
	text-transform: inherit;
}

#nav a:link, #nav a:visited, #nav a:active
{
	display: block;
	width: 195px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #000;
}

#nav a:hover
{
	display: block;
	width: 195px;
	color: #FFF;
	background-color: #333;
}

#nav li
{
	/* all list items */
	float: left;
}

#footer, #footer ul
{
	/* all lists */
	font-size: 0.85em;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 3em;
	text-align: center;
	text-transform: inherit;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover
{
	display: block;
	width: 195px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

#footer li
{
	/* all list items */
	float: left;
}

a:link, a:visited, a:hover, a:active { color: #000; }

div.snippet
{
	background-color: #C0DFD0;
	padding: 5px;
	margin-bottom: 5px;
}
img.cards {margin-bottom: .5em;}