/* 
 * ========================================
 * Body 
 * ========================================
*/

body {
 	background-image: url('../images/core/head.jpg'); 
	background-position: center top;
	background-repeat:repeat-x;
	margin-left:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-color:#FFF;
}
img {
	border:0px;
}

a:link {
	text-decoration:none;
	color: #891A1C;
}
a:visited {
	text-decoration:none;
	color: #891A1C;
}
a:hover {
	text-decoration:underline;
	color: #891A1C;
}

a:active {
	text-decoration:underline;
	color: #891A1C;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
	font-family:Verdana;
	font-size:9pt;
	color:#000;
}
td {
	padding:0;
	border:0px;
}

iframe {
	width:220px;
}

h1,h2,h3,h4,h5 {
	font-family:Verdana;
	margin:0px;
	font-size:11px;
	padding:0px;
}

td.td_mainpg {
text-align:justify;
}
td.td_mainpg h1 {
font-size:16px;
padding-top: 8px; padding-bottom:8px;
}
td.td_mainpg h2 {
font-size:15px; padding-top: 24px; padding-bottom:10px;
}


.core_img_space {
	padding:5px;
}

/* 
 * ========================================
 * Root table 
 * ========================================
*/


.root_table {
	width:100%;
}

.root_menu_space {
	height:28px;
 	background-image: url('../images/core/menufon.jpg'); 
	vertical-align:center;
}

.root_bottom_space {
	height:33px;
 	background-image: url('../images/core/bottom.gif'); 
	background-position:center center;
	background-repeat:no-repeat;
	vertical-align:center;
}
/* 
 * ========================================
 * Core table 
 * ========================================
*/

.core_logo_image {
	width:179px;
	height:198px;
}

.core_logo {
	padding:15px;
	padding-bottom:0px;
	width:960px;
	height:227px;
}

.core_menu {
	color:#FFF;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
.core_menu_sep {
 	background-image: url('../images/core/menusep.jpg'); 
	background-position:center center;
	background-repeat:no-repeat;
	width:1px;
}

.core_menu_item {
	width:170px;
}

.core_menu_link:link, .core_menu_link:visited, .core_menu_link:hover, .core_menu_link:active {
	color:#FFF;
}

.core_bottom_left {
	width:650px;	
}

.core_bottom_right {
	width:340px;
}

.core_main {
	width:1000px;
	vertical-align:top;
}

/**
Feedback
**/
.feedback_text {
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	width:200px;
	height:17px;
	font-weight: none;
	border:1px #663817 solid;
	color: #000000;
}
.feedback_textarea {
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	width:200px;
	height:117px;
	font-weight: none;
	border:1px #663817 solid;
	color: #000000;
}
.feedback_btn {
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	width:100px;
	height:19px;
	font-weight: none;
	border:1px #663817 solid;
	color: #000000;
}

.submenu_root {
	visibility:hidden;
	position:absolute;
}

.submenu_row {
	background-color:#FFFFFF;
	padding:3px;
	padding-right:5px;
	padding-left:5px;
}

.core_news_space {
	overflow:auto;
	overflow-y:scroll;
	height:150px;
	width:250px;
	background-color: #FFF;
	padding:5px;
}
