@import url("std_settings.css");
@import url("resources_banner.css");
@import url("std_menu.css");

BODY
{
	background : #204080
}

.page_layout_div
{
	width             : 900px;
	height			  : 1250px;

	margin-top        : 10px;
	margin-bottom     : 10px;
	margin-left       : auto;
	margin-right      : auto;

	border-color      : white;
	border-style      : solid;
	border-width      : 1px;

	background        : url("../../backgrounds/blue_blue_gradient.jpg");
}

#errata_text
{
	width             : 100%;
	text-align        : center;
	vertical-align    : top;
	display			  : none;

	color             : black;
	font-size         : 12px;
	line-height       : 16px;
	font-weight       : bold;
	font-family       : Verdana, Tahoma, Arial, Helv, serif;
}

.general_title_div
{
	color             : black;
	font-size         : 20px;
	line-height       : 24px;
	font-weight       : bold;
	font-family       : Verdana, Tahoma, Arial, Helv, serif;
}

.faq_list_table
{
	width	: 600px;
}

.faq_list_bullet_col
{
	width 			: 30 px;
	vertical-align	: top;
}

.faq_list_text_col
{
	width : 570 px;
	padding-left : 20px;
}

.faq_list_title
{
	color			: red;
	font-size       : 16px;
	line-height     : 20px;
	font-weight     : bold;
}



