body, tr, td {
	font-family: Liberation Serif, Times, serif;
	font-size: 14px;
	color: #010101;
	background-color:#ffffff;
	text-align: justify;
}

table, th, td {
  border: 2px solid black;
  border-collapse: collapse;
}

table#cpanel {
	width: 1200px;
	border: 0px solid white;
	background-color: #eee00e;
}

tr#cpanel, td#cpanel {
	font-family: Lucida Console, Liberation Serif, Times, Serif;
	border: 1px solid white;
	background-color: #aaaaff;
	text-align: center;
	padding: 0px;
}


td {
  padding: 10px;
}

th {
  font-family: Lucida Console, Liberation Serif, Times, serif;
	padding: 10px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

body {
	background-color: #ffffff;
	margin: 0px;
}

p.titleimage {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.update {
	text-align: right;
	font-size: x-small;
}

a:link {
	color: #0000ff; 
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}

a:active {
	color: #0000ff; 
 	text-decoration: none;
}
.menu {
	font-family: Lucida Console, Liberation Serif, Times, serif;
	/* font-weight: bold; */
	width: 280px;
	font-size: 14px;
	color: #102421;
	padding: 0px 0px 0px 2px;
	margin: 0px;
	margin-bottom: 1px;
	text-align: left;
	/* width: 270px; */
	background-color: #004a99;
}
.menu a {
	/* font-weight: bold; */
	color:#a3ffff;
	text-decoration: none;
	/* padding: 2px 10px; */
	margin: 0px;
	/* border-right-width: 0px; */
	/* border-left-width: 1px; */
	/* border-style: solid; */
	/* border-color: #a3ffff; */
}
.menu a:hover {
	color:#FFBE52;
	background-color: #a3ffff;
	text-decoration: none;
}
h1 {
	font-family: Lucida Console, Liberation Serif, Times, serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 10px 10px 0px;
	color:#111111;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 4px 4px 4px 0px;
	color:#222222;
}
.small {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.centred {
	text-align: center;
}


div.imgtitle {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 292px;
}

div.contentlayer {
	position: absolute; 
	background-color: #f2f3f1;
	display: block;
	left: 292px; 
	opacity: 0.9;
	top: 166px; 
	width: 1360px;
	padding: 20px;
	min-height: 229px; 
	vertical-align: middle;
	line-height: 1.5em;
}

div.contentlayer::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	background: url("/img/resistors.jpg");
	opacity: 0.31;
}

div.menulayer {
	position:absolute; 
	left:2px; 
	top:170px; 
	/* width:182px;  */
	height:254px; 
}

div.title {
	font-family: Liberation Serif, Times, serif;
	position: absolute; 
	top: 0px;
	left: 292px; 
	height: 166px;
	width: 1400px;
	font-size: 24px;
	/* font-weight: bold; */
  text-align: center;
	/* line-height:0px; */
	padding: 0px 0px 0px 0px;
	color: #eeeeee;
	background-color: #004a99;
}

div.error {
  color: #ff0000;
  font-weight: bold;
}

div.footer {
  font-size: 10px;
  text-align: center;
  padding: 50px 10px 10px 0px;
}

a:visited {
	text-decoration: none;
}

img {
	border: 0px;
}

hr {
	width: 75%;
	text-align: center;
}
