body {
}

#header {
	background-color: #B4BCC6;
}

#menu {
	background-image: url('../images/menuBack.png');
}

.menu
{
	background-image: url('../images/menuBack_1.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: #2c5fb3;
}

#footer {
}

#footer a {
	text-decoration: none;
	color: white;
}

#mainCol h1 {
	color: #3776df;
}
#mainCol h1 a {
	color: #3776df;
}

hr {
	color: white;
	border-top: 1px solid #2c5fb3;
	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_1.png');
}

thead tr th {
	background-color: #b61d1f;
	color: #FFFFFF;
}

thead tr th a {
	color: #FFFFFF;
}



tfoot tr th {
	background-color: #b61d1f;
	color: #FFFFFF;
}

tfoot tr th a {
	color: #FFFFFF;
}


.even td {
	background-color: #feebeb;
}
td.even {
	background-color: #feebeb;
}
