@charset "utf-8";
html {
	background: #374e31;
}

body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #f5f5f5 url(graphics/mainbackdrop.jpg) bottom center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:link , a:visited {
	}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding-bottom: 5px;
	text-align: justify;
}

h1 {
	text-transform: uppercase;
	color: #374e31;
	margin: 0px;
	font-size: 2em;
}
h1 a {
	color: #374e31;
}
h1 a:hover {
	font-style: normal;
	text-decoration: none;
}
h2 {
	color: #8e8e8e;
	margin: 0px;
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 4px;
}
h2 a {
	color: #8e8e8e;
}
h2 a:hover {
	font-style: normal;
}
h3 {
	color: #333333;
	margin: 0px;
	font-size: 1.4em;
	font-weight: normal;
}
h3 a {
	color: #333333;
}
h3 a:hover {
	font-style: normal;
}
h4 {
	color: #8e8e8e;
	margin: 0px;
	font-size: 1.2em;
	font-weight: normal;
}

h5 {
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px;
	font-size: 65px;
	font-weight: bold;
	font-family: arial, serif;
	letter-spacing: 0.1em;
	padding-top: 15px;
}


.maincontainer {
	overflow:hidden;
	height: 100%;
	width: 950px;
	padding: 5px;
	background-color: #FFFFFF;
	text-align:left;
	margin: 0px 0px 10px 0px;

}

.spacer {
	width: 900px;
	height:1px;
}

.topcontainer {
	background-color: #FFFFFF;
	letter-spacing: -0.1em;
	margin: 5px;
	padding: 0px;
	height: 75px;
}
.topdate {
	font-size: 24px;
	color: #8e8e8e;
	text-align: right;
}
.topslogon {
	font-size: 13px;
	color: #8e8e8e;
	text-align: right;
	letter-spacing: 0.1em;
}
.nav {
	background-image: url(graphics/navrep.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 5px;
	height: 25px;
	font-size:14px;
}

.nav a:hover {
	font-style:normal;
}

.flashpod {
	margin: 5px;
	padding: 0px;
}
.contentarea {
	margin: 5px;
	padding: 0px;
	position:relative;
}
.contentarea650 {
	float:left;
	margin: 5px;
	padding: 0px;
	width: 650px;
}

.greybox {
	border: 10px solid #aaaaaa;
	padding: 10px;
}

.greyback {
	background-color:#FFFFFF;
	padding: 5px;
	width: 260px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #e3e3e3;
	float: right;
}

.homepod {
	border: 0px solid #aaaaaa;
	width:460px;
}

.imageleft {
	float: left;
	border-bottom-width: 5px;
	border-bottom-color: #e3e3e3;
	border-bottom-style: solid;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.imageright {
	float: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.imagefree {
	margin: 0px;
	padding: 0px;
	border:0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}


.botcontainer {
	background: #374e31 url(graphics/botbackdrop.jpg) center no-repeat;
	position:relative;
	bottom:0px;
	height: 100px;
	width:100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#eeffee;
	position:relative;
	font-size:11px;
}

.botcontainer a {
	color:#eeffee;
	font-weight:normal;
}

.greenlink {

}

/* Start hide from IE-Mac \*/
* html .maincontainer 
   {
   overflow:visible;
   }
/* End Hide from IE-Mac */
