@charset "utf-8";
/* CSS Document */

* {
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

html, body {
    height: 100%;
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 11pt;
}

a
{
	color: #669911;
}

/* Header */
#header
{
	height: 136px;
	background-image: url('images/a2.gif');
	background-position: bottom left;
	padding-left: 0px;
	padding-top: 0px;
}

#header h2
{
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 1.1em;
	text-transform: lowercase;
}

/* Menu */
#menu
{
	background-image: url('images/a3.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
}

#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
}

#menu li a:hover
{
	color: #6B7E09;
	text-decoration: underline;
}

/* Menu 2 */

#rightmenu
{
	background-image: url('images/a3.gif');
	background-repeat: repeat-x;
	background-position: bottom right;
	padding: 1em 2.5em 1em 2.5em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
}

#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
}

#menu li a:hover
{
	color: #6B7E09;
	text-decoration: underline;
}

/* End menu 2 */

.hdrtext {
    font-family: "trebuchet ms", sans-serif;
	color: #EFEFC6;
	font-size: 36pt;
	text-decoration:none;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

#content
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
	/*padding: 3em 15px 1em 15px;*/
	padding-top: 3em;
	padding-bottom: 4.5em;
	line-height: 1.6em;
	background: url('images/a4.gif') repeat-x top left;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

.push {
    height: 4em;
}

.footer
{
	background: url('images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	/*padding: 2.0em 1.0em 0 3.5em;*/
	font-size: 0.8em;
	height: 4em;
	text-align:center;
}

.strktxt {
color: #999999;
text-decoration:line-through;
}
.spclred {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}