body {
	margin:0px;
}
#container {
width:1002px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
}

#header {
position:relative; 
height:65px; 
background-color: #FFF;
width:100%;
}

#logo {
	width:582px;
	margin-left:20px;
	height:65px;
	float:left;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#navbar {
	width:380px;
	margin-left:20px;
	margin-top:15px;
	height:20px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

#customer{
	width:982px;
	margin-left:20px;
	height:20px;
	float:left;
	text-align:right;
	overflow:hidden;
}
#ticker {
	width:1002px;
	margin-left:0px;
	height:25px;
	float:left;
	vertical-align:middle;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	overflow:hidden;
	background-color: #fcfce1;
	border:#FC0 solid 1px;
	border-left: 0px;
	border-right: 0px;
	margin-bottom:10px;
}

#top {
	width: 1002px;
	height: 2px;
	margin-top:18px;
	background-color: #999;
}
#widget {
 width:500px;
 height:400px;
 float:left; 
 position:relative;
 background-color: #FFF;
 /*margin-top:20px;*/
  }

#bannerright {
width:502px;
height:400px;
float: left;
vertical-align: top;
position:relative;
/*background-color: #CF3;*/
overflow:hidden;
border:0px;
}

#rightcontent {
width:482px;
height:400px;
float: left;
vertical-align: top;
overflow:hidden;
margin-left:10px;
margin-right:10px;
margin-top:7x;
}

#footer{
height:57px;
width:1002px;
/*background-color:#0F79FF; */
clear:both;
float:none;
position: inherit;
margin:auto;
 }

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
.linktext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	font-weight:bold;
}
/*.bul ul{
    list-style:none;
    margin:0 0 1em 15px;
    padding: 0;
}
.bul ul li{
    line-height: 30px;
    margin: .15em 0;
    padding: 0 0 0 25px;
    background:url(images/arrow1.gif) no-repeat 0 8px;
}
.bul li ul{
    margin:0 0 0 30px;
    list-style:disc;
}
.bul li ul li{
    padding-left:0;
    background:none;
}*/
.maincontent ol, #maincontent ul	{
	margin: 0.5em;
	padding-left: 0px;
	margin-left: 0px;
	}
	
.maincontent li	{
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
	list-style: disc url(images/arrow1.gif) inside;
	vertical-align: top;	
}
	
.maincontent ul ul li {
	margin-top: 10px;
	list-style: disc url(images/arrow1.gif) inside;
	vertical-align: top;
	}

.maincontent ol.coder {
	font-family: "Courier New", Courier, monospace;
	margin-top: 10px;
	list-style-image: none !important;
	list-style: decimal outside !important;
	padding-left: 0em !important;
	margin-left: 0em !important;
	vertical-align: top;
	}

.coder li {
	background-color: #fff ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0 !important;
	padding: 0px !important;
	margin-left: 0 !important;
	list-style-image: none !important;
	list-style: decimal outside !important;
	vertical-align: top;
	}

.coder li.two {
	background-color: #eee;
	}
	
.maincontent ul.inlinelist	{
	padding: 0;
	margin: 0;
	}

.maincontent .inlinelist li	{
	display: inline;
	padding: 0 0px 0 0;
	margin: 0;
	border: 0;
	}

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 20px;
background-image: url(images/arrow1.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
line-height:20px;
}
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	padding: 0 15px 0  0;
}
