body	{
	background: url('images/bg1.jpg') repeat;
}

.container	{
	background: white;
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
}

#intro	{
	background: url('images/topbg.gif') repeat;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 10px 12px;
	color: white;
	font-size: 1.3em;
	font-family: 'Georgia', serif;
}

.subhead	{
	background: url('images/border1.jpg') repeat-x;
	padding-top: 20px;
	margin-bottom: 15px;
}

#header-links	{
	width: 70%;
	margin: auto;
}

#header-links li	{
	background: url('images/buttonbg01.gif') no-repeat 8px 8px #79C70E;
	padding: 3px 3px 4px 37px;
	border-bottom: 3px solid white;
}

#header-links li:hover	{
	background: url('images/buttonbg1.gif') no-repeat 8px 8px #2D396E;
	border-bottom: 3px solid red;
}

#header-links li a	{
	font-family: 'Georgia', serif;
	font-size: 0.9em;
	text-decoration: none;
}

#header-links li a:hover	{
	color: white;
}

h1	{
	font-family: 'Impact', san-serif;
	text-align: center;
	font-size: 7.5em;
	line-height: 1.1;
}

h2	{
	font-family: 'Georgia', serif;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.2;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 50px;
}

h3	{
	font-family: 'Impact', serif;
	text-align: center;
	font-size: 2.2em;
	line-height: 1.2;
	color: #4AA803;
}

h4	{
	font-family: 'Impact', serif;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: 15px;
	color: white;
}

.subhead p, li	{
	font-size: 1.3em;
	color: black;
	line-height: 1.5;
}

.subhead p	{
	text-indent: 1.5em;
	margin-left: 40px;
	margin-right: 40px;
}

#form	{
	background: #009999;
	width: 50%;
	margin: auto;
	padding: 50px 10px 5px;
	border-radius: 15px;
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.6);
	text-align: center; 
}

#form label	{
	float: left;
	line-height: 29px;
	color: #fff;
}

#form table div input	{
	width: 85%;
	display: inline-block;
}

.share	{
	text-align: center;
	padding-top: 100px;
}

.share form input	{
	width: 30%;
	margin: 0 auto 10px;
}

.footer	{
	background: url('images/border2.jpg') repeat-x;
	padding: 25px 0 20px;
	margin-top: 15px;
	font-size: 0.9em;
}

.footer a	{
	text-decoration: none;
}

.footer a:hover	{
	text-decoration: underline;
}

.footer .omega	{
	text-align: right;
}

#ctc	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #ddd;
	padding: 0.1em;
	font-size: 0.7em;
	color: black;
}

#top-bg	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 340px;
	background: url('images/bg2.jpg') repeat-x;
}