body {
	background-color: #3c3c3c; 
	color: #000000; 
}
.main {
	background-color: #9d0039;
	border-right: solid 10px #2c2c2c;
	border-left: solid 10px #2c2c2c;
	border-top: solid 5px #2c2c2c;
}
.main .header {
	min-height: 150px;
	background-image: url('images/header.jpg');
	background-position: center bottom; 
	background-repeat: no-repeat; 
	border-top: solid 10px #9d0039;
}
.main .header h1
{
    padding: 20px 0px 0px 0px;
    margin: 0px 20px 0px 0px;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}
.main .header h2 {
	font-size: 16px; 
	margin: 0px 30px 0px 0px; 
	color: #000000;
	font-style: italic;
}
.mainBox {}
.mainBox .side {
	background-color: #860032;
}
.mainBox .side ul {}
.mainBox .side .menuItem {
	background-color: #860032;
	margin: 0px 0px; 
	font-weight: bold;
	line-min-height: 28px; 
	background-repeat: no-repeat; 
	text-decoration: none;
	min-height: 30px; 
	border-top: solid 1px #a1003b;
	border-bottom: solid 1px #660025;
}
.mainBox .side .menuItem a,
.mainBox .side .menuItem a:visited {
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
    font-weight: bold;
}
.mainBox .side .menuItem a:visited {
	padding-right: 10px; 
	padding-left: 10px; 
	color: #ffffff;
	font-weight: bold;
}
.mainBox .side .menuItemSelected {
    margin: 0px 0px;
    line-min-height: 28px;
    background-repeat: no-repeat;
    background-color: #73002a;
    min-height: 30px;
    font-weight: bold;
    border-top: solid 1px #a1003b;
	border-bottom: solid 1px #660025;
}
.mainBox .side .menuItemSelected a,
.mainBox .side .menuItemSelected a:visited {
	padding-right: 10px;
	min-height: 30px; 
	width: 100%;	
	padding-left: 10px; 
	font-size: 20px; 
	color: white; 
	font-weight: bold;
}
.mainBox .side .menuItemSelected a:hover {
	font-size: 20px; 
	font-weight: bold;
	min-height: 30px; 
	width: 100%;
}
.mainBox .side .contactUs {
	width: 100%;
	min-height: 100%;
	color: #ffffff; 
	font-family: arial;
}

.mainBox .side .contactUs .button {
    border: 0;
    background-color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.mainBox .content .element {
	background-color: #ffffff;
	border: #860032 2px solid;
}

.mainBox .content .element h2 {
	background-repeat: no-repeat; 
	background-image: url('images/star.jpg'); 
	background-position: right 4px; 
	line-min-height: 20px; 
	font-size: 18px; 
	color: #9d0039;
	padding: 0px 25px 10px 0px;
}


.mainBox .content .contactUs .button {
	background-color: #000000; 
	font-weight: bold;
    font-size: 12px;
}
.footer{
    padding: 5px 0px 5px 0px;
	color: #767676; 
	background-color: #2c2c2c;
	min-height: 20px;
}

.credits {
    padding: 5px 0px 5px 0px;
	color: #f5f5f5;
	min-height: 20px;
}
.credits a,
.credits a:visited {
	color: #f5f5f5; 
}

