body, td {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	word-spacing: 0.1em;
}
body{
	background:#B1A493;
}

a {
	color: #336699;
	text-decoration: none;
	}

a:hover {
	color: #D13E41;
	text-decoration: underline;
}

#frame{
	background:white;
	border:2px white solid;
}

#topnav{
	border-top:2px white solid;
	border-right:2px white solid;
	padding:2px;
	float:left;
	background:#D13E41;
	color:white;
}

#topnav a{
	color: #ffffff;
	font-size: 11px;
	line-height:14px;
	margin:2px 3px;
	word-spacing:0;
	text-decoration: none;
	}

#topnav a.sel{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}

#topnav a:hover {
	color: #33667D;
	text-decoration: underline;
}
	

#menu{
	background:#336699;
	color:white;
	border-bottom:2px white solid;
}
#menu a{
	color: #ffffff;
	font-size: 11px;
	margin:0 3px;
	word-spacing:0;
	text-decoration: none;
}

#menu a.sel{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}

#menu a:hover {
	color: #FFDB48;
	text-decoration: underline;
}

#banner{
	padding-top:1px;
	background:#E6ECF3;
	border-bottom:2px white solid;
}

#sidebar{
	background:#DFE6ED;
}

#features{
	background:#DFE6ED;
}
#frame{
	background:white url('/sites/default/images/bg_frame.gif');
}

#contentcenter {
	background:transparent url('/sites/default/images/bg_content_top.gif') left top no-repeat;
	line-height:130%;
	word-spacing:0.2em;
	}
	
#logo{
	background:transparent url('/sites/default/images/logo.gif') left top no-repeat;
	width:224px;
	height:94px;
	cursor: pointer;
}
	
#logo h1{
	visibility:hidden;
	font-size:12px;
}

#langblock{
	float:left;
	display:inline;
	margin:0;
	margin-left:8px;
}

#headimg{
	float:right;
	clear:right;
	/*
	background:transparent url('/sites/default/images/default_banner.jpg') left top no-repeat;*/
	border:2px white solid;
	margin:10px;
	display:inline;
}

#footer{
	background:#336699;
	color:white;
	border-top:2px white solid;
	padding:4px 0;
	margin:0;
	}

#footer p {
	margin: 1em 12px 1em 12px;
}

/*forms and things*/
select{
	font-size:11px;
	border-bottom:1px #ECEDEE solid;
	}
option.d{
	color:#336699;
	font-weight:bold;
}
option{
	background:white;
	}
optgroup{
	background:#DFE6ED;
	font-weight:normal;
	border-bottom:1px #336699 solid;
}

input, textarea{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	}
	
button{
	font-size:1em;
	background:#336699;
	width:auto;
	color:white;
	padding:0;
	margin:0;
	padding: 0 2px 1px 2px;
	border: 2px outset #5AA0B8;
	text-decoration: none;
	vertical-align: bottom; 	
	cursor:pointer;
	}
	
.ar{
	text-align:right;
}
.ac{
	text-align:center;
}

form{
	margin:0.5em 0;
	padding:0;
}