body {
	background:#C7E1BA url(../assets/gradient.jpeg) repeat-x;
}

#header {
	margin-right: 6px;
	margin-left: auto;
	text-align: center;
	margin-top: 24px;
	margin-bottom:1px;
	background-color: #FFF;
}

#links {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
}

#tablelinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	letter-spacing: 0.1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
//	color: #F6E4CC;
	color: #FFFFFF;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-variant: small-caps;
	font-weight: lighter;
	color: #397249;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: lighter;
	text-align: center;
}

#line {
	background-color: #397249;
	height: 6px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#wrapper {
	width: 70%;
	height: 70%;
	max-height: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top:64px;
	margin-bottom:64px;
	overflow: auto;
	border: 1px solid #397249;
}

#wrapper #links #tablelinks tr td {
	width: 25%;
	background-color: #628B61;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	margin-bottom:10px;
	width:90%;
	color: #000000;
	font-size: 16px;

}

#emailImage {
	vertical-align:bottom;
	}

#contentImage {
	border: 2px solid #397249;
	margin: 10px;
	}

#footer {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	border-bottom-color: #000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:99%;
	color: #397249;
}

a {
	font-weight: bold;
	color: #F6E4CC;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #F3D5BD;
	text-decoration:underline;
}

span.tab {
    padding: 0 20px;
}

span.line {
	line-height:6px;
}