/* CSS Document */
* {
	margin:0px;
	padding:0px;
	}
body {
	background-color:#181C1E;
	background-image:url(images/bg.jpg);
	background-position:bottom;
	background-repeat:repeat;
	background-attachment:fixed;
	font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
	font-size:8pt;
	color:#cccccc;
	font-weight:normal;
	}
#container {
	text-align:center;
	width:950px;
	height:750px;
	margin-right:auto;
	margin-left:auto;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	}
#wrapper {
	position:relative;
	width:800px;
	height:700px;
	top:0px;
	left:0px;
	text-align:center;
	float:right;
	background-color:#121212;
	}
#wrapperSubmit {
	position:relative;
	width:800px;
	height:1080px;
	top:0px;
	left:0px;
	text-align:center;
	float:right;
	background-color:#121212;
	}
#content {
	position:absolute;
	width:460px;
	height:388px;
	top:307px;
	left:50px;
	float:right;
	text-align:left;
	}
#contentSubmit {
	position:absolute;
	width:460px;
	height:388px;
	top:307px;
	left:50px;
	float:right;
	text-align:left;
	}
#nav {
	float:left;
	top:80px;
	left:0px;
	width:145px;
	position:relative;
	}
#nav li {
	margin:0;
	padding:0.15em 0.5em;
	list-style-type:none;
	}
#flyers {
	width:460px;
	height:15px;
	float:right;
	position:relative;
	right:90px;
	top:-415px;
	}
#copyright {
	position:absolute;
	width:760px;
	height:20px;
	top:706px;
	left:20px;
	float:right;
	text-align:left;
	}
#copyrightSubmit {
	position:absolute;
	width:760px;
	height:20px;
	top:1057px;
	left:20px;
	float:right;
	text-align:left;
	}
p {
	font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
	font-size:8pt;
	color:#CCCCCC;
	line-height:12pt;
	}
p.copy {
	font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
	font-size:7pt;
	color:#666666;
	}
p.thanks {
	font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
	font-size:9pt;
	color:#cccccc;
	line-height:19px;
	padding-bottom:20em;
	}
h3 {
	font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
	font-size:15pt;
	color:#81d24b;
	text-transform:uppercase;
	}
strong {
	font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
	font-size:11pt;
	color:#81d24b;
	}
strong.heh {
	font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
	font-size:9pt;
	color:#666666;
	}
a.contentLink {
	font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
	font-size:9pt;
	color:#FFffff;
	line-height:10px;
	}
a {
	font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
	font-size:8pt;
	color:#cccccc;
	line-height:10px;
	}
a:link {
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	}
a:hover {
	text-decoration:overline;
	color:#81d24b;
	}
a:active {
	text-decoration:overline;
	color:#FFffff;
	}
.head {
	color:#cccccc;
    font-size:20px;
    text-decoration:underline;
    font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
	}
td.left {
    font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
    font-size:10pt;
    color:#cccccc;
	}
td.right {
    font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
    font-size:10pt;
    color:#cccccc;
	}
.tbmain {
	background:#ffffff;
	}
.tbmain {
	background:#121212;
	}
.left{
    color:#cccccc; 
    font-family:"Century Gothic", Verdana, "Trebuchet MS", sans-serif;
    font-size:10pt;
	}
span.required{
    font-size:13pt;
    color:#CC0000;
	}
.thumbnail span{ /*CSS for enlarged image*/
	position:absolute;
	left:0px;
	visibility:hidden;
	border:0px;
	}
.thumbnail span img{ /*CSS for enlarged image*/
	padding:2px;
	border:0px;
	}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility:visible;
	top:0px;
	left:250px;
	border:0px;
	}
.thumbnail:hover {
	border-color:#000000;
	border:0px;
	}
