body {
	text-align: center;
	min-width: 989px;
	background: #c4d721;		
}

html>body div#wrapper {
		height: 100%;
		min-height: 989px;


}

html>body div#logo {
		height: 100%;
		min-height: 328px;
}

h2 {
		color: #336699;
		font-size: 14px;
		font-weight: bold;
}

b {
		color: #423433;
		font-weight: bold;
}

div#footer {
		width: 989px;
		clear: both;
		margin: 0 auto;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #423433;
		letter-spacing: 1.1pt;
		padding-top: 20px;
		text-align: right;
}

div#footer A {
		color: #336699;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

div#footer a:hover {
		text-decoration: underline;
}


div#content a {
		color: #336600;
		font-weight: bold;
		text-decoration: none;
}

div#content a:hover {
		text-decoration: underline;
}


h1 {
		color: #336699;
		font-weight: bold;
		font-size: 14px;
}
div#content {
		text-align: left;
		padding: 15px 150px 15px 15px;
		float: right;
		width: 400px;
		height: 100%;
		font-family: trebuchet ms,arial,verdana;
		font-size: 9pt;
		font-weight: normal;
		color: #336699;
}

html>body div#content {
		min-height: 500px;
		height: 100%;
}

div#topbar {
		height: 75px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		text-align: left;
		padding-left: 25px;
		padding-top: 10px;
		color: #423433;
		letter-spacing: 1.1pt;
		border-bottom: 0px solid #FFFFFF;
		clear: left;
}

div#menu A {
		display: block;
		width: 125px;
		position: relative;
		left:0px;
		top: -10px;
		z-index: 50;
		float: left;
		border: 1px solid #FFFFFF;
		height: 25px;
		background: #ACCE1A url('images/arrow.gif'); 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: right;
		font-size: 12px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 3px;
		font-weight: bold;
		color: #336699;
		text-transform: uppercase;
}

div#menu a:hover {
		background: #336699 url('images/arrow.gif');
		background-position: center left;
		background-repeat: no-repeat;
		color: #bbc6b6;
}
