﻿/*

	Green - #95cb39
	Orange - #f36523
	Blue - #2d69a5
*/

body
{
	margin: 0px;
	background: url(images/tail-top.gif) repeat-x top #fff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #292929;
	background-color: #FFF;
	margin: 0px 0px 30px 0px;
}

input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a
{
	color: #f36523;
}
a:hover
{
	text-decoration: none;
}

IMG
{
	border: 0;
}

TD
{
	vertical-align: top;
}

H1
{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #2d69a5;
	border-top: solid 1px #95cb39;
	border-bottom: solid 1px #95cb39;
}

H2
{
	font-size: 150%;
}

H3
{
	margin: 6px 0px 6px 0px;
	font-size: 115%;
	color: #505050;
}


H3.h3l
{
	background: url(images/divider-green.gif) repeat-x bottom;
	padding-bottom: 8px;
}

H3.h3r
{
	background: url(images/divider-orange.gif) repeat-x bottom;
	padding-bottom: 8px;
}


H4
{
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

H5
{
	font-size: 110%;
	margin-top: 0px;
}

.subH
{
	color: #707070;
	margin-left: 100px;
	display: block;
}
/* Content elements */

#page
{
	margin: auto;
	width: 800px;
}


#header
{
	background-color: White;
	margin: 8px 0px 8px 0px;
	padding: 8px;
	height: 60px;
}

#banner
{
	width: 350px;
	margin-left: 420px;
	position: relative;
	margin-top: -75px;
}

#banner H1
{
	margin-bottom: 40px;
	margin-top: 0px;
}

#content
{
	margin-top: 0px;
	padding-top: 0px;
}

#contentmain
{
	margin: 0px 15px 15px 15px;
	background: #eff3f4;
	padding: 10px 26px 26px 26px;
	color: #000;
}

#contentleft
{
}

#contentright
{
}

#footer
{
	color: #505050;
	font-size: 80%;
	background-color: #d7ddff;
	padding: 10px 20px 10px 20px;
}

#footer a
{
	color: #f36523;
	text-decoration: none;
}

#footer A:hover
{
	text-decoration: underline;
}

#footer UL
{
	margin: 0px;
	list-style: none;
	padding: 0px;
	
}


/*******************************************/

A.buttonlink
{
	display: block;
	background: url(images/link1-bgd.gif) left top repeat-x;
	color: #fff;
	text-decoration: none;
	font-size: 1.17em;
}
A.buttonlink em
{
	display: block;
	background: url(images/link1-left.gif) no-repeat left top;
}
A.buttonlink b
{
	display: block;
	background: url(images/link1-right.gif) no-repeat right top;
	padding: 12px 26px 15px 36px;
	font-weight: normal;
	font-style: normal;
}

A.buttonlink:hover
{
	text-decoration: underline;
}

.menulist
{
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.menulist li
{
	background: url(images/divider-2.gif) no-repeat left top;
	padding: 12px 0 8px 20px;
	border-top: 1px dotted #9ea2a4;
	margin: -1px 0 7px 0;
}
.menulist li.last
{
	margin-bottom: 0;
}
.menulist li a
{
	color: #2d69a5;
	text-decoration: none;
}
.menulist li a:hover
{
	text-decoration: underline;
}
.menulist span
{
	color: #7f8182;
	font-size: .86em;
}


