* {
	padding:0px;
	margin:0px;
}
html,body {
	width:100%;
	height:100%;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#container {
	width: 800px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
.mainTable {
	height: 100%;
	width: 800px;
}
.mainBottom {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #D9D9D9;
}
.mainTop {
	background-color: #D9D9D9;
}
.footer {
	width: 760px;
	height: 45px;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 2em;
	margin-right: 20px;
	font-weight: bold;
}
.footer a {
	text-decoration: none;
	color: #FFFFFF;
}
.navBar {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
}
.rightColumn, .rightColumn p {
	color: #FFFFFF;
	line-height: 1.4em;
	font-size: 0.9em;
	margin-bottom: 0em;
}
.rightColumn h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
}
.grey {
	color: #666666}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #319B49;
	font-size: 1.2em;
	margin-bottom: 0.6em;
}
p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	margin-bottom: 1.4em;
	line-height: 1.4em;
}
ul {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333333;
	margin-bottom: 1.4em;
	margin-left: 1.4em;
	margin-top: 1.4em;
	margin-right: 1.4px;
}
li {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333333;
	margin-bottom: 1.4em;
	margin-left: 1.4em;
	list-style-image: url(../images/arrow-bullet.jpg);
	list-style-position: outside;
}
.mainTop a {
	text-decoration: none;
	color: #319B49;
}
input, textarea {
	font-size: 1em;
	color: #1D9719;
}

