body {
	color:white;
	background-color:#394e6e;
	margin:0px;
	padding:0px;
	font:11pt verdana, arial, helvetica, sans-serif;
	background-image: url("/images/tiles.gif");
/*	background-repeat: 	no-repeat; */
	background-position: 0px 0px;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18pt;
	font-weight:900;
	color:#white;
	}

td {
	color:white;
	font:11pt verdana, arial, helvetica, sans-serif;
	}


h2 {
	font:bold 12pt/14pt verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	

p {
	font:11pt/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}




a {
	color:#000033;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#000033;}
a:visited {color:#000033;}
a:hover {
	color:white;	
	background-color:black;
	}
  

/* All the content boxes belong to the content class. */
#content {
	color:white;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	background-color: #394a6b;
	min-width:400px;
	margin:0px 90px 10px 110px;
/*	border:1px solid black; */


	padding:30px 10px 10px 10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#header {
	color:white;
	position: relative;
	width:auto;
	min-width:400px;
	padding: 0px;
	margin:0px 0px 0px 110px;
	border 1px solid black;
	background-color: #394e6e;
	background-image: url("/images/tiles.gif");
	background-position: 0px 0px;
	padding: 0px;
	z-index:2;
	}

#front_content {
	color:white;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:597px;
	height:100%;
	min-width:400px;
	margin:0px 80px 10px 80px;
/*	border:1px solid white;*/
	background-color: #394A6B;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}





