@import url('reset.css');
@import url('common.css');
@import url('layout.css');
@import url('header.css');
@import url('content.css');
@import url('footer.css');

/*
@import url('reset.css');
@import url('common.css');
@import url('layout.css');
@import url('header.css');
@import url('content.css');
@import url('boxes.css');
@import url('footer.css');
*/


/*
* GLOBAL RULES
*/

.hidden,
.aural,
#contact-bar h3,
#partners h3,
#content .left-navigation h3,
#content .highlights h3 {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
	height: 0 !important;
}

/*  background: #072F69 url(../img/tlo-top.gif) no-repeat fixed center top;  */
/*  background: #3C71BE url(../img/tlo-top-bg.gif) no-repeat fixed center top;  */
/*  background: #000 url(../img/mainbg-dot-blue.png);  */

body {
	background: #000 url(../img/bg.gif) center;
	padding: 0;
	margin: 0;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
