@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Monotype Corsiva", "Comic Sans MS", Arial;
	font-size: 18px;
	background-color: #FFFECF;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}

.cbbh  #container {
	width: 820px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFECF;
	border: thin solid #A5CE79;
	padding: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.cbbh #container_big {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFECF;
	border: medium ridge #A5CE79;
	padding: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.cbbh #wdbk {
	font-size: small;
	color: #666666;
	text-align: center;
}

.cbbh #header {
	height: 200px;
	width: 805px;
	cursor: pointer;
	border: thin solid #A5D67B;
	padding: 5px;
}
.cbbh #sidebar {
	height: 25px;
	width: 805px;
	float: left;
	border: thin solid #A5D67B;
	margin-top: 15px;
	padding: 5px;
	margin-bottom: 0px;
}
.cbbh #sidebar_info {
	height: 20px;
	width: 805px;
	float: left;
	border: thin solid #A5D67B;
	margin-top: 15px;
	padding: 5px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #ADD67B;
	text-align: center;
}


.cbbh  #mainContent {
	float: left;
	width: 805px;
	height: auto;
	padding: 5px;
	margin-top: 15px;
	border: thin solid #A5D67B;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


.cbbh  #footer {
	text-align: center;
	height: 50px;
	width: 805px;
	margin-top: 10px;
	margin-bottom: 0px;
	border: thin solid #A5D67B;
	float: left;
	padding: 5px;
	font-weight: bold;
	color: #ADD67B;
}

h2 {
	font-size: 20px;
	margin-bottom: 0px;
	color: #A5CE79;
}
h3 {
	color: #2F2299;
}

div#thumbContainer {
	width: 125px;
	padding: 15px;
	background-color: #453D97;
	height: auto;
	float: right;
}
div#thumbContainerLarge {
	width: 184px;
	padding: 5px;
	background-color: #453D97;
	position: relative;
}

div#handle {
	width: 475px;
}

img.thumbs {
	float:left;
	height:56px;
	width:75px;
	border: 1px solid #453D97;
	cursor: hand;
	margin: 7px;
}
img.left {
	float:left;
	margin: 15px;
}
img.right {
	float:right;
	margin: 15px;
}
img.center {
	margin: 15px;
	text-align: center;
	background-position: center;
}
img.centermargin {
	margin: 35px;
	text-align: center;
	background-position: center;
}
img.centertext {
	margin: 0px;
	text-align: center;
	background-position: center;
	text-decoration: none;
}





div#thumbContainerdetail {
	height: auto;
	width: 405px;
	padding: 5px;
	position: relative;
	margin-top: 0px;
	clear: both;
	border: medium double #453D97;
	background-position: center;
	margin-left: 20px;
}
.cbbh #thumbtext {
	font-size: small;
	margin-top: 0px;
}
.cbbh #thumbhead {
	font-size: large;
	margin-bottom: 0px;
	color: #453D97;
}
p#main {
	text-indent: 20px;
	margin: 10px;
}
p#maincentered {
	text-align: center;
	margin-top: 0px;
}
p#maincenteredCalendar {
	text-align: center;
	color: #453D97;
}


p#indent {
	text-align: left;
	text-indent: 40px;
}
p#maincenteredbold {
	text-align: center;
	font-size: large;
	text-decoration: blink;
}
p#maincenteredboldNOVACANCY {
	text-align: center;
	font-size: large;
	text-decoration: blink;
	color: #5A9922;
}
p#maincenteredboldPurple {
	text-align: center;
	font-size: x-large;
	text-decoration: blink;
	color: #453D97;
}





.clear {
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
