* {
	margin: 0;
}

body, html {
	height: 100%;
}

body {
	color: #767575;
	font-family: "Verdana";
	font-size : 14px;
	background: #DEDCDC;
	margin: 0;
	padding: 0;
}

a { 	COLOR: #BD874D;
	text-decoration: none;
	font-size : 12px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
} 

img {
	border: 0;
}

.navbar ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 12px;
	padding: 0;
}

.navbar li {
	display: block;
	float: left;
	cursor: pointer;
}

.navbar ul a {
	color: #3B3B3B;
	font-size : 12px;
	display: block;
	padding: 7px 20px 0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -80px;
}

.footer, .push {
	width: 100%; height: 80px;
}

.footer {	
	font-size : 10px;
	font-weight: bold;
	text-align:center;
	background: #EDEBEB url('images/footer.png');
}

.container {
	width: 100%;
	background: #DEDCDC url('images/backtop.png') repeat-x;
}

.window {
	width: 768px;
	margin: 0px auto 0 auto;
	border: 1px solid #BEBDBD;
	border-top-color: #C08A4F;
	border-top-width: 3px;
	background: #FFFFFF;
	text-align: left;
	min-height: 500px;
}

.navbar {
	width: 285px;
	margin: 0px auto 0 auto;
}

.navbutton {
	height: 28px;
}

.navbuttonsel {
	height: 28px;
	background: #BD874D url('images/navsel.png') repeat-x;
}

.title {
	font-size : 18px;
	color: #BD874D;
}

.content {
	padding: 20px;
}

.content_top {
	width: 100%;
}


.small {
	font-size : 12px;
}

.bold {
	font-weight: bold;
}

.smallbold {
	font-size : 12px;
	font-weight: bold;
}