html
{
	height: 100%;
}

body
{
	margin: 0px;
	background-color: #EEEEEE;
	font-size: 17px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	height: 100%;
}

.header
{
	position: fixed;
}

.title
{
	z-index: 100;
	width: 100%;
	color: #FFFFFF;
	height: 64px;
	line-height: 64px;
	vertical-align: middle;
	background-color: #4071a4;
	position: fixed;
	font-size: 24px;
}

.title a:hover
{
	background: none;
}

.pageTitle
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.header
{
	z-index: 100;
	width: 100%;
	padding: 0px;
	background-color: #5292d3;
	position: fixed;
	top: 64px;
	box-shadow: 0px 4px 4px #CCCCCC;
	-webkit-box-shadow: 0px 4px 4px #CCCCCC;
}

.navigation
{
	width: 1022px;
	height: 32px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #4071a4;
	border-right: 1px solid #4071a4;
}

.navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navigation ul li
{
	float: left;
	display: inline;
}

.navigation ul li a
{
	display: inline-block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #4071a4;
	
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000000;
	
	background-color: none;
	transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
}

.navigation ul li a:hover
{
	background-color: #4071a4;
}

.page
{
	position: relative;
	top: 86px;
	height: 100%;
}

.pageContent
{
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1002px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 820px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.pageContent a
{
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	
	color: #185FA8;
	text-decoration: none;
	
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	transition: background-color 0.2s;
}

.pageContent a:hover
{
	color: #FFFFFF;
	background-color: #5292d3;
}

.footer
{
	position: fixed;
	bottom: 0px;
	width: 100%;
}

.copyright
{
	text-align: center;
	padding: 10px;
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	font-size: 12px;
}

.spacer
{
	width: 1020px;
	height: 3px;
	backface-color: black;
}

.spacer
{
	height: 46px;
	font-size: 22px;
	font-weight: bold;
	background: url(images/spacer.png);
	background-repeat: no-repeat;
	background-position: 0px 36px;
}

h3
{
	margin-top: 5px;
	margin-bottom: 8px;
}

p
{
	margin-top: 8px;
}

.videoThumb
{
	margin: 5px;
	display: inline-block;
	width: 225px;
	background-position: center;
	background-repeat: no-repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #909090;
	text-align: center;
	vertical-align: middle;
	background-color: #E0E0E0;
}

.videoThumb a:hover
{
	background: none;
}

.subtitle
{
	padding-top: 30px;
}

.videoPopup
{
	z-index: 500;
	display: none;
}

.videoPopup a:hover
{
	background: none;
}

.videoBox
{
	width: 640px;
	z-index: 500;
	position: fixed;
	padding: 20px;
	
	background-color: #FFFFFF;
	background: -webkit-gradient(top, #FFFFFF, #D0D0D0);
	background: -webkit-linear-gradient(top, #FFFFFF, #D0D0D0);
	background: -moz-linear-gradient(top, #FFFFFF, #D0D0D0);
	background: -ms-linear-gradient(top, #FFFFFF, #D0D0D0);
	background: -o-linear-gradient(top, #FFFFFF, #D0D0D0);
	
	border: 1px solid #C0C0C0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 5px 5px #909090;
}

.videoDescription
{
	width: 600px;
}

.closeIcon
{
	float: right;
	position: relative;
	top: -19px;
	left: 18px;
}

.topRight
{
	text-align: right;
}

.internetIcons
{
	float: right;
	margin-top: 8px;
}

.internetIcons a img
{
	margin-left: 10px;
}