html,body {

    height: 100%;
	font-family: Georgia, Serif;
	color: #464646;
}

body {

    margin: 0px;
    padding: 10px;
    
}

object {

    outline:none;
    
}

#maincontent {

	border-top: 1px solid #999;
	width: 681px;
	
}

#menu {

	width: 190px;

}

/* HEADINGS -------------------------------------------------------- */

h1 {

	display: none;

}

h2 {

	color: #464646;
	font-size: 14pt;
	margin: 20px 0;

}

h3 {

	color: #464646;
	font-size: 12pt;

}

.emplyee-heading {

	color: #464646;
	font-size: 12pt;
	margin: 20px 0 10px 0;

}

.aricle-heading {

	color: #464646;
	text-decoration: none;
	font-size: 16pt;

}

#maincontent h2 a {

	color: #464646;
	text-decoration: none;
	font-size: 14pt;

}

#maincontent h2 a:hover {

	color: #FF585F;
	text-decoration: none;

}

.frontpage-ingress {

	color: #464646;
	
}

.article-ingress {

	color: #464646;
	font-size: 12pt;
	font-weight: normal;
}

/* LINKS -------------------------------------------------------- */

a {

	text-decoration: none;
	font-weight: normal;

}

a:link {
	text-decoration: none;
	color: #FF585F;

}

a:visited {
	text-decoration: none;
	color: #FF585F;

}

a:hover {

	text-decoration: underline;

}


/* IMAGES -------------------------------------------------------- */

.frontpage-img {

	width: 451px;
	height: 300px;
	margin: 20px 20px 20px 0;
	float: left;

}

.article-img {

	width: 451px;
	height: 300px;
	margin: 20px 20px 20px 0;

}
/*
#maincontent img {

	width: 451px;
	height: 300px;
	margin: 20px 20px 20px 0;	

}*/

.jobber-img {

	width: 681px;
	height: 453px;
	margin: 20px 20px 20px 0;

}

/* TEXT & LISTS -------------------------------------------------------- */

.newsitemdate {

	margin: 20px 0 0 0;

}


#maincontent p {

	
}

#menu ul {
	
	margin: 0;
	padding: 0;
	list-style-type: none;

}

ul {
	
	margin: 0;
	padding: 0;
	list-style-type: none;

}

#menu li {

	list-style-type: none;
	font-size: 8pt;
	font-weight: bold;


}

.employee {

	margin: 0 20px 0 0;
	padding: 0;
	
}


.employee td {

	width: 160px;
	margin: 0;
	padding: 0;
	
}

/* OTHER -------------------------------------------------------- */

hr {

	color: #999;
	background: #999;
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;

}

.logo-img {

	border-top: 1px solid #999;
	margin: 0 0 0 0;

}

.span-3 {

	margin: 10px 0 0 0;
	padding: 0;
	width: 50%;
	font-size: 8pt;
	font-weight: bold;
	color: #464646;

} /* This class sets style for contact info */

.colborder {
	border: none;

}

.haschildren {


}

.child {
	margin-left:10px;
}

