@charset "UTF-8";
/* CSS Document */

body {
	background-color: #003300;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: "BlairMdITC TT-Medium", Copperplate, "Copperplate Gothic Bold", "Copperplate Light";
	font-size: 16px;
}
a {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

#footer {
	width: 1000px;
	height: 40px;
	color: #FFFFFF;
	background-color: #000000;
	bottom: 0px;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	vertical-align: middle;
	font-size: 14px;
}
.parens {
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/*
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #009900;
}
#footer a:active {
	color: #009900;
}
*/

#containerHome {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 1000px;
}
#amp {
	top: 189px;
}
#container {
	margin: 0 auto;
	background-image: url(images/bg-dark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 1000px;
	margin-top: 0px;
}
.carot {
	font-size: 36px;
}
#mainBox {
	width: 700px;
	height: auto;
	padding-top: 180px;
	margin: 0 auto;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	text-align:center;
}


#homeLink {
	position: absolute;
	left: 4%;
	color: #000000;
	top: 0px;
	height: 35px;
	margin-top: -12px;
}
#homeLink a {
	color: #00CC00;
}
#homeLink a:link {
	color: #00CC00;
}
#homeLink a:visited {
	color: #00CC00;
}
#homeLink a:hover {
	color: #FFFFFF;
}
#homeLink a:active {
	color: #009900;
}
.tiny {
	font-size: 12px;
}

