
/* Definitions for global level elements */

body {
	font-family: garamond, serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

a:link
{
	color: #a5b4ec;
}

a:visited
{
	color: #ef1e00;
}

p
{
	font-size: 12pt;
}

/* Definitions for layout elements */
#header {
	height: 40px;
	padding: 15px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 20pt;
	background: #12791e;
	vertical-align: middle;
	color: white;
}

#wrapper {
	width: 850px;
	padding: 0px;
	margin: 0 auto;
	border: 0px;
	text-align: left;
}


#banner {
	background: url('im/header.png') no-repeat top left;
	height: 105px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#content {
	height: 100%;
	background: #201b1b;
	color: #e6e6e6;
}

#content_white {
	height: 100%;
	background: white;
	color: black;
}

#content-menu {
	width: 115px;
	float: left;
	padding: 30px 0px 0px 0px;
}

#content-main {
	padding: 10px 10px 80px 30px;
	line-height: 18pt;
	border-left: 115px solid #35363a;
	font-size: 11pt;
}

#footer {
	padding: 2px;
	width: 778px;
	font-size: 7pt;
	text-align: center;
}

#bottom {
	clear: both;
	text-align: center;
}

#badges {
	padding-top: 20px;
	text-align: center;
}

#logos
{
	height: 50px;
}

/* Style elements */
#header-stripe
{
	background: #065c06;
	width: 100%;
	height: 8px;
}

#news-header
{
	font-weight: bold;
	border-bottom: 1px solid black;
	text-align: left;
	padding: 10px 5px 5px 0px;
	margin: 0px;
}

#news-content
{
	padding: 0px;
	font-size: 10pt;
}

div.menuitem
{
	background: #35363a;
	padding: 5px 5px 5px 10px;
	width: 100px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	float: left;
}

.menuitem:hover
{
	background: #888a94;
	color: #53d562;
}

a.menuitem
{
	color: white;
	text-decoration: none;
	font-size: 12pt;
	font-family: garamond, serif;
}

a.menu:hover
{
	color: black;
}

a.press-release
{
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
}

.header
{
	background: #00620d;
	width: 290px;
	color: white;
	padding: 10px;
	border: 5px solid white;
	font-weight: bold;
}

table
{
	border-collapse: collapse;
}

td
{
	line-height: 26px;
	vertical-align: top;
	margin: 0px;
	border-collapse: collapse;
	padding: 2px 4px;
}

td.tablehead
{
        font-weight: bold;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
}

td.tabledata
{
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
	padding: 5px 10px;
}

h1
{
	line-height: 25px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 15pt;
}

h2
{
	font-weight: normal;
	font-size: 13pt;
	font-style: italic;
}

h3
{
	font-size: 11pt;
	font-weight: bold;
}

img.logo
{
	margin: 15px 5px;
	vertical-align: middle;
	border: 5px solid #35363a;
}

img.logo_transparent
{
	border: 0px;
	padding: 20px 10px;
	vertical-align: middle;
}

