/*control main elements*/
body {
	margin:0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:0.8em Verdana, Arial, Sans-serif;
	line-height:1.4em;
	background-color:white;
	background-image:url(images/page-bg.gif);
	background-repeat:repeat;
	}
	/*control selectors*/
p {
	margin:10px;
	text-align:justify;
	}
.nav {
	padding:20px;
	}
h1 {
	color:#000;
	font:1.8em  Courier New;
	font-weight:bold;
	padding:0px;	
	margin:15px 0px;
	}
h2 {
	color:#000;
	font-size:1.2em ;
	font-weight:bold;
	padding:0px;	
	margin:15px 0px 15px 10px;
	}
h3 {
	font:1.3em Courier New;
	color:#000;
	font-weight:bold;
	padding:0px;	
	margin:10px;
	}
h4 {
	font-size:1.0em;
	font-weight:normal;
	padding:0px;	
	margin:10px;
	}
h5 {
	font-size:1em;
	font-weight:bold;
	padding:0px;	
	margin:10px;
	}
h6 {
	font-size:0.8em;
	font-weight:normal;
	color:#FFFFFF;
	padding:0px;	
	margin:10px;
	}
#container {
	width:900px;
	text-align:left;
	margin:0px auto 0px auto;
	border:2px solid #000099;
	background-color:#FFFFFF;
	}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:140px;
	}
#headerindex {
	width:900px;
	height:115px;
	}
#nav {
	width: 800px;
	margin:0px auto;
	padding-top:120px;
	text-align:center;
	font-size:1.1em;
	}
#stream {
	background-image:url(images/body-bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	width:900px;
	margin:0px auto 0px auto;
	padding:0px;
	}
#content {
	width:800px;
	margin:0px auto 0px auto;
	}
#content-featured {
	background-color:#CCCCCC;
	width:750px;
	margin:30px auto 0px auto;
	border:dashed 5px #FF0;
	}
#footer {
	width:900px;
	height:110px;
	background-image:url(images/foot.jpg);
	margin:0px auto 0px auto;
	}
	/*text in footer*/
#footer p {
	text-align:center;
	padding:20px;
	margin:0px;
	font-size: 0.77em;
	line-height:1.1em;
	}
#notice {
	border:2px solid red;
	padding:20px;
	width:90%;
	margin:5px auto;
}
/*control links*/
a:link {  	
	color: #6599FF
	text-decoration:underline;
	}
a:visited {color: #00F; 
	text-decoration:underline;
	}
a:hover {  color: #FF0000; 
	text-decoration:none;
	}
a:active {  color: #FFFFFF; 
	text-decoration:none;
	}

.border {
	border:1px solid #333;
	}
hr {
	border: 1px solid #702C8F;
	}
.small {
	font-family: Arial, Helvetica, sans-serif;
	color:#53729E;
	font-weight:bold;
	font-size: 0.8em;
	padding:0px 10px 0px 5px;
	}
/* Controls scrollable content*/
.stream {
	width:770px;
	height:500px;
	margin-bottom:10px;
	overflow:auto;
	background-image:url(images/bg_logo.gif);
	background-repeat:no-repeat;
	}
.floatright {
	float:right;
	margin:5px;
	}
.fade {
background-image:url(images/bg_fade.jpg);
background-repeat:repeat-x;
	}
ul {
	text-align:left;
	padding:0px 5px 5px 10px;
	margin-left:5px;
	margin-top:0px;
	line-height:1.9em;
	list-style-image: url(images/bullet.gif);
	}
.white {
color:#FFF;
background-color:#000000;
}
li {
	padding-left:20px;
	line-height:200%;
	}
ol {
	padding-left:50px;
	}
#FAQ {
	padding:5px 50px;
	}
.style1 {color: #FF0000}
.style2 {color: #FF0000;
font-size: 1.1em;
	}
.highlight {
	background-color:#FF9966;
	}
