body {
	background: #ffffff url('../graphics/page_back.jpg') repeat-x top right;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

/** GENERAL CSS **/
img {
	behavior: url("pngbehavior.htc");
}

.title_box { height: 70px; border-bottom: 1px solid #cecece; margin-bottom: 15px; }

.page_title {
	font: bold 14pt Arial, helvetica, Sans-Serif;
	margin-top: 0px;
}

#index_title {
	margin: 0 auto auto auto;
	font: bold 22px arial, helvetica, sans-serif;
	color: #063e71;
	line-height: 27px;
	border-bottom: 0;
}

.content_head_small {
	font-size: 11pt;
	color: #a9a9a9;
}

a:link {
	color: #0182ab;
	text-decoration: none;
}

a:visited {
	color: #0182ab;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

.list_item {
	display: block;
	border-bottom: 1px dashed #808080;
	padding: 5px 0;
}

.inputBox {
	border: 1px solid #000000;
	font-family: Arial, Verdana, "Sans Serif";
	padding: 2px;
}

.inputSubmit {
	border: 1px solid #000000;
}

.form_contact_label {
	border-bottom: 1px dashed #808080;
	padding: 3px 0;
	width: 180px;
}

.form_contact_input {
	border-bottom: 1px dashed #808080;
	padding: 3px 0;
}

.content-item {
	width: 100%;
	border-bottom: 1px dashed #808080;
	padding-bottom: 3px;
	margin: 5px 0 10px 0;
}

#header {
	height: 179px; 
	background: transparent url('../graphics/sky_back.jpg') center top no-repeat; 
	text-align: center;
	
}

#header_inner {
	height: 179px; 
	background: transparent url('../graphics/header_logotage.jpg') left top no-repeat; 
	width: 898px; 
	margin: auto; 
	text-align: left;
	
}

.box_off_1 { background: transparent; border: 1px solid #98c9e7; padding: 10px; }
.box_on_1 { background: #ffffce; border: 1px solid #98c9e7; padding: 10px; }


/** CONTAINERS / BODY CSS **/
#table-outer {
	clear: both;
	width: 920px;
}

#table-inner {
	width: 100%;
	background: url('../graphics/footer_back.jpg') bottom right no-repeat;
}

.cell_container {
	background: #ffffff;
	width: 100%;
	padding: 15px 0 0 0;
}

.cell_content {
	height: 620px;
	padding: 0 20px 80px 20px;
}

.sidebar {
	background: #019cd2;
	margin: 10px 0 0 0;
}

#menu_main {
	width: 593px; 
	font: bold 12pt Arial, Verdana, Sans-Serif; 
	background: #369bcf;
	
	
}

#menu_main a:link {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 8px; 
}

#menu_main a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 8px;
}

#menu_main a:hover {
	color: #ffff39;
	padding: 0px 8px;
}

.search {
	background: transparent url('../graphics/search_back.jpg') repeat-x left top ;
	height: 32px;
	line-height: 32px;
}

.search input {
	border: 0px;
	color: #808080;
	float: right;
}

.sidebar_left {
	background: url('../graphics/bookstack.jpg') no-repeat left bottom; 
	padding: 0 0 0 28px;
}

.left_menu_item {
	display: block;
	padding: 0 10px;
}
.left_menu_sub_item {
	display: block;
	padding: 0px 10px 0px 30px;
}

.left_menu_item a:link {
	color: #ffffff;
	display: block;
	border-bottom: 1px dashed #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0px;
}

.left_menu_item a:visited {
	color: #ffffff;
	display: block;
	border-bottom: 1px dashed #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0px;
}

.left_menu_item a:hover {
	color: #ffff39;
}

.first {
	background: #019cd2;
}

.last {
	background: #019cd2;
	border: 0;
}

/** FOOTER CSS **/
#footer {
	background: url('../graphics/footer_back.jpg') no-repeat right bottom;
	width: 721px;
	height: 56px;
	margin: auto;
}

div.footer {
	width: 920px;
	margin: auto;
	font-size: 8pt;
	text-align: center;

}