body
{
	background-color:Black;
	position:absolute;
	margin:0px;
	font-family:Georgia;
	color:White;
    font-size:16px;
}


#header
{
	background-color:black;
	height:150px;
	width:950px;
	padding:0px 5px 0px 35px;
}

#pagedisplay
{
    position:absolute;
    width:825px;
    background-color:Yellow;
    padding:2px 100px 2px 0px;
    text-align:right;
    top:150px;
    height:25px;
}

#contentarea
{
	background-color:black;
	position:absolute;
	width:690px;
	height:445px;
	top: 175px;
	padding:10px 5px 5px 255px;
	overflow:auto;
}

#copyright
{
	background-color:Gray;
	position:absolute;
	top:635px;
	width:950px;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-size:8px;
	font-family:Times New Roman;
}

#toc
{
	background-color:black;
	position: absolute;
	width:220px;
	height:440px;
	top: 175px;
	left: 0px;
	padding: 15px 0px 0px 5px;
	font-weight: bold;
}

#logo
{
    position:absolute;
    border:0px;
    top:10px;
    left:50px;
    width:110px;
}

#banner
{
    position:absolute;
    top:20px;
    left:265px;
}

#corner
{
    position:absolute;
    top:150px;
    left:925px;
}

#note
{
    height:200px;
    width:400px;
}

th
{
    vertical-align:top;
    text-align:right;
    text-indent:20;
    font-weight:normal;
}

#formName
{
    color:black;
    font-weight:bold;
    font-size:22px;
    font-weight:bold;
    font-variant:small-caps;
    font-family:Times New Roman;
    text-align:right;
    
}

#vert
{
    position:absolute;
    left:215px;
    top:0px;
    width:30px;
    height:635px;
    background-color:Yellow;
}

a, a:visited
{
    font-family:Georgia;
    font-size:16px;
    color:White;
    text-decoration:none;
}

a:hover
{
    color:Red;
}

h2
{
    font-size:18px;
    font-weight:bold;
    text-decoration:underline;
    font-style:italic;
}

.ContentArea
{
}

.DisplayedTOC
{
    font-variant:small-caps;
}