/* general layout parameters */

body	{
	background: #ffffff url(images/bg.gif) center top repeat-y;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6d6d6d;
}


a:link
{
	color: #839f55;
    text-decoration: none; 
}
a:visited
{
	color: #FF9900;
    text-decoration: none; 
} 
a:active 
{
	color: #839f55;
    text-decoration: none;
}
a:hover
{
    color: #FF9900;
    text-decoration: none;
}

.head-txt       {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-variant: small-caps;
}

.norm-txt       {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #6d6d6d;
}

.foot-txt       {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #6d6d6d;
}

#site {
	width: 800px;
	margin: 0px auto;
	text-align:left;
	padding: 0px;
	border: 0px;
}

#siteAlt {
	width: 800px;
	margin: 0px auto;
	text-align:left;
	padding: 0px;
	border: 0px;
}

#content {
	width: 800px;  /* width of site */
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#footer {
	position: relative;  /* needed for Safari (to position the footer correctly) */
	padding: 0px;
	background: url(/images/bg/footer.gif) center bottom no-repeat;
	width: 800px; /* width of site */
	height: 65px;
	clear: both;
}

#footer .text {
	position: absolute;
	bottom: 30px;
	left: 40px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6d6d6d;
}

.text a:link, .text a:visited {
	text-decoration: none;
	color: #ff9900;
}

.text a:hover {
	text-decoration: underline;
	color: #ff9900;
}

#header {
	width: 800px;  /* width of site */	
	margin: 0px;
	padding: 0px;
	border: 0px;
}

iframe  {
    bgcolor: #f0f0f0;
}
