body {
	background-image: url(images/pageBg.jpg);
	background-repeat: repeat-x repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
}
body a:hover {
	text-decoration:none;
}
#salesDiv {
	display:none;
}
#officersDiv {
	display:none;
}
#techDiv {
	display:none;
}
#bodySales #salesDiv {
	display:block;
}
#bodyOfficers #officersDiv {
	display:block;
}
#bodyTech #techDiv {
	display:block;
}
.nolink {
	text-decoration:none;
}
.nolink a {
	text-decoration:none;
}
h1 {
	font-size:20px;
	color:#374B72;
	margin-top:0px;
}
.subSection {
	font-weight:bold;
	font-size:14px;
	color:#333333;
}
ul {
	list-style: square;
	line-height:18px;
}
li {
	margin-bottom:8px;
}
a {
	color:#0000FF;
}
#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#FFFFFF;
	border-left:1px solid #92A5BC;
	border-right:1px solid #92A5BC;
}
#clear {
	clear:both;
}
#topNav {
	height:59px;
	background-image:url(images/mainNavBg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	text-align:left;
}
#topNavInside {
	float:left;
	height:38px;
	background-image:url(images/mainNavBgIn.jpg);
	background-repeat:repeat-x;
	padding:0px;
	text-align:left;
}
#topNavDetails {
	float:left;
	height:38px;
	background-image:url(images/mainNavBgIn.jpg);
	background-repeat:repeat-x;
	padding:0px;
	text-align:left;
}
#mainContent {
	background-image:url(images/mainContentBg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
        height:1%;
}
.marginRight {
	margin-right:10px;
}
.marginLeft {
    margin-left:10px;
}	
.blackBorder {
	border:1px solid #000000;
}
#homeMain {
	float:right;
	width:567px;
	line-height:16px;
}
/* LEFT NAV */
#homeLeftBar {
	float:left;
	width:331px;
	padding:0px;
	margin:0px;
	font-size:13px;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position: left top;
}
#homeLeftBar a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#homeLeftBar a:hover {
	text-decoration:underline;
}
#homeJobSeekers {
	height:76px;
	background-image:url(images/jobSeekers.jpg);
	color:#FFFFFF;
}
#homeJobSeekers a {
	color:#FFFFFF;
}
#homeJobSeekers a:hover {
	text-decoration:underline;
}
#homeEmployers {
	height:76px;
	background-image:url(images/employers.jpg);
	color:#FFFFFF;
}
#homeEmployers a {
	color:#FFFFFF;
}
#homeSchedule {
	height:79px;
	background-image:url(images/eventSchedules.jpg);
	color:#000000;
}
#homeSchedule a {
	color:#000000;
}
/* END LEFT NAV */
/* LOCAL NAV */
#localNav {
	width:177px;
	padding:25px 10px 10px 5px;
	float:left;
	line-height:22px;
}

/* END LOCAL NAV */

.highlight {
	font-size:14px;
	font-weight:bold;
}
.highlight2 {
	font-size:13px;
	font-weight:bold;
	color:#374B72;
}
.caramelText {
	color: #AA710D;
}
#footer {
	background-image:url(images/footerBg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	height:62px;
	color:#666666;
	text-align:center;
	line-height:18px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color:#666666;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
#footer a:hover {
	text-decoration:underline;
}
.copyright {
	color:#92A5BC;
}
#auxBox {
	padding-left:10px;
	margin-top:10px;
	font-size: 11px;
	color: #333333;
	font-weight:normal;
	line-height:16px;
}
#auxBox a {
	font-size: 11px;
	color: #333333;
	font-weight:normal;
	text-decoration:underline;
}
#auxBox a:hover {
	text-decoration:none;
}
.divHighlight {
	border:1px solid #AE791B;
	background-color:#F7EFDF;
	padding:10px;
	text-align:center;
}