body{
	background:#292929;
	font-family: Calibri, "Trebuchet MS", Verdana;
	font-size:16px;
	line-height:17px;
	margin:0;
	padding:0;
}
h3{
	color: #990000;
	font-size: 1.2em;
}
a{
	text-decoration: none;
}
a:hover{font-weight:bold}
ul,ol,li   { margin: 0; padding: 0 }
#main{
	width:978px;
	padding-top:0;
}
#header{background:url(../images/page_top.gif) no-repeat; height:148px;}

ul{
	list-style-image: url(../images/pig_bullet.gif);
}
li{padding-right:2%;}
#main_body{
    float:left;
	background: url(../images/page_middle.gif) repeat-y;
	width:978px;
	
}
#box2{margin-left:6%;
float:left;
width:310px;
}
#box2 p{padding-left:18px; padding-right:12px;}
#box2 ul{padding-right:11px;margin-left:40px;}
.box_top{background:url(../images/box_top.gif) no-repeat; line-height:32px;
}
.box_content{background:url(../images/box_middle.gif) repeat-y;	border: 0;padding-top:1px; padding-bottom:5px; padding-right:2%;padding-left:1%;}
.box_bottom{background:url(../images/box_bottom.gif) no-repeat; height:38px; padding-bottom:5px;}

#contact_box{
	display:inline;
	width:25px;
	margin: 17px 0 0 65px;
	padding:0;
	float:left;
	font-size: 90%;
}
#footer{
	background:url(../images/page_bottom.gif) no-repeat center;
	height:82px;
}
.copyright{
	line-height:41px;
}
.title{margin-top:-15px;}

img{ border: 0pt; }

/* Vista Toolbar */
#vista_toolbar {
	float:left;
	font:bold normal 13px 'Trebuchet MS', 'Arial';
	margin:0 0 0 0;
	padding:0;
	background:url(../images/back.gif) repeat-x;
	width:100%;
}

#vista_toolbar ul {
	float:left;
	line-height:32px;
	list-style:none;
	margin:0;
	padding:0 0px 0 25%;	
}


#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;
margin: 0 10px 0 10px;
}

#vista_toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#vista_toolbar a span img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
background: url(../images/left.png) no-repeat left center;
}

#vista_toolbar a:hover span {
background:url(../images/right.png) no-repeat right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

.clear{
	clear:both;
}

