* {
margin:0;
padding:0;
}

html {
height:100%;
}

body {
height:100%;
font-family:Georgia;
font-size:80%;
color:#183b30;
}

img {
border:none;
margin:10px 0 0 0;
}

#columnRight span.imageCaption {
font-family:Georgia;
font-size:0.8em;
display:block;
margin:5px 0 5px 0;
color:#666;
border-top:1px solid #e3e3e3;
}

a, a:visited {
color:#3d9b96;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#CE7835;
}

#wrapper {
position: relative;
min-height: 100%;
width:100%;
margin:0 auto;
}

* html #wrapper{
height: 100%;
}

#mainContainer {
position:relative;
height:100%;
padding:10px 10px 20px 10px;
border-color: #5a5d24;
border-left-width: 5px;
border-right-width: 5px;
border-top-width: 0px;
border-style: solid;
}

#mainContainer h1 {
	position:relative;
	color:#3D9B96;
	padding:35px 0 10px 0;
	font-family:Georgia;
	font-weight:300;
	border-top:1px solid #183b30;
	border-bottom:1px solid #3D9B96;
}

#mainContainer h2 {
	position:relative;
        color:#CE7835;
	padding:25px 0 10px 0;
	font-family:Georgia;
	font-weight:300;
	border-bottom:1px solid #CE7835;
}

#mainContainer table {
position:relative;
width:100%;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;
font-family:Georgia;
}

#mainContainer table img {
margin:0;
padding:0;
}

#mainContainer table tr {
background-color:#e3e3e3;
}

#mainContainer table tr.even {
background-color:#fff;
}

#mainContainer table td {
padding: 4px;
text-align: left;
height:20px;
vertical-align:middle;
text-align:left;
}

#superHead {
text-align:right;
padding:5px;
background:transparent url(bg_superhead.png);
}

#superHead a {
display:inline;
padding:2px 5px;
margin-left:5px;
font-size:0.8em;
background:#FFF;
}

.superHead{
height: 1%;
}

.superHead:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#mastHead {
position:relative;
height:130px;
width:658px;
margin:30px 0 0 25px;
text-indent:-9000px;
background:transparent url(bg_head.jpg) no-repeat left top;
}

#columnLeft {
position:relative;
width:26%;
float:left;
margin:0 0 20px 0;
}

#columnRight {
position:relative;
width:72%;
float:right;
font-family:Helvetica, Arial;
line-height:1.5em;
font-size:1.1em;
}

#columnRight h1 {
	position:relative;
	color:#3D9B96;
	padding:30px 0 10px 0;
	font-family:Georgia;
	font-weight:300;
	border-bottom:1px solid #3D9B96;
	border-top:0px;
}

#columnRight p {
padding:10px 30px 10px 10px;
}

#footer {
position:relative;
clear:both;
margin:20px 0 0 0;
padding:5px 0;
border-top:1px solid #183b30;
text-align:center;
font-size:0.8em;
background:transparent url(validated.png) no-repeat left center;
}
