/* CSS Document */

	A:link    {text-decoration: underline; color: red; }
   	A:visited {text-decoration: underline; color: red; }
    	A:active  {text-decoration: none; color: blue; }
    	A:hover   {text-decoration: underline; color: darkblue; }
    	
body {
	background-color:#F6EEBD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main_title {
    text-align: center;
    font-size: x-large;
	color:#000000;
}

.main_title {
    text-align: center;
    font-size: x-large;
	color:#BBAD80;
}

.page_title {
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: large;
	color: #FF0000
}

.main_block {
    padding: 10px;
    font-size: small;
}

#main_content {
	border:thin;
	border-color:#000000
    padding: 10px;
    background-color: #BBAD80;
    font-size: small;
}

.section_header {
    font-weight: bold;
    text-decoration: underline;
	text-align:center;
}

#section_block {
    padding: 5px;
	background-color:#DBC369;
	border: solid black 1px;
}

#header_block {
    padding: 5px;
	background-color:#BBAD80;
	border: solid black 1px;
}

.question_block {
    text-align: left;
	font-size:medium;
	color: #000000;
}

.question_note {
    text-align: left;
	font-style:italic; 
	font-weight: bold;
  font-size:medium;
	color:#000000;
}


.question_label {
	font-weight:bold;
}

.question_bold {
    text-align: left;
	font-weight:bold;
	font-size:medium;
	color:#000000;
}

.question_submit {
    text-align: center;
	font-weight:bold;
	font-size:medium;
	color:#BBAD80;
}

.fb_input {
    text-align: left;
	font-size:small;
	color:darkblue;
}

.fb_select {
    text-align: left;
	font-size:small;
	color:darkblue;
}

#footer {
    text-align: center;
    font-size: small;
    color: #000000;
}

.messageBlock {
  border: solid #888 2px;
  padding: 20px;
  
  font-weight: bold;
  color: red;
}
