/*control main elements*/
body {
	margin:0px;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	font:12px Verdana, Arial, Sans-serif;
	color:#000066;
	line-height:1.5em;
	background-color:white;
	background-image:url(images/bg_page.jpg);
	background-position:center;
	background-repeat:repeat;
	}
	/*control selectors*/
p {
	margin:10px;
	text-align:justify;
	}
h1 {
	color:#006;
	font-size:16px;
	padding:0px;	
	margin:15px 0px 10px 10px;
	}
h2 {
	color:#006;
	font-size:14px;
	font-weight:bold;
	padding:10px;	
	margin:0px;
	}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#003366;
	background-image:url(images/bg_ents.jpg);
	padding:2px 0px 2px 12px;	
	margin:0px;
	}
h4 {
	font-size:12px;
	font-weight:bold;
	padding:0px;	
	margin:10px;
	}
h5 {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	padding:0px;	
	margin:0px;
	}
h6 {
	font-size:14px;
	font-weight:bold;
	color:#FC0;
	background-color:#525283;
	padding:2px 0px 2px 12px;	
	margin:0px;
	}
/*control links*/
a:link {  color: #006;
	text-decoration:underline;
	}
a:visited {  color: #036;
	text-decoration:underline;
	}
a:hover {  color: #F00; 
	text-decoration:none;
	}
a:active {  color: #FF0; 
	text-decoration:none;
	}
.border {
	border:1px solid #006;
	}
hr {
	border: 1px solid #0E0C6D;
	}
.norepeat {
	background-image: url(images/texture.gif);
	background-repeat: repeat-y;
	width: 30px;
	}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
/* Controls scrollable content*/
.stream {
	width:770px;
	height:500px;
	margin-bottom:10px;
	overflow:auto;
	background-image:url(images/bg_logo.gif);
	background-repeat:no-repeat;
	}
.streamedu {
	width:770px;
	height:500px;
	margin-bottom:10px;
	overflow:auto;
	background-image:url(images/bg_ndclogo.gif);
	background-repeat:no-repeat;
	}
.newsfloat {
	float:right;
	padding: 5px;
	margin: 5px;
	}
.floatright {
	float:right;
	padding: 5px 5px 0px 10px;
	}
.floatright2 {
	float:right;
	padding: 0px;
	}
.floatleft {
	float:left;
	padding: 5px 10px 0px 5px;
	}
.bgleft {
	background-image:url(images/lhs.jpg);
	background-repeat:repeat-y;
	}
.bgright {
	background-image:url(images/rhs.jpg);
	background-repeat:repeat-y;
	}
.newstable {
	margin: 0px;
	padding:5px 2px 5px 7px;
	font-size:10px;
	line-height:1.3em;
	background-image:url(images/bg_news.png);
	background-position:center;
	background-repeat:repeat;
	}
.red {
	color:#FF0000;
	}
.strikeout {
text-decoration:line-through;
	}.form {
	border: 1px solid #003399;
}
.bordergold {
	border:15px;
	border-style:double;
	border-color:#D9D919;
	}
.bordersilver {
	border:15px;
	border-style:double;
	border-color:#CCC;
	}
.borderbronze {
	border:15px;
	border-style:double;
	border-color:#A67D3D;
	}
.bordervalue {
	border:15px;
	border-style:double;
	border-color:#403D8A;
	}
.enter {
	font-size: 16px;
	font-weight: bold;
	color: #006;
	border:4px;
	border-style:outset;
	margin: 5px;
	padding: 5px;
	height: 25px;
	width: 100px;
	}
.agent {
	height:150px;
	border-bottom: 1px solid #333;
	padding:10px;
	}
ul {
	line-height:180%;	
	margin:15px;
	}
li {
	margin-bottom:10px;
	}
.clear {
	clear:both;
	}