*
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, "Century Gothic", Arial;
	font-size: 10pt;
	line-height: 1.5;
	text-align: left;
}

body
{
	text-align: center;
	background: url(img/bg_body.gif);
}

#main
{
	margin: auto;
	width: 985px;
	padding: 15px;
	padding: 15px;
	padding-top: 7px;
	min-height: 500px;
	background: url(img/bg_content.png) left top repeat-y;
	border-bottom: 1px solid #E3E3E3;
}

#header
{
	margin-left: 12px;
	margin-bottom: 20px;
}

#col_left
{
	width: 176px;
	padding-left: 15px;
}

#col_center
{
	width: 573px;
	padding-left: 15px;
	padding-right: 15px;
}

#col_right
{
	width: 176px;
	padding-right: 15px;
}

div.box
{
	background: url(img/bg_box.gif) no-repeat;
	padding-bottom: 5px;
	border-bottom: 4px solid #E3E3E3;
}

div.box_green
{
	background: url(img/bg_box_green.gif) no-repeat;
}

div.box_small
{
	background: url(img/bg_box_small.gif) no-repeat;
	padding-bottom: 5px;
	border-bottom: 4px solid #E3E3E3;
}

div.box_green_small
{
	background: url(img/bg_box_green_small.gif) no-repeat;
}

div.box h2
{
	line-height: 1;
	font-size: 10pt;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
	color: white;
}

div.box_small h2
{
	padding-top: 7px;
}

div.box ul.box_links
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.box ul.box_links a
{
	height: 25px;
	background: url(img/arrow_link.gif) no-repeat 8px center;
	line-height: 25px;
	padding-left: 20px;
	display: block;
	color: #484848;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	text-decoration: none;
}

div.box ul.box_links a:hover
{
	background: url(img/arrow_link_hover.gif) no-repeat 8px center;
	text-decoration: underline;
	color: #333333;
	background-color: #f5f5f5;
}

h1
{
	height: 50px;
	margin-bottom: 20px;
	line-height: 50px;
	font-size: 13pt;
	padding-left: 20px;
	font-weight: bold;
	/*color: #606060;*/
	/*color: #512F21;*/
	color: #D54A0C;
	background: url(img/bg_center_heading.gif) repeat-x;
}

h2
{
	margin-bottom: 10px;
}

ul.list_style_circle
{
	list-style-type: circle;
}

blockquote
{
	font-style: italic;
	font-size: 9pt;
	padding: 15px;
}

.form_row
{
	clear: both;
	height: 30px;
	line-height: 30px;
}

.form_label
{
	width: 150px;
	height: 30px;
	float: left;
}

.form_label_180
{
	width: 180px;
	height: 30px;
	float: left;
}

.form_error
{
	width: 180px;
	height: 30px;
	float: left;
	font-weight: bold;
	color: #AA0000;
}

.form_label_radio
{
	width: 200px;
	height: 30px;
	float: left;
}

.form label
{
	cursor: pointer;
}

.form .button_submit
{
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.form textarea
{
	width: 400px;
	height: 250px;
}

.form_input
{
	width: 200px;
	float: left;
}

.form_input_radio
{
	width: 20px;
	height: 30px;
	padding-top: 5px;
	float: left;
}

.left
{
	float: left;
}

.im_left
{
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}

.textarea
{
	height: 270px;	
}

.h_100
{
	height: 100px;
}


.im_right
{
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.justify
{
	text-align: justify;
}

.center
{
	text-align: center;
}

.darkred
{
	color: #990000;
}

.large
{
	font-size: 14pt;
}

.m_15_tb
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.m_0_t
{
	margin-top: 0px;
}

.m_25_b
{
	margin-bottom: 25px;
}

.m_25_t
{
	margin-top: 25px;
}

.m_25_l
{
	margin-left: 25px;
}

.border_1
{
	border: 1px solid gray;
}

.m_20_r
{
	margin-right: 20px;
}

.m_10_lr
{
	padding-left: 10px;
	padding-right: 10px;
}

.p_20_t
{
	padding-top: 20px;
}

.p_10_t
{
	padding-top: 10px;
}

.error_message
{
	display:block;
	width: 399px;
	padding: 10px;
	margin: auto auto;
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
	color: #AA0000;
	background-color: #FFBBBB;
	border: 1px solid #AA0000;
}

.success_message
{
	display: block;
	width: 399px;
	padding: 10px;
	margin: auto auto;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	color: #007700;
	background-color: #BBFFBB;
	border: 1px solid #007700;
}

.h_50
{
	height: 50px;
	line-height: 50px;
}

.form fieldset
{
	padding: 10px;
	width: 400px;
}

.form fieldset legend
{
	font-weight: bold;
}

.d_block
{
	display: block;
}

.form_step_info
{
	margin-right: 20px;
	font-size: 30pt;
	float: left;
}

.lh_150
{
	height: 150px;
	line-height: 150px;
}

.lh_110
{
	height: 110px;
	line-height: 110px;
}

a.link_list:link
{
	height: 30px;
	line-height: 30px;
	color: #10326C;
	background: transparent url(img/arrow_link.gif) no-repeat 8px center;
	padding-left: 20px;
}

a.link_list:hover
{
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding-left: 20px;
	background: transparent url(img/arrow_link.gif) no-repeat 8px center;
}

a.link_list:visited
{
	height: 30px;
	line-height: 30px;
	color: #10326C;
	padding-left: 20px;
	background: transparent url(img/arrow_link.gif) no-repeat 8px center;
}

a img
{
	border: none;
}

.small
{
	font-size: 8pt;
}

h1.p_t_10
{
	padding-top: 10px;
}

h1 a
{
	font-size: 14pt;
	text-align: center;
}

div.evaluation
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #2B160C;
	padding: 5px;
}

div.w_100
{
	width: 100px;
}

a.arrow
{
	height: 25px;
	background: url(img/arrow_link.gif) no-repeat 8px center;
	line-height: 25px;
	padding-left: 20px;
	color: #484848;
	text-decoration: none;
}

a.arrow:hover
{
	background: url(img/arrow_link_hover.gif) no-repeat 8px center;
	text-decoration: underline;
	color: #333333;
}

.radio_eval_value
{
	width: 55px;
}

div.w_250
{
	width: 300px;
}

textarea.eval_text
{
	width: 500px;
	height: 200px;
}

.red
{
	color: #990000;
}

.ta_right
{
	text-align: right;
}

.p_t_5
{
	padding-top: 5px;
}

.p_t_30
{
	padding-top: 30px;
}

.p_t_10
{
	padding-top: 10px;
}

.m_b_0
{
	margin-bottom: 0px;
}

.p_t_20
{
	padding-top: 20px;
}

.m_t_10
{
	margin-top: 10px;
}

.m_t_30
{
	margin-top: 30px;
}

a.link_orange:link
{
	height: 30px;
	line-height: 30px;
	color: #D54A0C;
	background: transparent url(img/arrow_link.gif) no-repeat 8px center;
	padding-left: 20px;
}

a.link_orange:hover
{
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding-left: 20px;
	background: transparent url(img/arrow_link.gif) no-repeat 8px center;
}

a.link_orange:visited
{
	height: 30px;
	line-height: 30px;
	color: #D54A0C;
	padding-left: 20px;
	background: transparent url(img/arrow_link.gif) no-repeat 8px center;
}

.p_l_10
{
	padding-left: 10px;
}

.m_l_30
{
	margin-left: 30px;
}

.w_300
{
	width: 300px;
}
