/*
Welcome to ELP CSS */

/*control main elements*/
body {
	background-color:#000;
	margin:0;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:0.8em Arial, Sans-serif;
	color:#FFF;
	line-height:1.3em;
	}
	/*control selectors*/
p {
	font-family:"Courier New", Courier, mono;
	padding:10px 20px 0px 10px;
	margin:0px;
	}
td p {
	padding:5px;
	margin:0px 15px 0px 0px;
	}
h1 {
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	color:#ED1C24;
	padding:0px;
	margin:0px;
	}
h2 {
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	color:#ED1C24;
	padding:0px;
	margin:0px;
	}
h3 {
	font-size:1.1em;
	padding:0px 10px 0px 10px;
	margin:10px;
	}
h4 {
	font-size:1.0em;
	padding:0px 10px 0px 10px;
	margin:10px;
	}
h5 {
	font-size:0.9em;
	padding:0px 10px 0px 10px;
	margin:10px;
	}
.nav2 {  color: #E000E0;
	font-weight:bold;
	text-decoration:none;
	}
.highlight {
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	color:#00E0E0;
	padding:0px;
	margin:0px;
	}
#container {
	width:950px;
	height:520px;
	background-color:#000;
	background-image:url(images/page_bg.gif);
	background-repeat:no-repeat;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}
#header {
	width:950px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	}

#content {
	width: 795px;
	height:310px;
	margin:10px 0px 0px 85px;
	text-align:justify;
	overflow:auto;
	}
#content2 {
	width: 775px;
	margin:0px;
	}
	/*control positions*/
#left {
	width:200px;
	float:left;	
	margin-left:20px;
	}
#right {
	width:200px;		
	padding-left:40px;
	}
.left {
	width:210px;
	float:left;	
	margin:0px;
	}
.right {
	width:670px;
	float:right;		
	margin:0px;
	}
.signature {
	position:relative;
	top:0px;
	left:90px;
	}
.pageflash {
	position:relative;
	top:35px;
	left:458px;
	}
.pagenav {
	padding:10px 0px 0px 95px;
	}
#pagetitle {
	position:relative;
	top:30px;
	left:40px;
	}
	/*control various divs*/
/*control content nav*/
#slideshow {
	position:relative;
	margin:5px 30px 0px 20px;
	float:right;
	}
#stream {
	width: 890px;
	margin:65px 0px 0px 50px;
	text-align:justify;
	}
#streamstudies {
	width: 890px;
	margin:5px 0px 0px 43px;
	text-align:justify;
	float:left;
	}
#headline {
	margin:50px 0px 0px 45px;
	float:left;
	}
.studies {
	margin:20px;
	border-bottom:0px dotted;
	padding-bottom:10px;	
	}
.padding {
	padding:10px 0px 10px 0px;	
	}
/*control footer*/
#footer {
	width:950px;
	background-color:#05253a;
	margin:0px auto 0px auto;
	border-top:2px solid #FFF;
	}
	/*text in footer*/
#footer p {
	text-align:center;
	padding:10px;
	margin:0px;
	font-size: 0.77em;
	line-height:1.1em;
	}
/*control links*/
a:link {  color: #F00;
	font-weight:bold;
	text-decoration:underline;
	}
a:visited {  color: #0F0;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {  color: #0000DE; 
	font-weight:bold;
	text-decoration:none;
	}
a:active {  color: #FFFFFF; 
	font-weight:bold;
	text-decoration:none;
	background-color: #ff0000;
	}
	/*spacer div to clear floats*/
.spacer {
	clear:left;
	}
	/* for random site image on homepage*/
.studies_float{
	float:left;
	margin:10px 20px;
	}
.image_float{
	float:left;
	margin:0px;
	}
	/*control sites classes*/
.sites {
	width:730px;
	height:160px;
	margin:5px;
	padding:10px 10px 0px 10px;	
	border:0px solid #333;
	clear:left;
	}
	/*float right site*/
.site_float_r{
	float:right;
	margin:15px 19px 10px 10px;
	}
.site_float_r2{
	float:right;
	margin:15px 35px 10px 10px;
	}
.border {
	border:1px dashed #333;
	}
ul {
	margin-left:10px;
	padding:0px 10px;
	line-height:140%;
	list-style-image:url(images/bullet.gif);
	}
.clear {
	clear:both;
	}

