body {
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
}

.boxwrap { 
	width: 760px;
	margin-left: 0.5em; 
	margin-right: auto; 
}
.boxbody { 
	float: left;
	clear: both;
}

.boxheader { 
	width: 100%;  
	clear: both;  
}

.boxmenu{
	width: 200px;	
	float: left;
	margin-right: 1em;
	margin-top: 1em;
	clear: none;
}

.boxright{
    float: left;
    width: 520px;
}

.boxcontent{
	float: left;
	width: 350px;
	line-height: 20px;
	text-align: left;
}
.boxcontent2{
	float: left;
	width: 350px;
	line-height: 18px;
	text-align: left;
}
.boxcontent3{
	float: left;
	width: 350px;
	line-height: 15px;
	text-align: left;
}
.boxcontent4{
	float: left;
	width: 500px;
	line-height: 1px;
	text-align: left;
	color: #f0f0f0;
	font-size: 1px;
}

.boxfooter { 
    width: 540px;
    float: left;
	margin-top: 2em;
	clear: left;
	height: 16px;
	font-family: Arial;
	font-size: 10px;
	color: Gray;
}

.logo{
	padding-top: 1em;
	float: right;
	height: 37px;
}

.world{
	padding-top: 1em;
	clear: right;
	width: 602px;
	height: 218px;
}


.footer-links{
	font-family: Arial;
	font-size: 10px;
	color: Gray;
	text-decoration: none;
}

.footer-links:hover{
    text-decoration: underline;
}

img{
    border: 0px none;
}

.sitemap a {
	text-decoration: none;
	color: #000;
}

.sitemap a:hover {
	text-decoration: underline;
	color: #000;
}

/* centering stuff */
.boxwrap   { width: 760px; margin-left: auto; margin-right: auto; }
/* ie hack: */
.iehackwrap { text-align: center;  }
.boxwrap    { text-align: justify; }     
.logo { text-align:right; }

/* formatting */
.boxwrap { text-align: justify; margin-bottom: 2em; }


a:link.invisibleLink{
	color: #f0f0f0;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:1pt;
}
a:visited.invisibleLink{
	color: #f0f0f0;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:1pt;
}
a:hover.invisibleLink{
	color: #f0f0f0;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:1pt;
}
a:active.invisibleLink{
	color: #f0f0f0;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:1pt;
}