@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background-color: #c0c0c0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9pt;
}
#logo {
	margin:20px;
}
#bg {
	background-color: #c0c0c0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: auto;
	width:1000px;
	margin:auto;
}
#contentdiv {
	background-color:#FFFFFF;
	width:900px;
	margin:auto;
	height:auto;
}
.date {
	color:#40505f;
	text-align:right;
	padding-right:30px;
	height:30px;
	line-height:30px;
}
a.toplink {
	color:#40505f;
	text-decoration:none;
}
a.toplink:hover {
	color:#40505f;
	text-decoration:underline;
}
.menu {
	text-align:right;
	padding-right:26px;
}
.menubg1 {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 53px;
	text-align: center;
	background-color: #8f755c;
	line-height:53px;
}
.menubg td {
	text-align:center;
}
a.menu {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 53px;
	line-height:53px;
	text-align: center;
	background-color: #8f755c;
	display:block;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
}
a.menu:hover {
	font-size: 8pt;
	font-weight: bold;
	color:#000000;
	background-image: url(../images/menu_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 53px;
	text-align: center;
	background-color: #8f755c;
	line-height:53px;
	text-decoration:none;
}
.menuHome {
	background-image:url(../images/menu_home.gif);
	background-repeat:no-repeat;
	width:64px;
	height:53px;
	text-align: center;
	background-color: #8f755c;
	line-height:53px;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
a.menuHome {
	background-image:url(../images/menu_home.gif);
	background-repeat:no-repeat;
	width:64px;
	height:53px;
	text-align: center;
	background-color: #8f755c;
	line-height:53px;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	display:block;
	text-decoration:none;
}
a.menuHome:hover {
	color:#000000;
	background-image:url(../images/menu_home_hover.gif);
	background-repeat:no-repeat;
	width:64px;
	height:53px;
	text-align: center;
	background-color: #8f755c;
	line-height:53px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
}
.menuJobs {
	background-image:url(../images/menu_jobs.gif);
	background-repeat:no-repeat;
	width:64px;
	height:53px;
	text-align: center;
	line-height:53px;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
a.menuJobs {
	background-image:url(../images/menu_jobs.gif);
	background-repeat:no-repeat;
	width:59px;
	height:53px;
	text-align: center;
	line-height:53px;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	display:block;
	text-decoration:none;
}
a.menuJobs:hover {
	background-image:url(../images/menu_jobs_hover.gif);
	background-repeat:no-repeat;
	width:59px;
	height:53px;
	text-align: center;
	line-height:53px;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
h1 {
	font-size:11pt;
	color:#4e6170;
	font-weight:bold;
	text-align:left;
}
.homeContent {
	text-align:left;
	font-size:9pt;
	color:#676767;
	padding:23px;
	vertical-align:top;
}
.promoTitle {
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#745e49;
	height:30px;
	line-height:30px;
	text-align:center;
}
.promo4 {
	padding-left:16px;
	padding-top:12px;
	background-color:#f2edda;
	color:#713115;
}
.promo4 span {
	font-size:11pt;
	font-weight:bold;
	color:#713115;
}
.promo {
	padding-left:16px;
	background-color:#f2edda;
	color:#713115;
}
.copyright {
	background-color:#ebebeb;
	height:28px;
	line-height:28px;
	color:#606060;
	font-size:8pt;
}
a.footer {
	color:#606060;
	font-size:8pt;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
}
a.footer:hover {
	color:#606060;
	font-size:8pt;
	padding-left:4px;
	padding-right:4px;
	text-decoration:underline;
}

