/* CSS Document */
body {
	padding:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	padding-left:0px;
}
/* Overcome stupid 3px margin bug in IE/Win floats, 
   which fixes a lot of things, including disapearing company nav,
   randomly appearing text, and wrappers pushed too wide.
   http://www.positioniseverything.net/explorer/threepxtest.html */
 * html body {  
	padding-left:0px;
    }  
/* Hide from IE5-mac. Only IE-win sees this. \*/ 
 * html body {  
	padding-left:2px;
    }
#box {
	height:auto;
	margin: 5px 15px 15px 15px;
	padding:0px;
	background-color:#FFFAFA;
	border: 1px solid #999999;
	}
#box2 {
	height:auto;
	margin: 5px 15px 15px 15px;
	padding:0px;
	background-color:#FAFDFF;
	border: 1px solid #999999;
	}
#box3 {
	height:auto;
	margin: 5px 15px 15px 15px;
	padding:0px;
	background-color:#F9F9F9;
	border: 1px solid #999999;
	}
#box4 {
	height:auto;
	margin: 5px 15px 15px 15px;
	padding:0px;
	background-color:#FFFEFA;
	border: 1px solid #999999;
	}
.box{
	font-size:12px;
	text-align:left;
	color:#333333;
	padding:10px;
	margin:0px;
	}
p {
	font-family:Arial, Verdana, Arial Black;
	}
.content {
	font-weight:bold;
	font-size:12px;
	text-align:justify;
	color:#333333;
	padding:0px 15px 15px 15px;
	margin:0px;
	}
.content2 {
	font-weight:bold;
	font-size:12px;
	text-align:justify;
	color:#333333;
	padding:5px 15px 15px 35px;
	margin:0px;
	}
.sitemap {
	font-size:12px;
	text-align:justify;
	color:#333333;
	padding:0px 15px 15px 15px;
	margin:0px;
	}
.footer {
	font-size:10px;
	text-transform:uppercase;
	color:#333333;
	text-align:center;
	padding-bottom:15px;
	}
a, a:link, a:visited {
	color:#003366;
	text-decoration:underline;
	}
a:hover, a:active {
	color:#663366;
	text-decoration:none;
	}