﻿td {
    overflow: hidden;
    min-width:10px;
}
.headerContainer {
	position: relative;
	width: 900px;
	height: 100px;
	left: 0px;
	top: 0px;
	right: 0px;
	border-radius: 20px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	background-color: #F6F6F6;
	opacity:0.7;
	overflow:hidden;
}
.headerLogoHolder {
	height: auto;
	width: 20px;
	position: relative;
	bottom: 2px;
	left: 30px;
}
.headerTagline {
	height: 25px;
	width: auto;
	position: absolute;
	left: 320px;
	right: 20px;
	top:20px;
	text-align:center;
	font-size:large;
	font-family:"Times New Roman", Times, serif;
	color:#2B2B2B;
	font-style:italic;
	overflow:hidden;
	margin-bottom:0px;
}
.headerNavBar {
	position: absolute;
	top: 40px;
	height: 70px;
	left: 320px;
	right: 20px;
}
.headerNavText {
	font-size: x-large;
	font-weight: bolder;
	text-align:center;
	text-transform: uppercase;
	font-style: italic;
	height: 70px;
	margin: auto;
}
#Nav a {
    display: block;
    margin: -1em;
    padding: 1em;
}
#Nav a:link {
	color:#AABBDD;
	text-decoration:none;
	cursor:pointer;
}
#Nav a:visited {
    color:#AABBDD;
    text-decoration: none;
    cursor: pointer;
}
#Nav a:hover {
	color:#F6F6F6;
	text-decoration: none;
	border: 1px solid #AABBDD;
	background-color: #AABBDD;
}
.footerContainer {
	position: relative;
	width: 900px;
	height: 100px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:20px;
	padding:10px;
	border-radius:20px;
	background-color: #F6F6F6;
	opacity:0.5;
	overflow:hidden;
}
.footerTagline {
	height: 25px;
	width: auto;
	position: absolute;
	left: 250px;
	right: 20px;
	top:50px;
	text-align:left;
	font-size:medium;
	color:#2B2B2B;
	overflow:hidden;
	margin-bottom:0px
}
.footerLogoHolder {
	height: auto;
	width: 20px;
	position: absolute;
	bottom: 18px;
	right: 450px;
}
.bodyGeneral {
	background-color: #555;
	background-image:url('../images/background.JPG');
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.mainContainer {
	position: relative;
	width: 900px;
	height: auto;
	background-color: #2B2B2B;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-radius: 20px;
	top: 10px;
	color:#F6F6F6;
	font-family: "Lato";
	text-align:justify;
	opacity:0.9;
}
.mainContainer img {
	border-radius:20px;
	padding:10px;
}
#Main a:link {
	color:#AABBDD;
	text-decoration:none;
	cursor:pointer;
}
#Main a:link, a:visited {
    color:#AABBDD;
    text-decoration: none;
    cursor: pointer;
}

#Main a:link:active, a:visited:active {
    color:#AABBDD;
}
