.headerbg  {
	height: 550px;
	background: url(../pages/Banner_Home/$file/Home.jpg);
	background-repeat: no-repeat;
	background-position:top;
}

.buttonbol {
	height: 36px;
	background: url(../pages/bol/$file/bollen2.png);
	background-repeat: no-repeat;
	background-position:0px;
	padding: 4px 10px 4px 2px;
}
.buttonbol a {
	padding: 15px 3px 0px 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #6b6c6e;
}
.buttonbol a:hover {
	text-decoration: none;
	color: black;
}
.buttonbol .readmore {
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin-left: 150px;
	color: #6b6c6e;
}

.recttop {
	background: url(../pages/roundedrect/$file/top.png);
	background-repeat: no-repeat;
	height: 18px;
}
.rectmiddle {
	background: url(../pages/roundedrect/$file/middle.png);
	background-repeat: x-repeat;
	width:250px;
	padding:0px;
	font-size: 12px;
	font-weight: normal;
	height: 200px;
	overflow: auto;
}
.rectmiddle div {
	padding:10px;
}
.rectmiddle .title{
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.rectbottom {
	background: url(../pages/roundedrect/$file/bottom.png);
	background-repeat: no-repeat;
	height: 18px;
}
.rectbottom .readmore a{
	font-size: 11px;
	font-weight: normal;
	display: block;
	float:right;
	margin-right: 20px;
	text-decoration: none;
	color: #6b6c6e;
}
.rectbottom .readmore a:hover{
	text-decoration: none;
	color: black;
}



h2 {
	color: #b98F00;
	font-size: 18px;
}

hr {
	background: #b98F00;
	color: #b98F00;
}

.back {
	background: url(../pages/background/$file/bollen.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.menu { 
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	display: block;
	padding-left: 5px;
	padding-top: 0;
	cursor: pointer;
	margin-top:5px;
}
.menu li {
	margin-bottom: 12px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}
.menu a {
	background: url(../pages/navigation/$file/bullet.png);
	background-repeat: no-repeat;
	background-position:3px;
	padding: 0px 3px 0px 15px;
	text-decoration: none;
	color: #6b6c6e;
}
.menu a:hover {
	text-decoration: none;
	color: black;
}
.menusel {
	font-weight: bold;
}

.nav { 
	font-size: 13px;
	line-height:18px;
	font-weight: normal;
	white-space: nowrap;
	display: block;
	padding-top: 0;
	cursor: pointer;
	margin-top:75px;
}
.nav div {
	background: url(../pages/navigation/$file/buttonmain.jpg);
	background-repeat: no-repeat;
	display: inline;
	padding: 4px 10px 4px 2px;
}
.nav a {
	padding: 3px 30px 2px 7px;
	text-decoration: none;
	color: #6b6c6e;
}
.nav a:hover {
	text-decoration: none;
	color: black;
}
.navsel, .navsel a {
	color: black;
	font-weight: bold;
}
.menutop {
	float: right;
	margin-right: 20px;
}

.menutop a {
	background: #b98F00;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: white;
	margin-right: 5px;
}
.menutop a:hover {
	text-decoration: none;
	color: black;
}

.Copyright {
	font-size: 9px; 
	color: #6B6C6E;
	padding-top: 5px;
}
/* Styles for Input*/
.CVTable {
	width: 100%;
	margin-bottom: 3px;
}
.CVTable TD {
	padding: 0px 0px 0px 1px;
}

.CVTitle {
	font-weight: bold;
	font-size: 14px; 
	color: #b98F00;
	padding: 1px;
	background-color: #EEEEEE;
}

/* Styles for data entry*/
Input {
	font-size: 11px;
	color: #B98F00;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	background-color: white;
	margin: 0px;
}

Textarea {
	font-size: 11px;
	font-weight: normal;
	color: #B98F00;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px
	padding: 1px;
	background-color: white;
	margin: 0px;
}

.InputDisabled {
	font-size: 11px;
	font-weight: bold;
	color: #B98F00;
	background-color: #FFFFFF;
	border-color: #EEEEEE;
	border-style: none;
	border-width: 1px;
}

.EntryDropDown {
	font-size: 11px;
	color: #B98F00;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	width: 185px;
	margin: 0px;
}

.EntryCheckbox {
	font-size: 11px;
	color: #B98F00;
	border-color: #EEEEEE;
	border-style: none;
	border-width: 1px;
	background-color: white;
	margin: 0px;
}

Select {
	font-size: 11px;
	color: #B98F00;
	margin: 0px;
}
a .button2, .inputbutton{
	font-size: 11px;
	font-weight: normal;
	color: #B98F00;
	border-color: #B98F00;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	text-decoration: none;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EEEEEE;
}

a .button2:hover, .inputbutton:hover{
	color: #B98F00;
	text-decoration: none;
	border-color: #EEEEEE;
}


/* Styles for Opportunities*/
.JobTitle {
	font-weight: bold;
	font-size: 11px; 
	color: #6B6C6E;
}
.JobLevel {
	font-weight: normal;
	font-size: 11px; 
	color: #6B6C6E;
}
.JobLocation {
	font-weight: normal;
	font-size: 11px; 
	color: #6B6C6E;
}

