body{
	margin: 0px 0px 0px 0px;
	background-image: url(images/bodybg.gif);
	background-position: center;
	background-repeat: repeat;
}

body, .tborder, .menutxt, .footer, .copy, .content, a:link, a:hover, a:visited, a.footer:link, a.footer:hover, a.footer:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.border{
	background-repeat: repeat-y;
}

a:link, a:hover, a:visited{
	text-decoration: none;
}

.welcome{
	font-family: Century Gothic, Arial Narrow, sans-serif;
	font-size: 20px;
}

.content, .welcome{
	color: #999;
	font-weight: normal;
}
	
body, .tborder{
	background-color: #FFFFFF;
}

.menupad{
	padding: 0px 0px 0px 20px;
	width: 300px;
}

.borderbottom{
	border-bottom: 1px solid #e2e2e2;
}

.borderleft{
	border-left: 1px solid #e2e2e2;
}

.menutxtpad, .contentpad{
	padding: 10px 0px 0px 0px;
}

.menutxt, .contenthead, a:link, a:hover, a:visited{
	color: #3399cc;
	font-weight: bold;
}

.copy{
	color: #FFFFFF;
	text-align: right;
	padding: 0px 5px 0px 0px;
}

.footer, a.footer:link, a.footer:hover, a.footer:visited{
	font-weight: bold;
	color: #fff;
}

.footerpad{
	padding: 0px 0px 0px 20px;
}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid #999;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: #3399cc;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #ff9b66;
}