/*
Welcome to EFT CSS */

/*control main elements*/
body {
	background-color:#FFF;
	background-image:url(images/bubbles2.jpg);
	background-repeat:repeat;
	margin:5px 0px;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:0.9em Arial, Sans-serif;
	color:#2554C7;
	line-height:1.3em;
	}
	/*control selectors*/
p {
	padding:0px 5px 0px 5px;
	margin:5px;
	text-align:justify;
	}
#nav p {
	padding:5px;
	margin:0px;
	font:1em;
	color:#06C;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	}
h1 {
	font:0.9em Lucida Calligraphy, Arial, Sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#2554C7;
	padding:0px 5px 0px 5px;
	margin:5px;
	}
h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#2554C7;
	padding:0px 5px 0px 5px;
	margin:5px;
	}
h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#2554C7;
	padding:0px 5px 0px 5px;
	margin:5px;
	}
h4 {
	font-size:1.0em;
	font-weight:bold;
	color:#2554C7;
	padding:0px 5px 0px 5px;
	margin:5px;
	}
h5 {
	font-size:0.9em;
	font-weight:bold;
	color:#2554C7;
	padding:0px 5px 0px 5px;
	margin:5px;
	}
	/*control positions*/
#left {
	width:350px;
	float:left;	
	margin:85px 0px 0px 55px;;
	}
#right {
	width:500px;
	margin:55px 50px 0px 0px;
	float:right;
	text-align:justify;		
	}
#nav {
	width: 900px;
	margin:8px auto 0px auto;
	padding-top:65px;
	}
.left {
	width:210px;
	float:left;	
	margin:0px;
	}
.right {
	width:670px;
	float:right;		
	margin:0px;
	}
	/*control various divs*/
#header {
	width:850px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	padding-bottom:5px;
	position:relative;
	border-bottom:1px solid #CCC;
	}
#container {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	width:900px;
	height:500px;
	border:3px solid #06C;
	text-align:center;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	}
#container2 {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:900px;
	border:3px solid #06C;
	text-align:center;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	}
#stream {
	width: 880px;
	height:370px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	padding:10px 10px 0px 10px;
	overflow:auto;
	}
#stream2 {
	width: 880px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	padding:10px 10px 0px 10px;
	}
.padding {
	margin:0px;
	padding-top:15px;
	}
/*control footer*/
#footer {
	width:900px;
	height:75px;
	margin:0px auto;
	}
	/*text in footer*/
#footer p {
	text-align:center;
	padding:20px;
	margin:0px;
	font-size: 0.77em;
	line-height:1.1em;
	}
/*control links*/
a:link {  color: #00F;
	font-weight:bold
	text-decoration:underline;
	}
a:visited {  color: #00F;
	font-weight:bold
	text-decoration:none;
	}
a:hover {  color: #FFF; 
	text-decoration:none;
	background-color: #00F;
	}
a:active {  color: #FFFFFF; 
	text-decoration:none;
	background-color: #ff0000;
	}
#nav a:link {  color: #666;
	font-weight:bold;
	text-decoration:none;
	}
#nav a:visited {  color: #666;
	font-weight:bold;
	text-decoration:none;
	}
#nav a:hover {  color: #FFF; 
	text-decoration:none;
	background-color: #666;
	}
#nav a:active {  color: #FFFFFF; 
	text-decoration:none;
	background-color: #ff0000;
	}
	/*spacer div to clear floats*/
.spacer {
	clear:left;
	}
.image_float{
	float:left;
	margin:0px;
	}
/*float right site*/
.site_float_r{
	float:right;
	margin:10px 10px 1px 10px;
	}
.border {
	border:1px solid #333;
	margin:10px 2px;
	}
ul {
	margin-left:15px;
	padding:0 5px;
	line-height:140%;
	list-style-image:url(images/bullet.gif);
	}
.clear {
	clear:both;
	}
.justify {
	text-align:justify;
	}
hr {
	border:1px solid #096;
	padding:0px;
	margin:0px;
	}

