*{
	margin:0;
	padding:0;
	font-size:100.01%
}
html {font-size:62.5%;}
.left {
	float:left;
}
.right {
	float:right;
}
#footer2 {
	padding:0 10px;
	font-family:verdana;
	font-size:1.2em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
#carrier{
	width:790px;
	min-width:790px;
	margin:0 auto;
	color:#000;
	background:#fff;
	padding:48px 40px 62px;
}
#content-carrier{
	position:relative;
	width:790px;
	min-width:790px;
	background: url(../img/content-bg.gif) repeat-y;
	min-height:422px;
}
/* -----------------------  HEADER  ----------------------------------------- */
#header{
    width:790px;
    min-width:790px;
	height:140px;
	background: url(../img/header-bg.gif) no-repeat;
}
#header a{
	float:right;
	background: url(../img/logo.gif);
	width:268px;
	height:94px;
	text-indent: -3000px;
	margin: 23px 33px 0 0;
	outline: 0;
}
/* -----------------------  LEFT MENU --------------------------------------- */
.left-menu{
	width:171px;
	min-height:422px;
	float:left;
	padding: 0 0 0 25px;
	background: url(../img/menu-bg.gif ) repeat-y right top;
}
.left-menu ul{
	font:1.6em verdana;
	list-style:none;
}
.left-menu ul li{
	display:block;
	padding:12px 0 0 0;
}
.left-menu ul li a{
	text-decoration:none;
	color: #000;
}
.left-menu ul li a:hover{
	text-decoration:none;
	color:#666666;
}
.left-menu ul ul {
	display:none;
}
.left-menu ul ul li {
	padding:6px;
	color:#fff;
}
.left-menu ul ul li a {
	color:#fff;
}
.left-menu ul li:hover ul {
	display:block;
	position:absolute;
	background:#000;
	font-size:12px;
	margin:-20px 0 0 168px;
	color:#fff;
}
/* -----------------------  CONTENT  ---------------------------------------- */
.content{
	width:544px;
	padding: 10px 30px 0 20px;
	margin:0 auto;
	font: 1.2em verdana;
	/*text-align: justify;*/
	float:right;
}
.content img {
	padding:15px 15px 15px 0px;
}
.content ul {
	padding:0 0 15px 25px;
}

.content ol {
	padding:0 0 15px 25px;
}

.empty{clear:both}
/* -----------------------  FOOTER	----------------------------------------- */
#footer{
	clear:both;
	width:790px;
	min-width:790px;
	height:68px;
	background: url(../img/footer-bg2.gif) no-repeat;
	overflow:hidden;
}
#footer p{
	color: #fff;
	margin:20px 0 0 30px;
	font: bold 1.6em verdana;
}
p {
	margin-bottom: 2em;
	}


/* Must inclue all styles on the rich.css page */ 

h1 {
	color: #000000;
	font-weight:bold;
	font-size:16px;
	margin: 10px 0 0 0;
	line-height: 1.5em;
}


.green {
	color:#00cc00;
}

.boldRed {
	color:#cc0000;
	font-weight:bold;
	font-size:16px;
	margin: 15px 0 15px 0;
	line-height: 1.6em;
}
.boldBlue {
	color: #0099FF;
	font-weight:bold;
	font-size:16px;
	margin: 0px 0 10px 0;
	line-height: 2em;
}
.boldOrange {
	color: #FF9900;
	font-weight:bold;
	font-size:16px;
	margin: 10px 0 10px 0;
	line-height: 1.6em;
}
.boldGreen {
	color: #336600;
	font-weight:bold;
	font-size:16px;
	margin: 10px 0 10px 0;
	line-height: 2em;
}
.about {
	line-height: 3em;
	margin-left: 20px;
		}
.ImageRight {
	border:none;
	float: right;
	}
