.global {
	background-attachment: fixed;
	background-color: #73D6F6;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.header-area {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
	padding:20px 0px;
}
.header-area h1 {
	font-family: 'Lobster', cursive;
	font-size:42px;
	color:#14729E;
	text-align:left;
	float:left;
	text-shadow:#999999 0px 1px 2px;
	padding:0px 20px;
	margin:0px;
	font-weight:normal;
}
.menu-area {
	width:504px;
	float:right;
	height:76px;
	background-image:url(../images/menu-bg.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.menu-area ul {
	float:left;
	margin:3px 5px;
	padding:3px 5px;
}
.menu-area ul li {
	float:left;
	list-style:none;
	color:#274B6C;
	padding:10px 5px;
	font-family:calibri;
	font-size:18px;
	line-height:20px;
}
.menu-area ul li a {
	color:#0C243A;
	text-decoration:none;
	padding:0px 5px;
}
.menu-area ul li a:hover {
	color:#FFFFFF;
}
.content-area {
	width:680px;
	background-color:#14729E;
	padding:20px 30px;
	font-family:calibri;
	font-size:16px;
	color:#FFFFFF;
	text-align:justify;
	line-height:20px;
	margin:7% 0px;
	float:left;
	
	-webkit-box-shadow: 5px 0px 3px 1px rgba(127,127,127,1);
	-moz-box-shadow: 5px 0px 3px 1px rgba(127,127,127,1);
	box-shadow: 5px 0px 3px 1px rgba(127,127,127,1);
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#14729e+0,14729e+2,006a9b+4,1f96cd+45&0.9+0,1+3,0.9+100 */
	background: -moz-linear-gradient(left, rgba(20,114,158,0.9) 0%, rgba(20,114,158,0.97) 2%, rgba(10,110,157,1) 3%, rgba(0,106,155,1) 4%, rgba(31,150,205,0.96) 45%, rgba(31,150,205,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(20,114,158,0.9)), color-stop(2%,rgba(20,114,158,0.97)), color-stop(3%,rgba(10,110,157,1)), color-stop(4%,rgba(0,106,155,1)), color-stop(45%,rgba(31,150,205,0.96)), color-stop(100%,rgba(31,150,205,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(20,114,158,0.9) 0%,rgba(20,114,158,0.97) 2%,rgba(10,110,157,1) 3%,rgba(0,106,155,1) 4%,rgba(31,150,205,0.96) 45%,rgba(31,150,205,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(20,114,158,0.9) 0%,rgba(20,114,158,0.97) 2%,rgba(10,110,157,1) 3%,rgba(0,106,155,1) 4%,rgba(31,150,205,0.96) 45%,rgba(31,150,205,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(20,114,158,0.9) 0%,rgba(20,114,158,0.97) 2%,rgba(10,110,157,1) 3%,rgba(0,106,155,1) 4%,rgba(31,150,205,0.96) 45%,rgba(31,150,205,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(20,114,158,0.9) 0%,rgba(20,114,158,0.97) 2%,rgba(10,110,157,1) 3%,rgba(0,106,155,1) 4%,rgba(31,150,205,0.96) 45%,rgba(31,150,205,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e614729e', endColorstr='#e61f96cd',GradientType=1 ); /* IE6-9 */
}
.content-area h1 {
	font-family: 'Lobster', cursive;
	font-size:36px;
	color:#FFFFFF;
	text-align:center;
	text-shadow:#999999 0px 1px 2px;
	padding:20px;
	margin:20px 0px;
	font-weight:normal;
}
.content-area h2 {
	font-family: 'Lobster', cursive;
	font-size:30px;
	color:#0C243A;
	text-align:left;
	text-shadow:#999999 0px 1px 2px;
	padding:20px;
	margin:20px 0px;
	font-weight:normal;
	/*background-image:url(../images/content-header-bg.png);
	background-position:left to;
	background-repeat:no-repeat;*/
}
.content-area table {
	width:640px;
	margin:0 auto;
	padding:5px;
	margin:5px;
	border:#FFFFFF 1px dashed;
}
.content-area table tr td {
	padding:5px;
}
.content-area table tr th {
	padding:5px;
	background-color:#FFFFFF;
	color:#14729E;
}
.content-area a {
	padding:5px 9px;
	margin:0px 7px;
	background-color:#FFFFFF;
	color:#14729E;
	text-decoration:none;
}
.content-area a:hover {
	padding:5px 9px;
	margin:0px 7px;
	background-color:#cccccc;
	color:#14729E;
	text-decoration:none;
}
.footer-area {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
	margin-top:60px;
}
.footer {
	width:540px;
	float:right;
	background-color:#14729E;
	padding:20px;
	font-family:calibri;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
}
.footer a {
	font-family: 'Lobster', cursive;
	font-size:16px;
	color:#9EE0FF;
}