html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/page_bg.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}

#container {
	width: 100%;
	height: 100%;
}
#body {
	width: 728px;
}
#footer {
	font-size: 9px;
	color: #DCDDDD;
}
#footer a, #footer a:active, #footer a:visited {
	color: #DCDDDD;
	text-decoration: none;
}
#footer a:hover {
	color: #DCDDDD;
	text-decoration: underline;
}

table#content {
	border: #000000 1px solid;
	border-collapse: collapse;
	width: 718px;
}
table#content td {
	border: #000000 1px solid;
}
table#content #nav {
	height: 20px;
	font-size: 11px;
	color: #DCDDDD;
}
table#content #nav a, table#content #nav a:active, table#content #nav a:visited {
	color: #DCDDDD;
	text-decoration: none;
}
table#content #nav a:hover {
	color: #DCDDDD;
	text-decoration: underline;
}
table#content #text {
	width: 544px;
	height: 336px;
	background-image: url(../images/child_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
}
table#content #text h1 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}
table#content #text p {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
table#content #text p.top {
	padding: 0px;
	margin: 0px;
}
table#content #text ul {
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
table#content #text ul li {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
table#content #text a, table#content #text a:active, table#content #text a:visited {
	color: #000000;
	text-decoration: none;
}
table#content #text a:hover {
	color: #000000;
	text-decoration: underline;
}
table#content #text div.scroller {
	overflow: auto;
	padding: 10px;
	width: 523px;
	height: 316px;
	clip: auto;
}
table#content #text td {
	border: none;
}


#top {
	background-image: url(../images/top.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 0px;
	height: 5px;
}
#right {
	background-image: url(../images/right.gif);
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 0px;
	width: 5px;
}
#bottom {
	background-image: url(../images/bottom.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 0px;
	height: 5px;
}
#left {
	background-image: url(../images/left.gif);
	background-position: top right;
	background-repeat: repeat-y;
	font-size: 0px;
	width: 5px;
}