@charset "utf-8";

body {
	background-repeat: repeat;
	background-image: url(../siteImages/backgroundTile.png); /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	color: #e6e6e6;
	outline: none;
}
.menu {
	width: 900px;
	height: 263px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.footer {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	height: 73px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	outline: none;
} 

.main {
	width: 852px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border: 4px solid #333333;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 

.mainText {
	color: #C3D9FF;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
}

.subheading {
	font-weight: bold;
	text-decoration: underline;
}

.subText {
	text-align: center;

}

.thumb {
	border: 4px solid #2A2A2A;
	padding: 5px;
}

.mini {
	font-size: 10px;
}

a {
	outline: none
}

a:link {
	color: #e1771e;
}
a:visited {
	color: #AA7B55;
}
a:hover {
	color: #C3D9FF;
}
.video {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thick solid #333333;
	background-color: #666666;
	height: 480px;
	width: 853px;

}
.video2 {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thick solid #333333;
	background-color: #666666;
	height: 540px;
	width: 720px;

}
.tableButtons {
	text-align: center;
	padding: 5px;
}
.update {
	text-align: right;
	font-size: 11px;
}
.boldy {
	color: #E1771E;
	font-weight: bold;
	text-align: center;
}
.desc {
	text-align: center;
	width: 853px;
	margin-right: auto;
	margin-left: auto;
}
