a:link {
	color: #993300;
	text-decoration: none;
}

a:visited {
	color: #993300;
	text-decoration: none;
}

a:active {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: overline; color: red;
}

body {
	margin-left: 10%;
	margin-top: 1%;
	margin-bottom: 1%;
	color: #FFFFFF;
	background-color: #EEEEEE;
	font-family: arial;
	font-size: small;
	height:100%;
}

#mainContainer {
	padding: 0px;
	width: 800px;
	height: 100%;
	background-color: #222222;
}

#header {
	width: 800px;
	height: 153px;
	background-image: url(../designImages/header.png);
	background-repeat: no-repeat;
}

#belowTheFold {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	background-color: #222222;
	background-image: url(../designImages/mainBackGround.png);
	background-repeat: no-repeat;
	min-height: 310px;
}

#footer {
	margin-top: 0px;
	width: 800px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: right;
	font-size: small;
	clear: both;
}


#contentContainer {
	float: left;
	padding: 20px;
	padding-left: 50px;
	margin-right: 30px;
}

.sideContainer {
	float: left;
	width: 150px;
	background-color: #ADADAD;
	margin-top: 10px;
	margin-left: 5px;
}

.sideContentBox {
	float: left;
	width: 200px;
	background-color: #ADADAD;
	text-align: center;
}

.sideHeader {
	padding: 4px;
	background-color: #272744;
	height: 25px;
	font-weight: bold;
}

.sideBody {
	padding: 8px;
}

.contentBox {
	position: relative;
	width: 360px;
	background-color: #ADADAD;
	color: #000000;
}

.contentBoxHeader {
	width: 360px;
	height: 25px;
	background-image: url(../designImages/contentBoxHeader.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}

.contentBoxBody {
	margin-left: 5px;
	margin-right: 5px;

}

.contentIndent {
	text-indent: 20px;
}

.contentBoxFooter {
	width: 360px;
	height: 15px;
	background-image: url(../designImages/contentBoxFooter.png);
	background-repeat: no-repeat;
}

.validatorImages {
	width: 44px;
	height: 15.5px;
	border: 0px;
}