body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#container {
	width: 100%;
	text-align: center;
}

#container-top {
	border-bottom: 1px solid #bdbdbd;
	background: #e1e1e1 url("/include/images/global/background-top.gif") repeat-x top;
}

#container-top a {
	text-decoration: underline;
	color: #555555;
}

#container-top a:hover {
	text-decoration: underline;
	color: #333333;
}

#container-top-content {
	width: 850px;
	margin: 0 auto 0px auto;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
}

#container-top-content-ww {
 	margin-bottom: 10px;
}

#container-main {
	margin: 0px;
	background: #ffffff url("/include/images/global/background-main.gif") repeat-x top;
}

#container-main-content {
	width: 850px;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	text-align: left;
}


#container-footer {
	margin-top: 30px;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	background-color: #e7e7e7;
	background: #ffffff url("/include/images/global/background-top.gif") repeat-x bottom;
}

.container-footer-box {
	margin-top: 15px;
	margin-right: 15px;
	float: left;
}

#container-footer-content {
	width: 850px;
	margin:0 auto 10px auto;

	font-size: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	text-align: left;
}

#container-footer-content a {
	text-decoration: none;
	color: #666666;
}

#container-footer-content a:hover {
	text-decoration: underline;
	color: #666666;
}


.box {
	float: left;

	margin-top: 20px;
	margin-right: 20px;

	background-color: #f8f8f8;
	cursor: pointer;
}


.box-ltc {
	background: transparent url("../images/boxes/background-ltc.gif") no-repeat top left;
}

.box-lbc {
	background: transparent url("../images/boxes/background-lbc.gif") no-repeat bottom left;
}

.box-rtc {
	background: transparent url("../images/boxes/background-rtc.gif") no-repeat top right;
}

.box-rbc {
	background: transparent url("/include/images/boxes/background-rbc.gif") no-repeat bottom right;
}

.box-main {
	width: 400px;
	text-align: left;
	font-size: 70%;
	color: #363636;
}

.box-icon {
	float: left;

	margin: 10px;
	margin-right: 0px;

	width: 50px;
}

.box-content {
	width: 300px;
}

.box-item {
	float: left;
	margin: 10px;
}

.box-item h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 140%;
	font-weight: bold;
	color: #666666;
}

.box-item a {
	text-decoration: none;
	color: #363636;
}

.box-item a:hover {
	text-decoration: none;
	color: #363636;
}


.job-table {
	width: 700px;
	background-color: #cccccc;
}

.job-tr {
	background-color: #ffffff;
}

#jobs h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 140%;
	font-weight: bold;
	color: #555555;
}

#jobs h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #555555;
}

#jobs h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	color: #555555;
}

#jobs p {
	font-size: 80%;
}

#jobs li {
	font-size: 80%;
}

#jobs td {
	font-size: 80%;
}

#jobs a {
	text-decoration: underline;
	color: #555555;
}

#jobs a:hover {
	text-decoration: underline;
	color: #333333;
}
