body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
}

.main {
	width: 700px;
	background-color: #999999;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-color: #999999;
	border-left-color: #999999;
	height: 100%;
}

.nav {
	width: 700px;
	vertical-align: middle;
	background-color: #000000;
	height: 18px;
	margin: 0;
	padding: 0;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.footer {
	width: 700px;
	background-color: #333333;
	height: 18px;
	font-size: 10px;
	margin: 0;
	padding: 0;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #FFFFFF;
}

.footerCopy {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.smallWhite {
	height: 2m;
	font-size: 10px;
	color: #FFFFFF;
}

.smallWhite a:link {
    text-decoration:none;
	color: #FFFFFF;
}

.smallWhite a:visited {
    text-decoration:none;
	color: #FFFFFF;
}
.smallWhite a:active {
    text-decoration:none;
	color: #FFFFFF;
}
.smallWhite a:hover {
    text-decoration:underline;
	color: #FFFFFF;
}

#welcome {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#welcome p {
	text-align: left;
	vertical-align:top;
}