
html	{
	font size: 62.5%;	/* sets font size to 10px */
}

body {
	background-color: #7ac043;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-image: url(/images/page_background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}

#mainContent	{
	width: 900px;
	margin: 0 auto;
	color: #000;
	background: #fff;
	}

#header	{
	margin: 0 auto;
	width: 100%;
	float: left;
}

#headerLogo	{
	background-image: url(/images/ttpf_logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	padding: 250px 250px 0 0;
	margin: 0 0 0 5px;
	}

#headerBanner	{
	clear: none;
	background-image: url(/images/ttpf_banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 250px 0 0 0;
	margin: 0 5px 0 0;
	}

#bodyText	{
	margin: .5em 5em;
	}

.headline {  
	font-size: 1.2em;
	font-weight: bold;
	color: #253692;
	text-decoration: none;
	margin: 0;
	padding: .35em 0;
	}

.subhead {  font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006633;
	text-decoration: none
	}

#footerText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	text-decoration: none;
	text-align: center;
	}

a:link { color:#003399;
	text-decoration:underline;
	}

a:hover,a:active { color:#666666;
	text-decoration:none;
	}

a:visited	{
	text-decoration:underline;
	}

  /* for IE */
.topText { color:#006633;
	font-family:arial, helvetica, sans-serif;
	text-decoration:underline;
	font-size: 8pt;
	font-weight: 650;
	}

.topText:hover, .topText:active { color:#666666;
	text-decoration:none;
	}

h2 {
	font-size: 1.2em;
	color: #253692;
	}

#marginForm	{
	border: 1px solid #903;
	width: 500px;
	margin: 2em auto;
	padding: 0;
}

#marginForm fieldset
{
}

#marginForm input
{
	border: 1px inset #903;
	margin: 0;
}

#marginForm input.submit
{
	border: 1px outset #903;
	float: right;
}

#marginForm .hidden	{
	}

#marginForm table 	{
	margin: 15px;
	}

#marginForm table th	{
	font-weight: bold;
	text-align: right;
	}

#marginForm table td,
#marginForm table th	{
	padding: .25em .5em;
}
