a:link,a:visited,a:hover {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: square;
}

div {
	border: none;
}

#header {
	margin-left: 10px;
	color: #000;
	border-bottom: 1px solid #333;
	height: 50px;
}

/*	#navBar{
	margin: 0 80% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}*/
#leftcol {
	float: left;
	left: 0px;
	width: 20%;
	margin-top: 10px;
	margin-left: 5px;
	color: #000;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#newsbox {
	position: absolute;
	left: 80%;
	margin-top: 10px;
	width: 18%;
	padding-left: 0px;
	z-index: 3;
	color: #000;
	padding: 3px;
	border: #000000;
	border-style: dotted;
	font-size: 11pt;
	font-style: italic;
}

#newsbox p {
	color: #FF0000;
}

#newsheader {
	text-align: center;
}

#leftcol p,#leftcol li {
	font-size: 90%;
}

#leftcol ul a:link,#leftcol ul a:visited {
	display: block;
}

#leftcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
	/* #leftcol li {border-bottom: 1px solid #EEE;} */
	/* fix for browsers that don't need the hack */
	/* html>body #leftcol li {border-bottom: none;}*/
#leftcol li {
	border-width: 1px;
	border-style: solid;
}

#leftcol a:hover {
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	/*	padding: 2px 0px 2px 10px; */
}

#content {
	margin: 10px 0px 0px 25%;
	padding: 3px;
	color: #000;
	/*	border: solid #000000; */
	width: 70%;
	text-align: justify;
}

#content_with_newsbox {
	margin: 10px 0px 0px 25%;
	padding: 3px;
	color: #000;
	/*	border: solid #000000; */
	width: 55%;
	text-align: justify;
}

#footer {
	clear: both;
	width: 95%;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
}

#footer .date {
	float: left;
	text-align: left;
}

#footer .contact {
	float: right;
	text-align: right;
}

body {
	width: 97%;
}

html,body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
}

p,a {
	font-family: Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
	margin-top: 0px;
	/*	color: #006699; */
}

#pageName {
	padding: 0px 0px 10px 10px;
}

#codeblock {
	border-style: solid;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	background-color: #C0C0C0;
	font-family: Courier, monospace;
}