html {
	background: url(images/bg3.gif) repeat-x;
}
body {
	text-align: center;
	height: 100%;
	margin: 0px;
	font: 15px Arial;
	background: center;
}
#main {
    margin:0 auto;
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: -267px;
	left: 1px;
	z-index: 0;
	background: url(images/bg.gif) repeat-y center;
}
#wrapper {
	height: 100%;
	text-align: left;
	margin: 0 auto;
	width: 701px;
	background: #fff url(images/bg.gif) center;
}
#left {
	float: left;
	width: 20px;
}
#middle {
	float: left;
	width: 661px;
}
#right {
	float: left;
	width: 20px;
}
#content {
	padding-right: 10px;
	padding-left: 10px;
}

#sidebar {
    width:256px;
	height:400px;
    float:right;
	padding:0px; margin:0px;
}

#footer {
    margin: 0 auto;
	width: 660px;
	height: 52px;
    background-image: url(images/footer.gif);
	font: 11px "Tahoma";
	text-decoration: none;
}
#footer a {
	font: 12px "Tahoma";
	color: #0099CC;
	text-decoration: none;
}
h1 {
	font: 24pt "Tahoma";
	color: #CC0000;
    text-align:center;
	margin-top:0px;
	padding-top:0px;
}
h2 {
	font: 16pt "Tahoma";
    margin:0px;
    padding-bottom:10px;
    padding-top:10px;
	background-color:#C0C0C0;
    border-top:5px solid #000;
    border-bottom:5px solid #000;
    text-align:center;
	margin-bottom:20px;
	font-weight:bold;
}
h3 {
	font: 14pt "Tahoma";
    text-align:center;
	margin-top:0px;
	padding-top:0px;
}

li {
	list-style: disc;
	margin-bottom:15px;
}

#johnsonbox 
{
padding: 1px 10px 1px 10px;
border: medium dashed #CC0033;
}
#accessPositionPaperNowButton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:5px solid #FF0000;
	font-size: 14px;
	cursor:pointer;
	cursor:hand;
	color:#000000;
}
#accessPositionPaperNowButton:hover{
	border:5px solid #009900;
}

