/* CSS Style Sheet - Keren Oertly */
/* Default HTML elements*/
body {
	background: #E4E4E4;
	float: none;
	width: auto;
}
p {
	color: #494949 ;
	font: normal 13px "Franklin Gothic Book";
	letter-spacing: 0.02em;
}
/* A LINK STYLES*/
a.content {
	color: #494949;
	font: 14px "Franklin Gothic Book";
	letter-spacing: 0em;
	padding: 15px 10px 15px 0px;
	text-decoration: none;
}
a.content:hover {
	color: #7E7E7E;
	font: 14px "Franklin Gothic Book";
	letter-spacing: 0em;
	padding: 15px 10px 15px 0px;
	text-decoration: none;
}
a.navigation {
	color: #494949;
	font: normal 14px "Franklin Gothic Book";
	letter-spacing: 0.05em;
	padding: 15px 10px 15px 0px;
	text-decoration: none;
}
a.navigation:hover {
	color: #7E7E7E;
	font: normal 14px "Franklin Gothic Book";
	letter-spacing: 0.05em;
	padding: 15px 10px 15px 0px;
	text-decoration: none;
}
a.contactdetails {
	color: #E1E1E1  ;
	font: normal 14px "Franklin Gothic Book";
	text-decoration: none;
}
a.contactdetails:hover {
	color: #FFFFFF;
	font: normal 14px "Franklin Gothic Book";
	text-decoration: none;
}
table {
	padding: 5px;
}
a.newsheading {
	color: #494949 ;
	font: bold 13px "Franklin Gothic Book";
	letter-spacing: 0.02em;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a.newsheading:hover {
	color: #7E7E7E ;
	font: bold 13px "Franklin Gothic Book";
	letter-spacing: 0.02em;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
/* Header fonts*/
h1 {
	color: #FFCCCC;
	font: bold 24px "Franklin Gothic Book";
	letter-spacing: 0.5em;
}
h2 {
	color: #E1E1E1;
	font: normal 20px "Franklin Gothic Book";
	letter-spacing: 0.5em;
	vertical-align: sub;
}
h3 {
	color: #494949;
	font: bold 15px "Franklin Gothic Book";
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #494949 ;
	font: bold 13px "Franklin Gothic Book";
	margin: 0px;
	padding: 0px;
}
h5 {
	color: #494949 ;
	font: normal 14px "Franklin Gothic Book";
	letter-spacing: 0.02em;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
h5.navigation {
	color: #494949;
	font: normal 14px "Franklin Gothic Book";
	letter-spacing: 0.05em;
	padding: 15px 10px 15px 0px;
}
h6 {
	color: #7D7D7D;
	font: normal 13px "Franklin Gothic Book";
}
p.contactdetails {
	color: #E1E1E1  ;
	font: normal 14px "Franklin Gothic Book";
}
/* Container Div classes*/
div.headerpanel {
	background: #7D7D7D;
	height: 100px;
	width: 1085px;
	padding: 0px;
	/*border: thin dotted #FF00FF;*/
}
div.bodypanel {
	background: #E4E4E4;
	width: 1050px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	/*border: thin dotted #FF00FF;*/
}
div.navpanel {
	background: #CCCCCC;
	width: 150px;
	height: 442;
	padding: 10px;
	margin: 0px 20px 0px 0px;
	float: left;
	/*border: thin dotted #FF00FF;*/
}
div.contentpanel {
	background: #E4E4E4;
	width: 650px;
	height: 442;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	/*border: thin dotted #FF00FF;*/
}
div.contentpanel_scroll {
	background: #E4E4E4;
	width: 650px;
	height: 442;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	overflow: scroll;
	/*border: thin dotted #FF00FF;*/
}
div.newspanel {
	background: #E4E4E4;
	width: 220px;
	height: 442;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	float: left;
	/*border: thin dotted #FF00FF;*/
	overflow : auto; 
}
div.footerpanel {
	background: #E4E4E4;
	width: 1085px;
	height: 30px;
	padding: 0px;
	margin: 15px 0px 0px;
	letter-spacing: 0.1em;
	vertical-align: top;
	/*border: thin dotted #FF00FF;*/
	text-align: right;
}
/* Enclosed classes*/

table.headerleft {
	position: absolute;
	left: 20px;
	top: 20px;
}
table.headerright {
	position: relative;
	left: 830px;
	top: 15px;
}
/*table.footerright {
	position: absolute;
	right: 15px;
}*/
.copyright {
	color: #494949;
	font: normal 10px "Franklin Gothic Book";
	letter-spacing: 0em;
}
table.nospacing {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: left;
}
tr {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: left;}
td{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: left;}
div{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
