body {
}

#header {
	background-color: #B4BCC6;
}

#menu {
	background-image: url('../images/menuBack.png');
}

.menu
{
	background-image: url('../images/menuBack_2.jpg');
	
}



#leftCol {
}
#leftMenu {
}
#leftMenu a {
	color: black;
}
#leftMenu hr {
	position: absolute;
	color: black;
	border: 0;
	border-top: 1px solid #A3A2A1;
	left: -3px;
	width: 225px;
}

#rightCol {
	background-color: red;
}

#footer {
}

#mainCol h1 {
	color: #bf0055;
}

#mainCol h1 a {
	color: #bf0055;
}

hr {
	color: white;
	border-top: 1px solid #b31e1e;
	border-bottom: 0;
	height: 0px;
}

.topBorder {
	border-bottom: 1px solid #b31e1e;
	border-top: 1px solid #b31e1e;
	padding: 2px;
}
.midBorder {
	border-left: 1px solid #b31e1e;
	border-bottom: 1px solid #b31e1e;
	border-top: 1px solid #b31e1e;
	padding: 2px;
}

#footer {
	background-image: url('../images/footer_2.png');
}

.even td {
	background-color: #f6dde9;
}
td.even {
	background-color: #f6dde9;
}

thead tr th {
	background-color: #a10048;
	color: #FFFFFF;
}

thead tr th a {
	color: #FFFFFF;
}
tfoot tr th {
	background-color: #a10048;
	color: #FFFFFF;
}

tfoot tr th a {
	color: #FFFFFF;
}
