/***********************************************/
/* Use with template Halo_leftNav.html         */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
.questionbox {
    height: 450px;
    width: 310px;
    border: 1px solid black;
    padding-left: 10px;
    margin-right: 20px;
	float:left;
  font-family:Georgia;
  font-size: 14px;
	
}

.answerbox {
    height: 450px;
    width: 500px;
    border: 1px solid black;
    padding-left: 10px;
	margin-right: 20px;
	float:left;
		  font-family:Georgia;
  font-size: 14px;

}

.bodybox {
text-align: left;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-family:Georgia;
  font-size: 14px;


}

select {
    width: 95px;
}

input {
    width: 90px;
}

html, body {
    margin: 10px;
    padding: 0px;
    border: 0px;
}

/********************* end **********************/
