html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	text-align:center;
}
	
table.wrapper {
	width: 784px;
	/*height: 100%;*/
	margin:0px auto;
	text-align:left;
}

p,td,li,h1,h2,h3,h4 {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #330000;
	font-size: 24px;
}

h2 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color:#333333;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #999933;
	font-size: 12px;	
}

p.first {
	padding-top: 5px;
	margin-top: 0px;
}

td.header {
	padding-bottom: 10px;
}

td.bgcontent {
	width: 784px;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
}

td.content {
	width: 480px;
	/*height: 300px;*/
	padding-left: 5px;
	line-height: 16px;
}

td.content p {
	width: 410px;
}

td.bttngetstarted, td.bttntestimonials, td.bttnevents {
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	height: 127px;
	* height: 70px;
	padding-top: 58px;
}

td.bttngetstarted {
	width: 264px;
	padding-left: 33px;
	background-image: url(images/homeBoxLeft.jpg);
	background-repeat: no-repeat;
}

td.bttntestimonials {
	width: 256px;
	padding-left: 26px;
	background-image: url(images/homeBoxCenter.jpg);
	background-repeat: repeat-x;
}

td.bttnevents {
	width: 264px;
	padding-left: 29px;
	background-image: url(images/homeBoxRight.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

td.bttngetstarted a:link, td.bttngetstarted a:visited, td.bttngetstarted a:hover, td.bttntestimonials a:link, td.bttntestimonials a:visited, td.bttntestimonials a:hover, td.bttnevents a:link, td.bttnevents a:visited, td.bttnevents a:hover {
	color: #FFFFFF;
}

td.nav {
	width: 175px;
	padding-top: 10px;
	text-align: right;
}

td.navwidth {
	width: 160px;
}

td.nav a:link, td.nav a:visited {
	color: #999999;
	font-size: 14px;
}

td.nav table td a:hover, td.nav table td a.navon:link, td.nav table td a.navon:visited, a.navon:hover {
	color: #33CC33;
}

ol, ul {
	margin-top: 0px;
	padding-top: 0px;
}

ol li, ul li {
	padding-top: 10px;
}

ul {
	margin-left: 0px;
	padding-left: 18px;
}

p.beforelist {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.required, .checks {
	font-size: 10px;
}

/* -------------- */
/* --- footer --- */
/* -------------- */
td.footer {
	color: #666666;
	height: 94px;
	padding-top: 25px;
	text-align: center;
	line-height: 20px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
}

td.footer a:link, td.footer a:visited, td.footer a:hover {
	padding: 0px 2px 0px 2px;
}


/* --- links --- */
a, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {color: #33CC33;}