body{
	padding:0px;
	padding-left: 40px;
	padding-top: 40px;
	margin:0px;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	background-color: #d7e1d9;
}
a, a:visited{
	color: #666;
	text-decoration: none;
}
a:active, a:hover{
	color: #638569;
	text-decoration: none;
}
#page{
	background-color: white;
	width: 920px;
	overflow: hidden;
}
#header{
	width: 100%;
	height: 172px;
	/*border: 1px dotted gray;*/
	overflow: hidden;
}
#menu_level_1{
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
	height: 35px;
	background-image: url('../images/menu_1_bg.jpg');
	background-repeat: no-repeat;
	background-color: white;
	overflow: hidden;
	color: white;
	/*border: 1px dotted green;*/
}
#menu_level_2{
	width: 156px;
	float: left;
	line-height: 1.8em;
	padding-left: 17px;
	padding-top: 33px;
	margin-right: 10px;
	margin-left: 10px;
	/*border: 1px dotted gray;*/
}
#body{
	padding-left: 10px;
	padding-right: 10px;
}
#content{
	/*border: 1px dotted red;*/
	float: left;
	overflow: hidden;
	width: 530px;
	color: black;
}
#path{
	color: #999;
	height: 33px;
	line-height: 30px;
	vertical-align: middle;
	/*border: 1px solid blue;*/
}
#box_right{
	float: right;
	background-color: #f2f0ec;
	margin-top: 35px;
	width: 172px;
}
#search{
	border-bottom: 1px solid #fbb040;
	padding: 7px;
	padding-right:0px;
	overflow: hidden;
	height: 30px;
	vertical-align: middle;
}
#quick_links{
	border-bottom: 1px solid #fbb040;
	padding: 7px;
	min-height: 176px;
	padding-right:0px;
}
#newsletter{
	padding: 7px;
	height: 60px;
	padding-right:0px;
	vertical-align: middle;

}
#footer{
	border-top: 1px solid #ccc;
	text-align: right;
	margin-top: 5px;
	padding: 5px;
	color: #666;
}
.clear{
	clear: both;
	height: 1px;
	width: 1px;
}

/*------------------*/

#quick_links p {
	/*padding-top: 3px;*/
	padding-bottom: 5px;
}
#quick_links a {
	/*padding-top: 3px;*/
	color: black;
}
#search input, #newsletter input, #search img, #newsletter img{
	margin-bottom: 2px;
	margin-top: 2px;
	/*width: 50px;*/

}
#search input, #newsletter input{
	width: 130px;
	height: 14px;
	font-size: 0.8em;
}
#quick_links img{
	vertical-align:middle;
	margin-right: 2px;
}
.fleft{
	float: left;
	/*border: 1px solid red;*/
	overflow: hidden;
	margin:0px;
	padding:0px;
}
.menu_1, .menu_1_active{
	float: left;
	/*border: 1px dotted #ff6600;*/
	height: 28px;
	width: 140px;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
}
#menu_level_1 div.color{
	float: left;
	height: 6px;
	width: 140px;
	/*background-color: blue;*/
	/*border: 1px solid red;*/
	overflow: hidden;
}
.menu_1 a{
	color: #fefefe;
	text-decoration: none;
}
.menu_1_active, .menu_1_active a, .menu_1_active a:active, .menu_1_active a:hover, .menu_1 a:hover{
	color: #bad1be;
	text-decoration: none;

}
.headline{
	font-weight: bold;
	font-size: 1.6em;
	color: black;
	padding-top: 15px;
	padding-bottom: 15px;
}
.menu_2_active{
	font-weight: bold;
}
.menu_2{

}