body
{
	background-color: #003300;
	background-image: url(../images/greentile.gif);
	background-repeat: repeat;
	text-align: center;
}

.container 
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 740px;
	height: 520px;
	margin: auto;
}

.bodytext
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99CCCC;
	line-height: 1.4em;
}


h1
{
	font-family: Century Gothic, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF33;
}

h2
{
	font-family: Century Gothic, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}



/* These styles are for special content texts */

.infoheader
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000066;
}

.subtext
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #99CCCC;
	line-height: 1.3em;
}

.graytext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 1.3em;
}



/* The bodylinks style is mainly for the links that will appear in the content text */

a.bodylinks:link
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	color: #33CC99;
	text-decoration: none;
}

a.bodylinks:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	color: #33CC99;
	text-decoration: none;
}

a.bodylinks:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	color: #33CC99;
	text-decoration: underline;
}

a.bodylinks:active
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: nbold;
	line-height: 1.4em;
	color: #009900;
	text-decoration: underline;
}



/* Everything below here is for the footer area */

.footertext
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #217260;
	line-height: 1;
}

a.footerlinks:link
{
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #33CC99;
	line-height: 1;
}

a.footerlinks:visited
{
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #33CC99;
	line-height: 1;
}
	
a.footerlinks:hover
{
	text-decoration: underline;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #33CC99;
	line-height: 1;
}
	
a.footerlinks:active
{
	text-decoration: underline;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #33FF33;
	line-height: 1;
}
