body{
	margin:0;
	padding:0;
	background-image: url(../images/backgroundImage.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: black;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:.9em;
	text-align: center; /* for IE */
}

h1 {color: #006CFF; font-size:2em}
h2 {color: #FFA800; font-size:1.5em}
h3 {color: #5DC4FF; font-size:1.25em}
h4 {color: #93D7FF; 
    font-size:1.25em;
	text-align:center;
	background-color: #003366
}

h5 {color: #FF0000; 
    font-size:1.25em;
	text-align:center;
	background-color: #003366
}

p {color: #5DC4FF; 
font-size:1.25em;
}

ul {list-style-type: none}
li {color: #5DC4FF; font-size: 1.125em}

<!--
tr {color: #5DC4FF; font-size: 1.125em; font-weight:bold}
tr.thisMonth { color:#0066FF}
-->

th {color: #93D7FF; 
    font-size:1.25em;
	text-align:left;
	background-color: #003366
}


a {text-decoration:none;
    font-size:1.125em;
}

li a{ font-size: 1em}
a:link {color: blue}     /* unvisited link */
a:visited {color: #0066FF;}  /* visited link */
a:hover {color: blue; text-decoration:underline}   /* mouse over link */
a:active {color: #5DC4FF;}   /* selected link */


#tabs {
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 840px; /*Width of main container*/
	margin: 0px auto; /*Center container on page*/
	text-align: left;
    	background-image: url(../images/starback.gif);

}
	
#tabs ul {
	font: bold 11px Arial, Verdana, sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
}
	
#tabs li {
	display: inline;
	margin: 0 0 0 0;
	text-transform:uppercase;
}
	
#tabs a {
	padding: 0 1em;

	margin:0 0 0 0;
	padding:0 0 1px 3px;

	text-decoration:none;
	letter-spacing: 1px;
	padding:4px 9px 2px 6px;
	color: #B3CEFD;
	background: #3333cc;
}
	
#tabs a:hover {
	text-decoration:none;
	background-color: #3333ff;
}
	
#tabs #selected {
}
	
#tabs #selected a {
	padding-bottom: 2px;
	font-weight: bold;
	color: #B3CEFD;
	background: black;
}
	

	
#maincontainer {
	width: 840px; /*Width of main container*/
	margin: 0px auto; /*Center container on page*/
	text-align: left;
	background-image: url(../images/starback.gif);
	background-repeat: repeat;
	background-color: black;
	padding: 1em;
}

#topsection{
height: 158px; /*Height of top section*/
text-align: center;
}

#footer{
clear: left;
width: 100%;
background: transparent;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

form {
	width: 840px; /*Width of main container*/
	margin: 0px auto; /*Center container on page*/
	text-align: left;
    	background-image: url(../images/starback.gif);

}

input.btn {
background: #3333cc;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
font: bold 1em Arial, Verdana, sans-serif;
border:hidden;
padding:4px 9px 2px 6px;
margin-left: 4px;
text-transform:uppercase;
color: #B3CEFD;
}