img  {
  	margin: 0px 0px 0px 0px;
}
body {
	background: #2C506A;
	color: darkslategray;/* textcolor*/
        font:normal  Arial;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.feed-links  {
display: none;
}

a:link
{
	color: darkblue;/* textcolor*/
	text-decoration: none;
}
a:hover
{
	color: darkgreen;/* textcolor*/
	font-weight: bold;
}

a:visited
{
	color: #999999;
	text-decoration: none;
}

#container {
	background: url(bg.jpg) repeat top left;
	margin: 0px auto 0px auto;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	width: 800px;
        border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;

}
.feed-links  {
display: none;
}


/* vista toolbar start here */

#vista_toolbar {
	float:left;
	font:normal 12px Arial;
	margin:-5px 0px 0px 0px;/* first value controls the gap from the masthead */
	padding:0;
}

#vista_toolbar ul {
	background-image:url(back.gif);
	background-repeat:repeat-x;
	float:left;
	line-height:32px;
	list-style:none;
	margin:0;
	padding:0 5px 0 5px;
	width:790px;
}

#vista_toolbar li {
	display:inline;
	padding:0;
}

#vista_toolbar a {
	color:#FFF; /* need because it will use default link color*/
	float:left;
	padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
	text-decoration:none;
}

#vista_toolbar a span {
	display:block;
	float:none;
	padding:0 10px 0 7px;
	color: #FFF;
}

#vista_toolbar a span img {
	border:none;
	margin:0px 4px 0 0;
}


/* show picture when mouse over link */

#vista_toolbar a:hover{
	background: url(left.png) no-repeat left center;
}

#vista_toolbar a:hover span {
	background:url(right.png) no-repeat right center;
}

#vista_toolbar a.right {
	float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

/* Vista toolbar ends here */

/* the navcontainer is a vertical toolbar located down the left side of the home page. 



*/
#navbullet { 
	width: 20px;
}

#navbullet ul
{
	margin-left: 0;
	line-height:32px;
	padding-left: 3px;
	list-style-type: none;
	font:normal 16px Arial;
}
#navcontainer { 
	width: 180px;
}

#navcontainer ul
{
	margin-left: 0;
	line-height:20px;
	padding-left: 3px;
	list-style-type: none;
	font:normal 16px Arial;
}

#navcontainer a
{
	line-height:20px;
	padding-left: 3px;
	font:normal 16px Arial;
	display: block;
	padding: 3px 3px;
	width: 150px;
	background: url(clr_btn150.png) no-repeat left center;
}

#navcontainer a:link, #navlist a:visited
{
	color: darkslategray;/* textcolor*/
	text-decoration: none;
}

/* show picture when mouse over link */

#navcontainer a:hover{
	color: white;
	font-weight: normal;
	background: url(vista_btn.png) no-repeat left center;
}


