/* GENERAL HTML CSS*/
html 
{
	height: 100%;
}

body 
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 10px;
	color: #333333;
	background-color: #ffffff;
}

img
{
	border:0px;
}


td 
{
	font-size: 10px;
}

form 
{
	margin: 0px;
}

fieldset 
{ 
	border: 1px solid #cecece; 
}

legend
{ 
	color: #0E6EAB; 
	font-size: 10px; 
	font-weight: bold; 
	vertical-align: middle;
	padding: 4px;
}

textarea
{
	font-family: Tahoma;
	font-size: 10px;
}

input
{
	font-size: 10px;
}


a:link		{ color: #434965; text-decoration: none; font-weight: bold; }
a:active	{ color: #434965; text-decoration: none; font-weight: bold; }
a:visited	{ color: #434965; text-decoration: none; font-weight: bold; }
a:hover		{ color: #A9AF41; text-decoration: none; font-weight: bold; }


/* CLASS CSS */
.clr 
{
	clear: both;
}


/* DEFAULT BUTTON */
.button 
{
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	border: 0px;
	width: auto;
	background-color: #c6bd70;
	padding: 2px;
}

/* GENERIC BUTTON - SHOULD REPLACE ALL OF THE BELLOW */
.generic_button_container
{
	
}

.generic_button
{
	font-family:Arial;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: 0px;
	background-image: url(../images/b_pattern.gif);
	height:18px;
	padding-bottom:2px;
	cursor:pointer;
}

.generic_button_left
{
	width:4px;
	height:18px;
	background: url(../images/b_start.gif) no-repeat;
}

.generic_button_right
{
	width:4px;
	height:18px;
	background: url(../images/b_end.gif) no-repeat;
}


/* ICONS */
.editIcon
{
	width: 17px;
	height:27px;
	padding-right:5px;
/*	background: #d6cbb9; */


	
}

.favouriteIcon
{
	width: 28px;
	height: 20px;
	padding-right:5px;
}

.pdfIcon
{
	width: 16px;
	padding-right:5px;
	background: #dddddd;
}

.printIcon
{
	width: 22px;
	height: 20px;
	padding-right:5px;
}

.emailIcon
{
	width: 22px;
	height: 20px;
	padding-right:4px;
}



/* MAIN_MENU_JAVASCRIPT */
div.main_menu_header 
{
	padding-top: 0px;
	margin: 0px;
	height:11px;
	background-image: url(../images/menu_header.gif); 
	background-repeat: no-repeat; 
	text-align:center;
	font-size:3px;
}

div.main_menu_footer 
{
	padding-top: 0px;
	margin-bottom: 8px;
	height:26px;
	width:160px;
	background-image: url(../images/menu_footer.gif);
	background-repeat: no-repeat;
}



/* BLOCKS */
/* MODULETABLE - USED AT */
table.moduletable 
{
	margin-bottom: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th, div.moduletable h3 
{
	color: #ffffff;
	text-align: center;
	height: 21px;
	line-height: 21px;
	margin: 0px 0px 0px 0px;
}

table.moduletable td 
{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	

}

div.moduletable 
{
	width:160px;

}

div.moduleheader 
{
	width:160px;
	height:17px;
	background-image: url(../images/module_header.gif);
	background-repeat: no-repeat;
}

div.moduleheader_title
{
	padding-top:2px;
	padding-left:20px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
}

div.modulemain
{
	text-align:center;
	padding:0px;
	margin:0px;
}

.modulemain 
{
	
}

div.modulemain .modulemain_td
{
	padding-top:8px;
	padding-left:0px;
	width:160px;
	margin-bottom: 0px;
	background: url(../images/module_pattern.gif) repeat-y;
	
}

div.modulefooter 
{
	width:160px;
	height:26px;
	background-image: url(../images/module_footer.gif);
	background-repeat: no-repeat;

}

/* LINKS FOR BLOCKS */
a.mainlevel:link, a.mainlevel:visited 
{
	display: block;
	text-align: center;
	font-size: 10px;
	color: #876156;
	padding-top: 0px;
	padding-left: 0px;
	text-decoration: none;
	margin-left:8px;
	font-weight: normal;
}

a.mainlevel:hover 
{
	background-position: 0px -20px;
	text-decoration: none;
	color: #b53300;
}

a.mainlevel#active_menu 
{
	color:#b53300;
	font-weight: normal;
}

a.mainlevel#active_menu:hover 
{
	color: #b53300;
}

/* mainlevel for top menu*/

.menu_alignment
{
padding-left:0px;
}
a.mainlevel_simplemenu:link, a.mainlevel_simplemenu:visited 
{
	font-weight:normal;
	padding-left: 18px;
	padding-right: 18px;
	float: left;
	margin: 0;
	font-size: 10px;
	line-height: 19px;
	color:#ffffff;

}

a.mainlevel_simplemenu:hover 
{
	color: #ffffff;
	background: #A9AF41;
}

a.mainlevel_simplemenu#active_menu_simplemenu
{
	color: #ffffff;
	background: #A9AF41;
}

a.mainlevel_simplemenu#active_menu_simplemenu:hover 
{
	color: #ffffff;
	background: #A9AF41;
}



/* SEPARATORS */
.article_seperator 
{
	display: block;
	height: 20px;
}

.heading_seperator 
{
	display: block;
	height: 9px;
}

.description_seperator 
{
	display: block;
	height: 10px;
}

.search_seperator 
{
	display: block;
	height: 10px;
}

.category_seperator 
{
	display: block;
	height: 10px;
}

.archive_seperator 
{
	display: block;
	height: 20px;
}

.nav_seperator 
{
	display: block;
	height: 5px;
}

.form_seperator 
{
	display: block;
	height: 3px;
}




/* IMPORTANT TABLES */
.body_outer 
{
	padding-top: 15px;
	padding-left: 33px;
	padding-right: 33px;
	background:#ffffff;

}

.body_inner
{
	
}

.content_table 
{
	padding: 0px;
}




/* CONTENTPANEOPEN USED */
table.contentpaneopen 
{
	padding: 0px;
	margin: 0px;
}

table.contentpaneopen td 
{
   
}

table.contentpaneopen .content_header_left
{
	width:9px;
	height:23px;
	background: #A9AF41;
	
}

table.contentpaneopen .content_header
{
	height:23px;
	text-align:left;
	font-weight: bold;
	background: #A9AF41;


}

table.contentpaneopen .content_header_right
{
	width:9px;
	height:23px;
	background: #A9AF41;
}

.header_title
{
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;

}

a.header_title:link		{ color: #7c2e22; text-decoration: none; font-weight: bold; }
a.header_title:active	{ color: #7c2e22; text-decoration: none; font-weight: bold; }
a.header_title:visited	{ color: #7c2e22; text-decoration: none; font-weight: bold; }
a.header_title:hover	{ color: #b53300; text-decoration: none; font-weight: bold; }

table.contentpaneopen .content_main
{
	padding-top:15px;
	text-align: justify;
	/*border-left: 1px solid #d2d0d0;
	border-right: 1px solid #d2d0d0;
	padding: 12px;
	background-color: #FFFFFF;*/
}

table.contentpaneopen .content_footer_left
{
	/*width:9px;
	height:13px;
	background: url(../images/main_footer_left.gif) no-repeat;*/
}

table.contentpaneopen .content_footer
{
	/*border-bottom: 1px solid #d2d0d0;
	background-color: #FFFFFF;*/
}

table.contentpaneopen .content_footer_right
{
	/*width:9px;
	height:13px;
	background: url(../images/main_footer_right.gif) no-repeat;*/
}
.readmore_link
{
position:relative;
top:3px;
}
a.readmore_link:link	{ color: #876156; text-decoration: none; font-weight: bold; }
a.readmore_link:active	{ color: #876156; text-decoration: none; font-weight: bold; }
a.readmore_link:visited	{ color: #876156; text-decoration: none; font-weight: bold; }
a.readmore_link:hover	{ color: #b53300; text-decoration: none; font-weight: bold; }


table.contentpaneopen .section_category_td
{

	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #f0f0f0;
}

.section_category			{ color: #ffffff; text-decoration: none; font-weight: bold; }
a.section_category:link		{ color: #ffffff; text-decoration: none; font-weight: bold; }
a.section_category:active	{ color: #ffffff; text-decoration: none; font-weight: bold; }
a.section_category:visited	{ color: #ffffff; text-decoration: none; font-weight: bold; }
a.section_category:hover	{ color: #5FB7FF; text-decoration: none; font-weight: bold; }


table.contentpaneopen .content_header2
{
	height: 22px;
	padding-left: 12px;
	padding-right: 12px;

}


/* CONTENTPANE -  USED AT ??? */
/* TRY TO REMOVE IT - use contentpaneopen instead */
/* OR PUT IT INSIDE CONTENTPANEOPEN ???? */
table.contentpane 
{
	padding: 0px;
	margin: 0px;
	border: 1px solid #d2d0d0;
}

table.contentpane td 
{
	
}






/* CATEGORY SEARCH */
.categorysearch
{
	
}


/* ARCHIVE SEARCH */
.archivesearch
{
	padding-top:10px;
	text-align:center;
	
}


/* TABLE OF CONTENTS - ???? */
/* USED FOR PAGING PROBABLY */
table.contenttoc 
{
	border: 1px solid #d2d0d0;
	padding: 2px;
	margin-left: 8px;
	margin-bottom: 8px;
}

table.contenttoc td 
{
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #ffffff;
	text-align:left;
	background:#D8D8C6;


}
table.contenttoc td:hover 
{
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #ffffff;
	text-align:left;
}



table.contenttoc a:link		{ color: #434965; text-decoration: none; font-weight: normal; }
table.contenttoc a:active	{ color: #434965; text-decoration: none; font-weight: normal; }
table.contenttoc a:visited	{ color: #434965; text-decoration: none; font-weight: normal; }
table.contenttoc a:hover	{ color: #434965; text-decoration: none; font-weight: normal; }

table.contenttoc th 
{
	background:#A9AF41;
	border-bottom: 1px solid #ffffff;
	color: white;
	text-align: center;
	padding-top: 2px;
	padding: 4px;
	height: 21px;
	font-weight: normal;
	font-size: 11px;
}



.error 
{
	font-style: italic;
	padding: 5px;
	color: #d2d0d0;
	font-size: 14px;
	font-weight: bold;
}

.message 
{
	text-align:center;
	padding: 10px;
	color: #0E6EAB;
	font-size: 12px;
	font-weight: bold;
}


/* PAGE NAVIGATION */
.pagenav 
{
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #d2d0d0;
	width: auto;
	padding: 4px;
	margin: 2px;
}

.pagenavbar 
{
	/* ??? */
	margin-right: 10px;
	float: right;
}

.navPages
{
	padding: 8px;
	text-align:center;
}

.navLinks
{
	padding: 8px;
	text-align:center;
}


/* VARIOUS FORM ELEMENTS */
.inputbox 
{
	border: solid 1px #d2d0d0;
	background-color: #ffffff;
	font-size:11px;
}

.inputbox2
{
	width:123px;
	height:15px !important;
	height:19px;
	
	

}

.radiobox
{
	
}

.checkbox
{

}


.componentheading 
{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	width:594px;
	height:20px;
	background:url(../images/frame_category.gif);
	padding-left:12px;
}

.description_table
{
	
}


.description_header_left
{
	width:9px;
	height:13px;
	background: #f9f5e9;
}

.description_header
{
	color:#8A6C00;
	font-weight: bold;
	height:13px;
	background:#f9f5e9;
	text-align:left;
	/*border-top:1px solid #935343;*/
}

.description_header_right
{
	width:9px;
	height:13px;
	background: #f9f5e9;
}

.contentdescription
{

	background:#f9f5e9;
	color:#000000;
	font-weight:normal;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
}

.description_footer_left
{
	width:9px;
	height:13px;
	background: #f9f5e9;

}

.description_footer
{

	background:#f9f5e9;
	
}

.description_footer_right
{
	width:9px;
	height:13px;
	background: #f9f5e9;
}


/* USED FOR HEADINGS - SHOULD BE REPLACED WITH componentheading */
.contentheading 
{
	/* maybe replace with something else */
	/* COMPONENT HEADING
	color: #D8000B;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	padding-left: 5px;
	*/

	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background-color: #868C9B;
	height: 25px;
	padding-left:12px;
}

/* USED IN SECTIONS - CATEGORIES */
.sectiontable 
{

}

.sectiontableheader_left
{

}

.sectiontableheader 
{
	height:13px;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	border-bottom:2px solid #d6cbb9;
	
}

.sectiontableheader_right
{


	
}

.sectiontableentry1 
{

	border-bottom:1px solid #d6cbb9;
    padding:4px;
	padding-left:12px;
	color:#876156;

}

.sectiontableentry2 
{
	border-bottom:1px solid #d6cbb9;
    padding:4px;
	padding-left:12px;
	color:#876156;
}

.sectiontableentry3
{

	border-bottom:1px solid #d6cbb9;
    padding:4px;
	padding-left:12px;
	color:#876156;
}

.sectiontablefooter_left
{


}

.sectiontablefooter  
{
	height:12px; 
	border-bottom:2px solid #d6cbb9;

}

.sectiontablefooter_right
{
	

}


.tableentry { color: #0E6EAB; text-decoration: none; font-weight: bold; }

a.tableentry_link:link		{ color: #876156; text-decoration: none; font-weight: bold; }
a.tableentry_link:active	{ color: #876156; text-decoration: none; font-weight: bold; }
a.tableentry_link:visited	{ color: #876156; text-decoration: none; font-weight: bold; }
a.tableentry_link:hover		{ color: #5FB7FF; text-decoration: none; font-weight: bold; }


/* USED IN FORMS */
.form_table
{
	 
}

.form_neccessary
{
	color: red;
	font-weight: bold;
}

.form_td_header_left
{
	width:9px;
	height:23px;
	background: #d6cbb9;

}

.form_td_header
{
	height:23px;
	text-align:left;
	font-weight: bold;
	background: #d6cbb9;
	color:#7c2e22;
}

.form_td_header_right
{
	width:9px;
	height:23px;
	background: #d6cbb9;
}

.form_td_main
{


}

.form_td_row
{
	padding-top:2px;
}

.form_td1
{
	text-align: left;
	padding: 4px;
	padding-left:12px;
	font-weight:normal;
	background-color: #cabdaa;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
}

.form_td2
{
	text-align: left;
	padding: 4px;
	font-weight:normal;
	background-color: #faf6ed;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
}

.form_td_footer_left
{

	width:9px;
	height:13px;
}

.form_td_footer
{
	

}

.form_td_footer_right
{	
	width:9px;
	height:13px;
	
}


/* USED IN LINKS */
.links_table 
{
	
}

.links_header_left
{
	width:9px;
	height:27px;
	background: url(../images/main_header_left.gif) no-repeat;
	
}

.links_header 
{
	font-size:10px;
	font-weight: bold;
	background: url(../images/main_header_pattern.gif) repeat-x;
	height: 27px;
	color: #8A6C00;
}

.links_header_right
{
	width:9px;
	height:27px;
	background: url(../images/main_header_right.gif) no-repeat;
}

.links_main
{
	border-left:1px solid #C8C7B2;
	border-right:1px solid #C8C7B2;
}

.links_entry1 
{
	border-bottom:1px solid #C8C7B2;
    padding:3px;
	padding-left:12px;
	background:#ffffff;

}

.links_entry2 
{
	border-bottom:1px solid #C8C7B2;
	padding:3px;
	padding-left:12px;
		background:#ffffff;
}

.links_entry3
{
	border-bottom:1px solid #C8C7B2;
	padding:3px;
	padding-left:12px;
	background:#ffffff;
}


.links_footer_left
{
	width:9px;
	height:13px;
	background: url(../images/main_footer_left.gif) no-repeat;
}

.links_footer  
{
	font-weight: bold;
	background: #FFFFFF;
	border-bottom:1px solid #d2d0d0;
	height: 12px;
	color: #3F4775;
}

.links_footer_right
{
	width:9px;
	height:13px;
	background: url(../images/main_footer_right.gif) no-repeat;
}

a.links_link:link		{ color: #876156; text-decoration: none; font-weight: bold; }
a.links_link:active		{ color: #876156; text-decoration: none; font-weight: bold; }
a.links_link:visited	{ color: #876156; text-decoration: none; font-weight: bold; }
a.links_link:hover		{ color: #5FB7FF; text-decoration: none; font-weight: bold; }




/* USED IN SEARCH FORMS */
.search_table
{
	
}

.search_header_left
{

}

.search_header
{
	height:13px;
	text-align:left;
	font-weight:bold;
	border-bottom:2px solid #7c2e22;
}

.search_header_right
{
}

.search_main
{

	
    padding:4px;
	padding-left:12px;
	
}

.search_row
{
	padding-top:2px;
}

.search_td1
{
	text-align: left;
	padding: 4px;
	padding-left:12px;
	font-weight:normal;
	background-color: #cabdaa;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
}

.search_td2
{
	text-align: left;
	padding: 4px;
	font-weight:normal;
	background-color: #faf6ed;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
}


.search_footer_left
{


}

.search_footer
{
	height:12px; 
	
	border-bottom:2px solid #d6cbb9;
}

.search_footer_right
{	

}

.searchintro
{
	font-weight: bold;
	text-align:center;
}



.small 
{
	color: #7C2E22;
	font-size: 9px;
}

.small_small 
{
	color: #876156;
	font-size: 9px;
}

.section
{

}

.category
{

}

.author 
{
	text-align: left;
	color: #999999;
	font-size: 10px;
}

.createdate 
{
	text-align: right;
	color: #999999;
	font-size: 10px;
}

.modifydate 
{
	text-align:left;
	color: #999999;
	font-size: 10px;
}

.hits
{
	text-align:left;
	color: #999999;
	font-size: 10px;
}

.comments
{

}

.ratings
{
	color: #999999;
	font-size: 10px;
}

.readmore
{
	text-align:right;
}

.url
{

}

.not_auth
{
	font-weight:bold;
	color: #ff0000;
	text-align:center;
}

.highlight 
{
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

.code 
{
	background-color: #ddd;
	border: 1px solid #bbb;
}


div.mosimage 
{
	border: 1px solid #cccccc;
	margin-right:5px;
	margin-top:2px;
}

.mosimage 
{
	float:left;
}

.mosimage_caption 
{
	background: #efefef;
	padding: 0px;
	color: #666666;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}





/* THESE TWO SHOULD BE REMOVED */
table.pollstableborder td
{
	/* ???? */
	padding: 2px;
}

.poll
{
	/* redundant i guess */
	text-align:center;
	padding: 0px;
	margin-bottom:0px;
}



/* OBJECT CSS */

/* BUTTONS */
#buttons_outer 
{
  	margin-bottom: 0px;
}

#buttons_inner 
{
	width: 159px;
	height: 39px !important;
	height: 39px;
}

#buttons 
{
	width: 159px;
	margin: 0px;
	padding: 0px;
}
/* PATHWAY */
#pathway_text 
{
	overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding: 4px;
	margin-bottom: 2px;
}

.pathway{
	color: #A9AF41;
	font-weight: bold;
}

#pathway_text img 
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}
#buttons>ul#mainlevel-nav li a { width: auto; }


/* MAINLEVEL-NAV */
ul#mainlevel-nav
{
	list-style: none;
	padding-left:95px;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 10px;
	line-height: 18px;
	white-space: nowrap;
	/*border-right: 1px solid #cccccc;*/
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #000000;
	font-weight:normal;
	background: transparent;
}

ul#mainlevel-nav li a:hover
{
	color: #000000;
	background: #b0c29d;
}


/* SEARCH */


#mod_search_inner_form
{
	padding: 0;
	margin: 0;
}

.search_input_container
{
	
}

.search_input
{
	border: 0px;
	font-size: 10px;
	color: #000000;
	height: 13px !important;
	height: 18px;
	width: 90px;
	width: 88px !important;
	padding-left:4px;
	
	vertical-align:middle;
	border:1px solid #cccccc;
}

.search_button_container
{

	padding-left:4px;
}


/* HEADER */
.header_outer 
{
	border: 0px;
	margin: 0px;
	padding:0px;
}

.header_pattern1
{
height:128px;
background-image:url(../images/header_pattern1.gif);
}
.header_pattern1_b
{
height:128px;
background-image:url(../images/header_pattern3.gif);
}
.header_pattern2
{
height:128px;
background-image:url(../images/header_pattern2.gif);
}
.header_pattern3
{
background:#f0f0f0;
}
.header_pattern4
{
height:28px;
background:url(../images/b_pattern_up.gif) repeat-x;
}
.header1 
{
width: 374px;
height:128px;
background:url(../images/header1.gif) no-repeat;

}
.header2
{
width: 606px;
height:128px;
background:url(../images/header2.gif) no-repeat;
}

.Header3
{
height:28px; 
width:244px;
background:url(../images/Header3.gif) no-repeat;
}
.header4
{
height:28px; 
width:244px;
background:url(../images/header4.gif) no-repeat;
}

.search_background
{
width:160px;
height:66px;
background:url(../images/frame_search.gif) repeat-x;
}
.footer_pattern
{

}
.top_menu_div_container
{
float:left; 
position:relative; 
right:0px; 
background-color:red;
width:150px;
height:28px;
border:1px solid green;
}

/* TOP */
#top_outer
{
	width: 342px;
	float: right;
	margin-left:0px;
	background-color:#D8000B;
}

#top_inner 
{
	float: right;
	padding: 0px;
	height: 76px;
	overflow: hidden;
}


/* LEFT */
#left_outer 
{
	float: left;
	margin: 0px;
	width: 160px;
}

#left_inner 
{
	float: none !important;
	float: left;
}


/* RIGHT */
#right_outer 
{	
	width: 160px;
	padding-top: 20px;
}

#right_inner 
{
	float: none !important;
	float: right;
	
}


/* BANNER */
#banner_inner 
{
	float: left;
	padding: 0px;
	height: 70px;
}


/* POLL */
#poll_buttons
{
	padding-top:8px;
}

#poll_question
{
	color:#000000;
	font-weight:bold;
}


/*WEB LINKS */
ul#weblinks
{
	padding: 3px;
	margin: 5px;
	margin-left: 20px;
}

/* Dimos Xortiatis */

.joomap		{ color: #876156; text-decoration: none; font-weight: bold; font-size:12px; }

.tablerow1 
{
	height: 27px;
	background-color:#A9AF41;/* for header */
	color: #ffffff
}

.tablerow2
{
	height: 27px;
	background-color:#D8D8C6;
	color:#434965;
}
.tablerow3
{
	height: 27px;
	background-color:#D8D8C6;
	color:#434965;
}

.box_td
{
	text-align:left;
	padding-left:15px;
	
	width:160px;
}

div.left-image 
{
	float: left;
	text-align: left;
	background:#FFF;
	border:1px solid #ccc;
	margin:3px 5px 5px 0px;
	padding:4px;
}


div.right-image
{
	float: right;
	text-align: right;
	background:#FFF;
	border:1px solid #ccc;
	margin:3px 0px 5px 5px;
	padding:4px;
}

.left-image-right-area
{
	background:#FFF;
	border:1px solid #ccc;
	margin:3px 5px 5px 0px;
	padding:4px;
	

}

.right-image-right-area
{
	background:#FFF;
	border:1px solid #ccc;
	margin:3px 0px 5px 5px;
	padding:4px;

}
.footer
{
height:33px;
width:660px;
background:url(../images/footer.gif) repeat-x;
}

.footer_pattern_down
{
height:13px;
background:url(../images/footer_pattern_down.gif) repeat-x;
}

.footer_pattern_up
{
height:20px;
background-color:#F0F0F0;
}


#amea 
{
	background: url(../images/b_amea_up.gif) no-repeat; 
	float:right;
	width: 160px; 
	height: 45px; 


}
