@charset "utf-8";
body {
	font: 100% Myriad, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/bgstars_08.gif);
	background-repeat: repeat;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
a:link {
	color: #6CC5FF;
	text-decoration: none;
}
a:hover {
	color: #a3c983;
	text-decoration: none;
}
a:visited {
	color: #6CC5FF;
	text-decoration: none;
}
#topgrad {
background-image: url(images/bgstars_05.gif); background-repeat: repeat-x; background-position: top;
padding: 0px; margin: 0px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 15px;
}
.oneColFixCtrHdr #header {
	background: none; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 25px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.textcontent { padding-left: 20px; font-weight: bolder;
}
h1 { font-family: Myriad, Arial, Helvetica, sans-serif; 
		color: #ffffff; }
		
h2 { font-family: Myriad, Arial, Helvetica, sans-serif; 
		color: #ffffff; 
		font-style: italic;}
		
#nav { color:#ffffff;
		font-family: Myriad, Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin-bottom: 5px;
		font-weight: bold;		
}
		
#nav a {text-decoration: none;
		color: #ffffff;}
		
#nav a:hover {text-decoration: none;
		color: #6CC5FF;}
		
#fnav { color:#ffffff;
		font-family: Myriad, Arial, Helvetica, sans-serif;
		font-size: small;
		padding-top: 5px;
		}
		
#fnav a {text-decoration: none;
		color: #ffffff;}
		
#fnav a:hover {text-decoration: none;
		color: #6CC5FF;}
		
blockquote { background-color: #eeeeee; padding: 10px;}

#leftsidebgrep{  background-position: top; background-repeat: repeat-y;}
#leftsidebggrad{  background-position: top; background-repeat: no-repeat; height: 533px;}

#rightsidebgrep{ background-position: top; background-repeat: repeat-y;}
#rightsidebggrad{  background-position: top; background-repeat: no-repeat; height: 533px;}