body {
	margin: 25px;
	background: #333399; 
	color: white; 
	background-image: url(../media/tile.gif); 
	background-repeat: repeat-x;
	background-position: 0px 0px; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
}

p {
	color: white; 
	font-weight: bold;
}

td {
	color: white; 
	font-weight: bold; 
}

h1 { 
	font-size: 14pt;
	font-weight: normal; 
	color: white;
}

h2 {
	font-size: 18pt;
	font-style: normal; 
	font-weight: bold; 
	color: #FFFF00;
}

h3 {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
}

h4 {
	font-style: normal; 
	font-weight: bold;
}

a { 
	color: white; 
	text-decoration: underline; 
	font-weight: bold;
}

a:visited {
	color: gray; 
	text-decoration: underline; 
	font-weight: bold;}

a:hover { 
	color: #00FFFF; 
	text-decoration: underline;
	font-weight: bold;
}

#content {
	background-image: url(../media/bckgrndtrans.gif); 
	background-repeat: no-repeat; 
	background-position: top center;  
	color: white;
	text-align: center;
}

#header {
}

#subheader {
	text-align: center;	
	margin-top: 1em;
	margin-bottom: 1em;	
	font-size: 18pt;
	font-style: normal; 
	font-weight: bold; 
	color: #FFFF00;
}

#bannertext {
	font-size: 3em;
	font-weight: bold;
	padding-top: 15px;
}

.selectedmenu {
	color: #00FFFF;
	font-size: 1.5em;
	text-decoration: none; 
	font-weight: bold;
	margin-right: 1em;
}

.stdtext {
	font-size: 1.4em;
	width: 85%;
	margin: 1em auto auto auto;
}

#nav {margin-top: 1.5em; width: 85%;}

#nav a  {
	color: white; 
	font-size: 1.5em;
	text-decoration: none; 
	font-weight: bold;
	margin-right: 1em;
}

#nav a:visited {
	color: white; 
	font-size: 1.5em;
	text-decoration: none; 
	font-weight: bold;
}

#nav a:hover {
	color: #00FFFF; 
	font-size: 1.5em;
	text-decoration: none; 
	font-weight: bold;
}

