body    {
	margin: 0px;
	padding: 0px;
	background: url(images/background.gif) repeat-y fixed center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
        
H1 {
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	padding-bottom: 4px;
	line-height: 11px;
	margin-bottom: 0px;
}
.imgRight {
	margin-right: 8px;
}
.imgLeft {
	margin-left: 8px;
}
#header {
	width: 800px;
	background: url(images/bgd-bgd.gif) repeat-y top;
}
#content {
	width: 900px;
	background: url(images/bgd-bgd.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}
#nav {
	background: url(images/nav-bgd.gif) repeat-x top;
	width: 800px;
	height:24px;
	color: #FFFFFF;
}
#navpadding {
	padding-left: 8px;
	padding-top: 3px;
	text-align: left;
}
#text {
	width: 777px;
	text-align: left;
}
#textpadding {
	padding-left: 5px;
	padding-top: 20px;
	text-align: left;
}
#left {
	width: 536px;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	background: url(images/content-bckgd.gif) repeat-x top;
}
#leftcontent {
	padding: 25px 15px 0px 20px;
}
#right {
	background: url(images/right-bckgd.gif) repeat-x top;
	width: 800px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#footer {
	width: 900px;
	text-align: center;
	background: White url(images/bottom.gif) no-repeat top;
	margin: 0px;
	padding: 0px;
}
a {
	color: black;
		text-decoration: underline;
        }
a:hover {
	text-decoration: none;
	color: black;
}
a.nav {
	color: white;
		text-decoration: underline;
        }
a.footerlink       {
	color: #FFFFFF;
	font-weight: bold;
		text-decoration: underline;
        }
a.footerlink:hover {
	text-decoration: none;
	color: black;
}
input   {
        height:18px;
        border-style:solid;
        border-width:1px;
        border-color:#76746C;
        margin:0 0 0 7px;
        font-family:tahoma;
        font-size:11px;
        }
textarea{
        width:145px;
        height:59px;
        border-style:solid;
        border-width:1px;
        border-color:#76746C;
        margin:0 0 0 7px;
        overflow:hidden;
        font-family:tahoma;
        font-size:11px;
        }
.boldred {
	color: #d52b32;
	font-weight: bold;
}