html, body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#004000;
	border-color:#CCCCCC;
	background:url(images/bgtile.gif);
	}
#head {
	background:url(images/header.gif) no-repeat;
	width:750px;
	height:150px;
}
#page {
	width:750px;
	margin:0 auto;
	background:#000000;
	border-color:#FFFFFF;
	border:2px solid;
}
#wrap {
	width:750px;
	margin:0 auto;
	text-align:left;
}
#content {
    display:inline;
	float:right;
	width:550px;
	color:#CCCCCC;
	font:11pt, georgia;
	}
#menu {
	display:inline;
	float:left;
	width:200px;
	color:#CCCCCC;
	font-size:11pt;
}
#footer {
	color:#CCCCCC;
	width:750px;
	clear:both;
	padding-top:25px;
}
#clearfloats {
	clear:both;
}
#footer h4 {
	text-align:right;
	font-weight:normal;
	font:georgia;
	font-size:11pt;
}
#content img {
	border:none;
}
#content table {
	color:#CCCCCC;
	text-align:center;
}
#page a:link {
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
	font-family:georgia;
	font-size:11pt;
}
#page a:visited {
	color:#CCCCCC; 
	text-decoration:none; 
	font-weight:bold;	
	font-family:georgia;
}
#page a:hover {
	color:#CCCCCC; 
	text-decoration:underline;
	font-weight:bold; 
	font-family:georgia;
}
#menu ul {
	list-style:none;
}
p {
	color:#CCCCCC;
}
#content form {
	color:#CCCCCC;
	}
#content table {
	border:1px solid;
        font:11pt, georgia;
}
table a:link {
	text-decoration:underline;
}
#table_line {
	border:2px solid;
}
td {
	text-align:left;
}