body {
background-color: #FFF;
/*background-image: url(images/backbar.gif);
background-repeat: repeat-y;*/
font-size: 0.8em;
font-family: Verdana, Arial, Sans-Serif;
color:#545452;
padding:0px;
margin-top:10px;
}

#navcontainer{
width: 160px;
margin-left: 0px;
padding:5px;
}

.strongtext{
font-weight: bold;
}

.tablebullet{
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: top;
}

#navlist
{
list-style-type: none;
line-height: 20px;
padding: 0;
margin: 0;
}

#navlist li
{
border-bottom: 1px solid #ccc;
}

#navlist li a:link
{
padding: 0;
margin: 0;
width:150px;
display:block;
background-image: url(images/navbg2.gif);
}

#navlist li a:hover
{
padding: 0;
margin: 0;
width:150px;
display:block;
background-image: url(images/navbg1.gif);
}

ul#horizontalnavlist
{
padding: 0;
margin: 0;
list-style-type: none;
}

ul#horizontalnavlist li { display: inline; }

ul#horizontalnavlist li a
{
	float: left;
	width: 6em;
	padding: 0.2em 1em;
	text-decoration: none;
	border-right: 1px solid #fff;
	height: 4em;
}

.selectedhorizontalnavlist {
  color: #970256;
}


a {
color:#CB0000;
text-decoration: none;
}
a:visited {color:#CB0000;}
a:hover {color: #333;}
a:active { color:#CB0000;}

a#bluelink {
	color:blue;
	text-decoration: underline;
  
}

/* ----------topnav-------------- */

#topnav {
/*width: 400px;*/
height:70px;
/*margin-left: auto;*/
margin-right: 50px;
text-align: right;
}


/* ----------container to center the layout-------------- */

#containerout {
/* width: 720px; */
margin-top: 15px;
margin-left: 75px;
margin-right: 75px;
padding: 3px;
background-color: #FFF;
}


/* -----------------content--------------------- */
#content {
background-image:url(images/contentbg.gif);
background-position: top right;
background-repeat:no-repeat;
color: #606060;
line-height: 18px;
padding: 0px;
margin-left: 205px;
margin-right: 5px;
}


#left {

float: left;
width: 201px;
margin: 0px;
padding: 0px;
}

#box{
width: 160px;
margin-left: 0px;
padding:5px;
color: #7F8C85;
border: 1px solid #ccc;
font-size: 10px;
}

#box2{
width: 160px;
margin-left: 0px;
padding:5px;
color: #CB0000;
border: 1px solid #ccc;
font-size: 10px;
}

#box3{
width: 160px;
float: right;
display: inline;
margin-left: 0px;
padding:5px;
color: #CB0000;
background-color: #fff;
border: 1px solid #ccc;
font-size: 10px;
}


/* -----------headings--------------------------- */
h1 {
color: #CA2626;
margin:0;
font-size: 1.7em;
padding: 1em 0 0 15px;
font-weight: bold;
border-bottom: 1px solid #ccc;
/*
background-image: url(images/heading.gif);
background-repeat: no-repeat;
background-position: 0 1em;
*/
line-height: 20px;
margin-right: 50px;
}


.headerImage {
}

.headerText {
	position: relative;
	left: 15px;
	text-align: left;
}

h2 {
color: #666;
font-size: 1.5em;
border-bottom: 1px solid #ccc;
margin: 0;
padding: .5em 0 0 0;
font-weight: normal;
margin-right: 50px;
}

/* -----------footer--------------------------- */
#footer {
	color: #333;
	text-align: left;
	margin-top: 50px;
}

/* -----------other--------------------------- */

.clear{
clear: both;
}
.in {
display: inline;
float: left;
margin:0 5px 5px 0;
}

