/* CSS Document */

html {

}
body {
	background-color: #4a4b4f;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-image: url(images/background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#container {
	width: 768px;
	margin: 0px Auto;
}

.box {
	background-image: url(images/boxBackground.gif);
	background-repeat: repeat-y;
	width: 170px;
	text-align: left;
	color: #000000;
}

.box p {
	margin: 0 8px 6px 10px;
}

a {
	color: #ff9c00;
	text-decoration: none;
}

a:Hover {
	color: #ff9c00;
	text-decoration: underline;
}

hr {
	height: 1px;
}

.twelvePoint {
	font-size: 14px;
}

#footer a {
	color: #aaaaaa;
	text-decoration: none;
}	

#content {
	border-bottom: solid 1px #cccccc;
	padding:0 0 8px 0;
	text-align: left;
}

#thumbnails {
	border-top: solid 1px #cccccc;
	padding: 8px 0 0 0;
	text-align: center;
}

.centerText {
	text-align: center;
}

h1 {
	margin: 5px 0;
	font-size: 16px;
}

.tableWithBorders {
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

.tableWithBorders td{
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	padding: 3px;
}

.tableHeader {
	color: #ffffff;
	background-color: #E67A0F;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.tableSubHeader {
	font-weight: bold;
	color: #ffffff;
	background-color: #c58b51;
}

.calendarTagalong {
	color: #ffffff;
	background-color: #ad0b0b;
	cursor: pointer;
}

.calendarScientific {
	color: #ffffff;
	background-color: #AD0B5C;
	cursor: pointer;
}

#dateInfo {
	font-size: 12px;
}

.calendarWeekend {
	color:#ffffff;
	background-color: #5CAD0B;
	cursor: pointer;
}

h2 {
	margin: 8px 0;
	font-size:14px;
	border-bottom: dotted 1px #E67A0F
}