html {
	height: 100%;
}

body {
	font-family: "Arial";
	color: #350124;
	font-size:14px;
	background: #fbe3b1;
}

img {
	border: 0px;
}

.splashSection {
	font-weight: normal;
	font-size: 22px;
	text-align: left;
	color: #FCB72B
}

a:link { 
	text-decoration: none; 
	color: #fbe3b1;
}
a:visited { 
	text-decoration: none; 
	color: #fbe3b1;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #fbe3b1;
}

#mainDiv { 
	background: url(images/mainBackground.png);
	border: 8px solid #350124;
}

#mainDivSplash {
	background: #350125;
	border: 8px solid #350124;
}

#contentBG {
	background: url(images/contentBG.png);
}

#content {

}

#content a:link { 
	text-decoration: none; 
	color: #9E201B;
}
#content a:visited { 
	text-decoration: none; 
	color: #9E201B;
}
#content a:hover, a:active { 
	text-decoration: underline; 
	color: #9E201B;
}

#menu {
	background: url(images/contentBG.png);
	text-align: left;
	font-size: 16px;
}

#menu a:link { 
	text-decoration: none; 
	color: #350124;
}
#menu a:visited { 
	text-decoration: none; 
	color: #350124;
}
#menu a:hover, a:active { 
	text-decoration: underline; 
	color: #350124;
}

#links {
	text-align: center;
	font-weight: bold;
}

.linksCell {
	width: 14%;
}

.copyright {
	color: #fbe3b1;
	font-size:12px;
}
