body {
	background: #9999cc;
	background-repeat: no-repeat;
	background-position:center; 
	font: .9em/1.3em Helvetica, Arial, san-serif;
	color: #330000;
	margin: 20px 20px 20px 20px;
	padding: 0;
	text-align: left;
} 

a {
	color: #9999cc;
	text-decoration: underline;
}


img { 
	border:0;
}


table { 
	margin-left: auto;
	margin-right: auto;
	border:0;
	vertical-align: top;
}
table.orange { /* bottom banner */
	width: 100%;
	text-align:center;
	vertical-align:middle;
	cellspacing:3;
	margin: 10px 0;
	color: #9999cc;
	background-color: #ff9900; 
}



table.content {
   background:#ffffff;
   width: 850px;
   height: 600px;
}

table.white {
	margin: 20px 20px 30px 10px;
}

table.selena{ /* content table in header */
   background:#ff9900;
   width:100%;
   text-align: left; 
   cellspacing:3;
   margin: 10px 0;
}

table.selena a { /* the nav links in header */
	text-decoration: none;
	color: #ffffcc;
	font-weight: normal;
}
	
table.selena a:hover {
	color: #9999cc;
	text-decoration: underline;
}


table.orange a {
	text-decoration: none;
	color: #ffffcc;
	font-weight: normal;
}
	
table.orange a:hover {
	color: #9999cc;
	text-decoration: underline;
}



td {
	vertical-align: top;
}


td.brown { /* brown in header */
	background-color: #330000; 
	text-align:center;
}


p.heading {
	font-size: 120%; 
}

p {
	color:#330000
}

p.blue {
	color: #9999cc;
	font-weight: bold;
	text-indent: 1cm;
}


table.logo {
        text-align:center;
        font-size: 130%;
	line-height: 1.2;
	color:black;
}

table.logo a {
	text-decoration: none;
	color: black;
	}
table.logo a:hover {
	text-decoration: none;
	color: black;
	}



