body {
/* background-image: url(andiesimages/bg.gif); */
background-color:#fff;
font-size: 0.8em;
font-family: Verdana, Arial, Sans-Serif;
color:#747472;
padding:0px;
margin-top:10px;
}

#navcontainer{
width: 160px;
margin-left: 0px;
padding:5px;
}

#navlist { 
}

ul
{
list-style-type: none;
line-height: 20px;
padding: 0;
margin: 0;
}

ul li
{
border-bottom: 1px solid #ccc;
}

ul li a:link
{
padding: 0;
margin: 0;
width:150px;
display:block;
background-image: url(images/navbg2.gif);
}

ul li a:hover
{
padding: 0;
margin: 0;
width:150px;
display:block;
background-color: #f00;
color:#fff;
}

ul li a:active
{
padding: 0;
margin: 0;
width:150px;
display:block;
background-image: url(images/navbg1.gif);
}

a {
color:#CB0000;
text-decoration:none;
font-weight:bold;
}
a:visited {color:#CB0000;}
a:hover {color: #4B0082;}
a:active { color:#4B0082;}


/* ----------topnav-------------- */

#topnav {
width: 400px;
height:70px;
margin-left: auto;
margin-right: auto;
text-align: right;
}


/* ----------container to center the layout-------------- */

#containerout {
width: 900px;
margin-left: auto;
margin-right: auto;
padding: 3px;
background-color:#fff;
}
#headerBar {
width: 900px;
height:110px;
margin-left: auto;
margin-right: auto;
background-image:url(images/topimage.gif);
}
/* -----------------content--------------------- */
#content {
background-color:#fff;
color: #444;
line-height: 18px;
padding: 0px;
margin-left: 205px;
margin-right: 5px;
}


#left {

float: left;
width: 201px;
margin: 0px;
padding: 0px;
}

#box1{
width: 160px;
margin-left: 0px;
padding:5px;
/* color: #7F8C85; */
color: #444;
border: 1px dotted #000;
font-size: 0.85em;
}

#box2{
width: 160px;
margin-left: 0px;
padding:5px;
color: #CB0000;
border: 1px solid #ccc;
font-size: 10px;
}

#box3{
width: 260px;
float: right;
display: inline;
margin-left: 0px;
padding:5px;
color: #CB0000;
background-color: #fff;
border: 1px dotted #ccc;
font-size: 10px;
}


/* -----------headings--------------------------- */
h1 {
color: #CB0000;
margin:0;
font-size: 1.6em;
/* padding: 1em 0 0 15px; */
padding: 1em 0 0 1px;
font-weight:bold;
border-bottom: 3px solid #476C02;
/* background-image: url(images/heading.gif);
background-repeat: no-repeat;
background-position: 0 1em; */
line-height: 29px;
margin-right: 10px;
}

h2 {
color: #CB0000;
font-size: 1em;
margin: 0;
padding: .5em 0 0 0;
font-weight: bold;
margin-right: 10px;
}

h3 {
color: #CB0000;
font-size: 1em;
margin: 0;
padding: .5em 0 0 0;
font-weight: bold;
margin-right: 10px;
}

h4 {
color: #4B0082;
font-size: 1.1em;
margin-top:0.3em;
padding:0 0 0 0;
font-weight:bolder;
width:auto;
}

.h1-in-box {
	color: #CB0000;
	font-weight: bold;
}

/* -----------footer--------------------------- */
#footer {
width: 910px; /* Changed from 760. IMPORTANT: Keep the width same as containerout*/
margin-left: auto;
margin-right: auto;

font-size: 10px;
font-family: Verdana;
color: #008f13;
text-align: left;
border-top: 1px solid #666;
}

/* -----------other--------------------------- */

.clear{
clear: both;
}
.in {
display: inline;
float: left;
margin:0 5px 5px 0;
}

.poweredBy {
  font-size: 10px;
}
.poweredBy a {
  color: #112abb;
  text-decoration: underline;
  font-weight: normal;
}