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

body {
	background-color:#000;
	background-image:url(images/home-background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	top:0;
	margin-top:0;
	color:#FFF;
	font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif
}
#maincontenttable {
	background-image: url(images/greendot.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 25px;
}
p {
	font-size:14px;
	font-style:normal;
}
h1 {
	font-size:18px;
}
h2 {font-size:20px;}

.h1header {margin-top:17px;}

/* main nav ------------*/


#nav {
	font-size:13px;
	color:#FFF;
	
}
a.nav:link {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
}
a.nav:visited {
	color:#fff;
	text-decoration: none;
	outline: none;
	font-style: normal;
}
a.nav:hover {
	color:#9e9e9e;
	text-decoration: none;
	outline: none;
	font-style: normal;
}
a.nav:active {
	color:#3e4c22;
	text-decoration: underline;
	outline: none;
	font-style: normal;
}


.restrictions {font-size:11px; font-style:normal;}
.star {font-size:18px; font-family:Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal;}



a:link {
	color: #4f622a;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	color:#4f622a;
	text-decoration: none;
	outline: none;
	font-style: italic;
}
a:hover {
	color:#bbd686;
	text-decoration: none;
	outline: none;
	font-style: italic;
}
a:active {
	color:#56594f;
	text-decoration: underline;
	outline: none;
	font-style: italic;
}

.indent {margin-left:60px;}

.tablebottom {background-image:url(images/greendot.gif); background-repeat:repeat-x; background-position:top;}

.vert {background-image:url(images/vert-greendots.gif); background-position:center; background-repeat:repeat-y; padding-top:2px;}

/* footer */

.footer { background-image:url(images/footer.jpg); background-position:top; background-repeat:no-repeat; width:1024px; height:212px; padding-top:9px;}

div.footer p, p.footer { font-size:11px; text-align:center;}
