body {
	background-color: White;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	scrollbar-base-color: #FFFFFF;
	scrollbar-3dlight-color: #EBB297;
	scrollbar-darkshadow-color: #EBB297;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #EBB297;
	scrollbar-track-color: #FFFFFF;	
}

body, td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td.menu {
	background-color: White;
}

td.submenu {
	background-color: #EBB297;
	background: #EBB297 url(images/submenu_bg.gif);
	color: white;
}

a {
	color: #CE8867;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFD8C5;
	text-decoration: none;
	font-weight: bold;
}

a.submenu {
	color:white;
}

td.title {
	background-color: White;
	background-image: url(images/title_bg.gif);
	background-repeat: repeat-x;
}

td.right {
	background-image: url(images/right_bg.gif);
	background-repeat: repeat-y;
}

td.bottom {
	background-image: url(images/layout_bottom_bg.gif);
	background-repeat: repeat-x;
}

td.menu {
	background: url(images/menu_bg.gif);
	background-repeat: repeat-y;
}
.dropmenu{

	border: 1px solid #E9C4B5;
}