/* CSS Document */

/* Layout */
body
{
	background: #333133;
	background-image: url("images/paths-we-choose.jpg"); 
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	font-size: 12px; 	
	font-family: Arial; 
	text-align: justified;
	color: #fff;
}

#container
{
	width: 1020px;
	margin: 0px;
}

#header
{
	background-image: url("images/header.jpg");
	height: 156px;
	text-align: right;
}

#hcontents { padding-top: 0px; }

#footer
{
    clear: both;
	width: 300px;
	float: right;
	text-align: right;
	padding: 0px 10px 5px 0px;
}

#fcontent
{
	text-align: center;
	padding-top: 10px;
}

#content
{
	width: 470px;
	float: right;
	margin-right: 225px !important;
	margin-right: 13px;
	padding: 20px 0 5px 0;
}

#content #inner { padding: 0px; }
.utext { text-align: right; }

#sidebar
{
	float: left;
	width: 235px;
	padding-left: 0px;
	text-align: right;
	padding: 20px 0 5px 0;
}

/* formats */
.normaltext { 
	font-size:12px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #fff; 
    line-height: 18px;
	}

.minitext { 
	font-size:10px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #999999; 
    line-height: 14px;
	}
	
.indextext { 
	font-size:12px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #fff; 
    line-height: 21px;
	}
.blueheader {
    font-size: 18px;
	font-weight: bold;
	color: #5c88a5;
	}
#sidebar a:link, a:visited
{
	font: Helvetica;
	font-weight: bold;
  	font-size: 14px;
   	line-height: 18px;
	text-decoration: none;
	color: #fff;
}
.nobullets ul {list-style-type: none; list-style-image:none;}
.nobullets li {list-style-type: none; list-style-image:none;}

.newslink {
	font: Helvetica;
	font-weight: bold;
  	font-size: 16px;
   	line-height: 18px;
}
