html {
		height:100%;
	   }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.content {
	background-color: #ffffff;
	height: 100%;
	width: 610px;
	margin-left: 50px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99AC4C;
	border-left-color: #99AC4C;
	background-image: url(../images/dash.gif);
	background-repeat: repeat-y;
	background-position: 150px 0px;
}
.hrule {
	height: 5px;
	width: 100%;
	background-image: url(../images/hdash.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.footer {
	text-align: center;
	background-color:#FFFFFF;
	width: 581px;
	margin-left: 50px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99AC4C;
	border-left-color: #99AC4C;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}

.header {
background-color:#FFFFFF;
	padding: 10px;
}
a:link {
color: #99AC4C;
}
a:visited {
color: #99AC4C;
}
a:hover {
color: #99AC4C;
}
a:active {
color: #99AC4C;
}
.sub a:link {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: -0.08em;
	
}
.sub a:visited {
color: #000000;
font-weight:bold;
text-decoration: none;
letter-spacing: -0.08em;
}
.sub a:hover {
	color: #99AC4C;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: -0.08em;
}

.sub a:active {
color: #000000;
font-weight:bold;
text-decoration: none;
letter-spacing: -0.08em;
}
.sub li {
	list-style-type: square;
	font-size:12px;
	line-height: 18px;	
}
.here {
	color: #99AC4C;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: -0.08em;
}
.greyborder {
	border: 1px solid #CCCCCC;
}
.para {

	margin-left: 160px;
	margin-right: 30px;
	margin-top: 0px;
	_margin-top: -18px;
	line-height: 18px;
	
}
.copy {
float:right;
}

.nav {

	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	
	
}


td {
	font-size: 12px;
	vertical-align: top;
	height: 100%;
}
.thumbcontainer {
	float: left;
	width:400px;
	padding-left:10px;
}
.thumb {
	display: inline;
	padding: 15px;		
	float: left;
	background-image: url(../images/thumb_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

