body {
	background: #FFFFFF;
	color: #333333;
	font-family: Verdana, Helvetica, Sans-serif;
	margin: 0px;
	text-align: center;
	min-width: 804px;
}
P
{
	font-size: 11px;
	letter-spacing: 1px;
}
td {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

A:link
{
	color: #003399;
	text-decoration: none;
	font-size: 100%;
}

A:visited
{
	color: #003399;
	text-decoration: none;
	font-size: 100%;
}

a:hover {
	color: #0066FF;
}

img {
    border: 0px;
}

ul {
    text-align: left;
    font-size: 11px;
	letter-spacing: 1px;
    list-style-type: circle;
}

#maincontent {
    background-image: url(images/instruction-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    border: 0;
    position: relative;
    width: 804px;
    height: 573px;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
}

#scroll_box {
            border: 0;
            height: 500px;    
            width: 350px;            
            overflow: auto;            
            margin: 1em 0;
            background-color: #FFFFFF;
            position: relative;
            left: 25;
            top: 40;
            z-index: 100;
        }
        
#nav {
    border: 0;
    position: relative;
    width: 804px;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
    margin-top: 2px;
    padding-bottom: 10px;
}