body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #E6E6E6;
	font-size: 11px;
}

a:link {
	color: #0067DF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0067DF;
}

a:hover {
	text-decoration: underline;
	color: #0076FF;
}

a:active {
	text-decoration: none;
	color:  #000000;
}

a {
	font-size: 12px;
}

p.text {
	margin: 3px 3px 3px 3px
}

#body {
	background-color: #F8F8F8;
	width: 707px;
	border: 1px solid #DADADA;
	overflow: hidden;
}

#topheader { 
	background-image: url(images/topheader.gif);
	background-repeat: no-repeat;
	width: 707px;
	height: 26px;
}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 695px;
	height: 161px;
}

#leftcol {
	width: 137px;
	float: left;
	text-align: center;
}

#bottomheader {
	background-image: url(images/bottomheader.gif);
	background-repeat: no-repeat;
	width: 707px;
	height: 23px;
}

.leftbg {
	background-image: url(images/leftbg.gif);
	background-repeat: repeat-y;
	width: 152px;
	
}

.lefttop {
	background-image: url(images/lefttop.gif);
	width: 152px;
	height: 22px;
}

.leftbottom {
	background-image: url(images/leftbottom.gif);
	width: 152px;
	height: 22px;
}

#rightcol {
	width: 501px; 
	float: right; 
	text-align: left;
}

.rightbg {
	background-image: url(images/rightbg.gif);
	background-repeat: repeat-y;
	width: 502px;
}

.righttop {
	background-image: url(images/righttop.gif);
	width: 502px;
	height: 22px;
}

.rightbottom {
	background-image: url(images/rightbottom.gif);
	width: 502px;
	height: 22px;
}

.copyrightbar {
	background-image: url(images/copyrightbar.gif);
	width: 707px;
	height: 26px;
}

#bottomcol {
	width: 700px;
	float: left;
}