body {

	height: 100%;

	margin: 0px;

	padding: 0px;

	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-color: #838490;

}

img{
	border:none;
	}
	
.border{
	border-color: #7f7f7f;
	border-style: solid;
	border-width: 1px;
}
	
/*--GENERAL PAGE LAYOUT--*/

#body {
	position: static;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background:#FFFFFF;
	width:800px;
	height: 100%;
	padding-left:100px;
	padding-top:25px;
}

/*--TOP NAVIGATION--*/

#header {
	padding-bottom: 100px;
	position: static;
	width:700px;
	height:15px;
}

.nav {
	padding-left: 30px;
}

.shortnav {
	margin-left: 15px;
}

/*--LINK FORMATTING--*/

a:link{
	font-style:normal;
	font-weight:bold;
	color: #333333;
	text-decoration:none;
}

a:visited{
	font-style:normal;
	font-weight:bold;
	color: #333333;
	text-decoration:none;
}

a:hover{
	color: #bf461b;
	text-decoration:underline;
}

#disclaimer{
	padding-top: 5px;
	margin-left: 168px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	position: relative;
	padding-bottom: 40px;
	width: 580px;
	font-size: 7pt;
	color: #333333;
}


