body {
	font-family: Verdana, Arial;
	text-align: center;
	background-color: #fff6ac;
	margin: 0px;
	font-size: 12px;
}

td {
	font-family: Verdana, Arial;
	margin: 0px;   
	font-size: 12px;
}

.content {
	width:750px;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
background-color: #d04700;
}

.subcontent {
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom: 10px;
	vertical-align: middle;
	display: inline-block;
}

.subcontent:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
	.subcontent {display: block;}
/* End Holly Hack */

.menu {
	padding: 2px;
	width: 750px;
	text-align: left;
	margin-top: 20px;
	font-size: 10px;
}

.search {
	text-align: center;
	width: 100%;	
}

.menuitem {
	padding: 2px;
	background-color: #fee54d;
	font-weight: normal;
	margin-right: 5px;
}

.flag {
	font-size: 10px;
}

.subtitle {
	background-color: #e86b26;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 2px;
	font-style: italic;
}

.logo {
	color: #0070d9;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
	padding: 6px;
}

.bottom_text {
	color: #000000;
	font-size: 10px;
}

.bottom_text_2 {
	color: #797979;
	font-size: 11px;
}

.bottom_text_2 a:link { color: #797979; font-weight: normal; }
.bottom_text_2 a:visited { color: #797979; font-weight: normal; } 
.bottom_text_2 a:active { color: #797979; font-weight: normal; }
.bottom_text_2 a:hover { color: #797979; font-weight: normal; }

input {
	border: 1px solid #C0C0C0;
	background-color: #ffffff;
}

.category {
	width: 130px;
	text-align: left;
	height: 20px;
}

.category_div {
	width: 130px;
	float: left;
	}

a:link { text-decoration: underline; color: #ff4200; font-weight: bold;}
a:visited { text-decoration: underline; color: #ff4200; font-weight: bold;} 
a:active { text-decoration: underline; color: #ff4200;}
a:hover { text-decoration: underline; color: #7c1400;}

