body {
	margin: 0px;	
	background-color: #d6e0d5;
	height: 100.02%;
	overflow-y: scroll;
}
body, td, th, input, select, textarea {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

h1 {
	color: #3e0e74;
	font-weight: normal;
	font-size: 24px;
}

h3 {
	color: #000;
	background-color: #ff0;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
}
.geel {
	color: #000;
	background-color: #ff0;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
a {
	color: #3e0e74;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.holidayLink {
	background-color: #ff0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.social {
	color:#FFF;
	font-weight: bold;
}

img {
	border: none;
}

th {
	text-align: left;
}

ul {
	list-style-position: inside;
	padding-left: 0px;
}

ul.holidayList {
	list-style-image: url('../img/bullet-green.gif');
}


#content div {
	display: inline;
}

#top {
	background-color: #3e0e74;
	background-image: url('../img/pixel-purple.png');
}

#topmenu {
	color: #fff;
	width: 510px;
	text-align: left;
	padding: 0px 10px 5px 0px;
}

#topmenu a {
	color: #fff;
	text-decoration: none;
}

.submenu {
	border: #fff solid;
	border-width: 0px 1px 1px 1px;
}
.submenu a {
	display: block;
	background-color: #3e0e74;
	color: #fff;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
}

#left {
	background-color: #3ca648;
	background-image: url('../img/pixel-green.png');
	vertical-align: top;
	padding: 10px 0px 0px 0px;
}

#leftmenu a {
	display: block;
	background-color: #61b75d;
	margin-bottom: 2px;

	color: #fff;
	font-weight: bold;
	text-decoration: none;

	background-image: url('../img/bullet.gif');
	background-position: middle left;
	background-repeat: no-repeat;

	padding: 2px 0px 2px 30px;
}

#right {
	background-color: #c7edbd;
	vertical-align: top;
	padding: 10px 10px 5px 10px;
}

#content {
	vertical-align: top;
}

#footer {
	vertical-align: bottom;
	color: #3e0e74;
	font-size: 10px;
}

.error {
	color: #f00;
	font-weight: bold;
}
.message {
	color: #0f0;
	font-weight: bold;
}

.holidayBox {
	background-color: #fff;
	padding: 5px;
	border: solid 2px #000;
}

#banner-table td{
	text-align:center;
	padding: 3px;
}

