#left_panel {
	width: 190px;
	float: left;
	}
#left_panel h1 {
	font-size: 30px;
	line-height: 30px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	margin: 0px 0px 42px 0px;
	font-weight: normal;
	}
#left_panel .title {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	}
#left_panel a, #left_panel a:link, #left_panel a:visited, #left_panel a:active {
	font-size: 16px;
	display: block;
	line-height: 30px;
	}

#left_panel a.on, #left_panel a.on:link, #left_panel a.on:visited, #left_panel a.on:active, #left_panel a:hover {
	font-size: 16px;
	color: #ff8400;
	display: block;
	line-height: 30px;
	}
#right_panel {
	float: right;
	width: 773px;
	line-height: 1.5em;
	}
.question {
	padding: 6px 0px 0px 35px;
	width: 738px;
	background: url("../img/static/question_icon.gif") top left no-repeat;
	padding-bottom: 20px;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
	}
.question p { 
	margin: 0px;
	padding: 0px;
	}
.answer {
	margin-bottom: 20px;
	display: none;
	}
.answer p { 
	margin: 0.5em;
	padding: 0.5em;
	display: block;
	}
#question_submit {
	background: url("../img/static/question_window.gif") top left no-repeat;
	width: 773px;
	height: 107px;
	}
#question_submit #submit_button {
	float: right;
	width: 81px;
	height: 50px;
	margin: 45px 18px 0px 0px;
	}
#question_submit fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 660px;
	float: left;
	}
.message {
	display: block;
	/*float: left;*/
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	height: 13px;
	line-height: 13px;
	padding-bottom: 7px;
	margin: 10px 10px 20px;
	width: 100%;
	}
fieldset textarea {
	float: right;
	margin: 14px 0 0 0;
	width: 380px;
	height: 44px;
	}
fieldset input {
	width: 376px;
	height: 14px;
	margin: 9px 0 0 0;
	float: right;
	}

fieldset label {
	float: left;
	width: 260px;
	text-align: right;
	}
label#qLabel {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-top: 15px;
	height: 43px;
	}
label#eLabel {
	display: block;
	margin-top: 10px;
	height: 13px;
	}
label#eLabel span {	
	color: #FF0000;
	}
#question_submit fieldset:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#question_submit:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#download_box {
	width: 773px;
	margin-top: 24px;
	background: url("../img/static/773_box.gif") top left no-repeat;
	padding: 8px 0px 13px 0px;
	}
.download {
	background: url("../img/static/dl_arrow.gif") 2px 2px no-repeat;
	width: 734px;
	margin: 16px 0px 13px 21px;
	}
.download a {
	display: block;
	width: 189px;
	height: 37px;
	float: right;
	}
.download img {
	float: right;
	border: none;
	margin: 0px;
	}
.download span {
	float: left;
	display: block;
	width: 450px;
	margin: 0px 0px 0px 14px;
	}
.download span.title {
	font-size: 14px;
	font-weight: bold;
	color: #00a8c4;
	margin-top: -2px;
	}
.download span.desc {
	}
.download span.desc p {
	margin: 0px;
	width: 450px;
	}
.download:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
.dl_separator {
	background: url("../img/static/dl_sep.gif") top left no-repeat;
	width: 732px;
	height: 3px;
	margin-left: 20px;
	}
#dl_box_bottom {
	width: 773px;
	background: url("../img/static/773_box_bottom.gif") top left no-repeat;
	display: block;
	height: 5px;
	margin-bottom: 18px;
	}
#content { 
	margin: 0px 0px 19px 0px;
	}
#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
