.global {
	background-color: #0A1C26;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.main-body {
	width:960px;
	padding:0px 5px 5px 5px;
	margin:0 auto;
	background-color:#C7F7CF;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.body-content-area {
	width:940px;
	padding:10px;
	margin:0px;
	height:auto;
	overflow:hidden;
	border-top:#2087B4 5px solid;
	background-color:#FFFFFF;
}
.header {
	width:940px;
	float:left;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
}
.header h1 {
	text-align:left;
	font-family: 'Cinzel', serif;
	font-size:36px;
	/*font-weight:normal;*/
	line-height:40px;
	color:#8DD221;
	text-shadow:#E3E3E3 0px 1px 2px;
}
.header h1 span {
	color:#2087B4;
}
.header-image-area {
	width:940px;
	float:left;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
	border-top:#86C00A 5px solid;
}
.header-image-area img {
	width:940px;
	height:auto;
	float:left;
}
.menu {
	width:940px;
	float:left;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,0090cf+75,1e5799+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #0090cf 75%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(75%,#0090cf), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#0090cf 75%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#0090cf 75%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#0090cf 75%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%,#0090cf 75%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}
.menu ul {
	float:left;
	padding:0px;
	margin:0px;
}
.menu ul li {
	font-family:calibri;
	font-size:16px;
	color:#FFFFFF;
	list-style:none;
	float:left;
	padding:15px;
}
.menu ul li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 10px;
}
.menu ul li a:hover {
	color:#AEFF00;
}
.content-area {
	width:920px;
	margin: 0px auto;
	padding:10px;
	font-family:calibri;
	font-size:16px;
	text-align:justify;
	float:left;
	height:auto;
	overflow:hidden;
}
.content-area h1 {
	font-family: 'Cinzel', serif;
	color:#8DD221;
	text-align:left;
	line-height:50px;
	font-size:30px;
	text-shadow:#E3E3E3 0px 1px 2px;
}
.content-area h1 span {
	color:#2087B4;
}
.content-area table {
	width:700px;
	margin:0 auto;
	padding:5px;
	border:#2182B7 1px solid;
	margin-bottom:20px;
}
.content-area table th {
	background-color:#2182B7;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:30px;
	color:#AEFF00;
}
.td-odd {
	background-color:#C4EA26;
	padding:5px;
	font-weight:bold;
}
.td-even {
	background-color:#A0FAFF;
	padding:5px;
}
.footer {
	width:
}
.footer-area {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
	font-family: 'Fjalla One', sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	font-weight:normal;
	line-height:20px;
	padding:10px 0px;
}
.footer-area a {
	color:#27B2FA;
	text-decoration:none;
}