@charset "UTF-8";
/* CSS Document */
body, html {
	height:100%
}


body {
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #272727;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/bg_strip.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CCB78E;
}
#footer a   {
	color: #0066FF;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

#container {
	width: 830px;
	height:100%;
	clear: left;
	margin-top: -36px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.button {
	color: #FFFFFF;
	background-color: #0466B6;
	border: 1px solid #C0C0C0;
}
.inputfields {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}
#header {
	position: absolute;
	width:612px;
	background-image: url(../img/viewport.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 322px;
	float: left;
	z-index: 10;
	margin-left: 216px;
}
#rightcontent {
	width: 233px;
	float: right;
	margin-top: 257px;
	text-align: left;
	position: relative;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #500f1a;
}
#footer {
	position: absolute;
	width: 96%;
	text-align: right;
	float: left;
	font-size: 10px;
	color: #000000;
	z-index: 999;
	margin-top: 838px;
	margin-right: 10px;
	margin-left: 10px;
}
#leftnav {
	height: 1000px;
	width: 232px;
	position: absolute;
	background-image: url(../img/leftcol.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	background-color: #40101B;
}
#container #leftnav #menu {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-family: "Trebushet MS", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bolder; 
	line-height: 28px;
	text-align: right;
}
#container #leftnav #menu a:link,a:active,a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#container #leftnav #menu a:hover {
	color: #CFC2C5;
	text-decoration: none;
}
#content {
	background-image: url(../img/content.png);
	height: 565px;
	width: 614px;
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	position: relative;
	top: 320px;
	z-index: 1;
}
#flashlogo {
	position: relative;
	left: 16px;
}
#frame {
	margin-left: 12px;
}
