
.linkContainer A:link {text-decoration: none; font-weight:bold; color: #653300; font-size:18pt;}
.linkContainer A:visited {text-decoration: none; font-weight:bold; color: #653300; font-size:18pt;}
.linkContainer A:active {text-decoration: none; font-weight:bold; color: #990033; font-size:18pt;}
.linkContainer A:hover {text-decoration: underline; font-weight:bold; color: #990033; font-size:18pt;}

A:link {text-decoration: none; font-weight:bold; color: #006666;}
A:visited {text-decoration: none; font-weight:bold; color: #006666;}
A:active {text-decoration: none; font-weight:bold; color: #339999;}
A:hover {text-decoration: underline; font-weight:bold; color: #339999;}

p{
	text-align: justify;
}

h3{
	color: #990033;
	padding: 0px;
	margin: 0px;
}

body{
	background-color: #70cac8;
	margin: 0px;
	font-family: verdana;
}
.mainTable{
	width: 1188px;
}
.leftCol{
	background-image: url('../images/left-col.jpg');
	background-color: #a4dddc;
	background-repeat: no-repeat;
	width: 313px;
	height: 942px;
}
.header{
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	width: 775px;
	height: 338px;
	}
.rightCol{
	background-image: url('../images/right-col.jpg');
	background-repeat: no-repeat;
	width: 100px;
	height: 942px;
}
.footer{
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	width: 1142px;
	height: 32px;
}
.infoFooter{
	text-align: center;
	
}
.mainContent{
	width: 775px;
	background-color: #a4dddc;
}
.linkContainer{
	margin-top: 440px;
	margin-left: auto;
	margin-right: auto;
}