* {
	padding:0px;
	margin:0px;
	border:0px;
}
body {
	background-image:url(brick.png);
}
ul {
	list-style:inside;
}
a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}
/*
a:active {
	text-decoration:none;
	border:1px 1px 1px 1px dashed black;
	font-weight:bold;
	color:#000000;
}
*/
h1 {
	text-align:center;
	margin:10px;
}
h2 {
	text-align:center;
}
ul {
	list-style:inside disc;
}
ul div
{
	padding-left:30px;
}
ul div ul
{
	list-style:inside circle;
}
.page_container {
	width: 100%;
}
.page {
	width:780px;
	margin:0px auto 0px auto;
}
.page_top {
	position:relative;
	height: 148px;
}
.page_submenu {
	height:26px;
	background:url(submenu.png);
	padding-top:5px;
	text-align:center;
}
.page_submenu ul li {
	display:inline;
	margin-left:30px;
	margin-right:30px;
}
.page_content {
	background: #fcca00;
	padding:10px;
	text-align:left;
	min-height:300px;
}
.page_footer {
	height:26px;
	background:url(submenu.png);
	padding-top:5px;
	padding-right:10px;
	text-align:right;
}
.table_row1{
background:#ffaa11;
}
.table_row2{
background:#ee9900;
}

