*{
	padding:0;
	margin:0;
}

small {
   font-size:10px;
}

.credits {
	font-size:10pt;
	margin-left:20px;
	font-weight:bold;
	list-style:none;
}

.credits_sub {
	font-size:8pt;
	margin-left:20px;
	list-style:none;
	font-weight:normal;
}

html
{
   overflow: -moz-scrollbars-vertical;
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #3f404f;
}
body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Tahoma", "Verdana", sans-serif;
	font-size: 10px;
	text-align: center; /* fixes IE6 margin auto bug */
}
div#wrapper
{
	position: relative;
	width: 820px;/* 858px - 38px padding */
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0 38px;
	margin: 0 auto;
	text-align: left;
	background-image: url('/img/bg.png');
	background-repeat: repeat-y;
}
div#logo
{
	background-image: url('/img/head.png');
	background-repeat: no-repeat;
	height: 76px;
	width: 778px;
}
div#content
{
	min-height: 200px;
	height: 100%;
	width: 778px;
	margin:20px;
}
div#footer
{
   height: 40px;
   font-size:1.3em;
   line-height: 40px;   
	position: absolute;
	bottom: 0;
}
div.clear
{
	clear: both;
	height: 0;
}

#topnav {
	position:absolute;
	left:300px;
	top:14px;
	font-weight:bold;
}


/* MARKUP */
span.title
{
	text-transform: uppercase;
	font-size: 18px;
	color: #e2f6db;
}
span.subtitle
{
	color: #0b7ae6;
}
span.header
{
	color: #4d4d4d;
	font-size: 15px;
	text-transform: uppercase;
}

h1 {
	font-size:15pt;
}

h2 {
	font-size:13pt;
}

h3 {
	font-size:10pt;
}

a:visited, a {
	color:#000088;	
	text-decoration:none;
	border:none;
}

a:hover {
	border-bottom:1px dotted black;
}

a.menu:link, a.menu:visited
{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding-right:15px;
}
a.menu:hover
{
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	border:none;
}

img {
	display:block;
}

p {
	text-align:justify;
	font-size:10pt;
}
