body {
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:#ffffff;
	font-size:14px;
	
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight:bold;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}



#container {
	width:760px;
	height:450px;
	margin:auto;
	margin-top:20px;
	border-top:solid 10px #4c4c4c;
	background:#ffffff url(../newIMG/containerBG.jpg) no-repeat top;
}	

#leftCol {
	width:380px;
	height:450px;
	float:left;
	display:inline;
}	

#logo {
	width:375px;
	height:50px;
	margin-top:10px;
	background: url(../newIMG/logo.gif) no-repeat center;
}

#mainNav {
	width:320px;
	height:20px;
	margin-top:5px;
	margin-right:30px;
	margin-left:30px;
	color:#000000;
	font-size: 12px;
	padding-bottom:5px;
}

#mainNav UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#mainNav LI {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 80px;
	display:inline;
}

#mainNav A {
	color: #ffffff;
	display: block;
	text-decoration: none;
	background: #4C4C4C;
	margin: 0;
	padding: 2px 5px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
}

#mainNav A:hover, #mainNav A:active { 
	background: #25408F; 
}

#mainNav A.active:link, #mainNav A.active:visited {
	position: relative;
	z-index: 102;
	background: #25408F;
	font-weight: bold;
}


#leftContent {
	width:370px;
	height:330px;
	margin-top:20px;
	float:left;
	display:inline;
	background:url(../newIMG/leftContentBG.gif) no-repeat center;
	overflow:hidden;
}

#leftContentInner {
	width:320px;
	height:310px;
	padding-left:5px;
	padding-right:5px;
	margin-left:30px;
	margin-top:10px;
	overflow:auto;
}

#rightCol {
	width:380px;
	height:450px;
	float:right;
	display:inline;
	clear:right;
}		

#rightNav {
	width:380px;
	height:120px;
	background:#ffffff url(../newIMG/rightNavBG.jpg) no-repeat left;
}	

#rightNavButton {
	width:380px;
	height:60px;
}

#rightHeadAbout {
	width:380px;
	height:320px;
	background: url(../newIMG/aboutUsSubMain.jpg);
}	

#rightHeadEmployee {
	width:380px;
	height:320px;
	background: url(../newIMG/employeesSubMain.jpg);
}

#rightHeadEmployer {
	width:380px;
	height:320px;
	background: url(../newIMG/employersSubMain.jpg);
}

#rightMenu {
	width:150px;
	height:280px;
}

h1 {
	font: normal 1.6em "copperplate gothic light" serif,sans-serif;
}

.navcontainer { 
	width: 85px;
}

.navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 3px 3px;
width: 80px;
background-color: #555;
}

.navcontainer a:link, .navlist a:visited
{
color: #ffffff;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #25408F;
color: #fff;
}


#rightSubContent {
	width:360px;
	height:120px;
	margin-right:20px;
	margin-bottom:5px;
	background: url(../newIMG/subContentBG.gif) no-repeat;
}

#rightContentInner {
	width:335px;
	height:100px;
	padding-left:5px;
	padding-right:5px;
	margin:10px;
	overflow:hidden;
	text-decoration:none
}

#footer {
	width:760px;
	height:30px;
	margin:auto;
	background:#ffffff url(../newIMG/footer.jpg) no-repeat center;
	border-bottom:solid 10px #4c4c4c;
}
