﻿body {
	background-color:#C0C0C0; /* color of non-covered screen parts -- bottom level */
/*	background-image: url('images/cnvbkgnd.jpg');*/
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 0.8em;*/
	font-size: medium;
	max-width: 960px;
	margin: auto;
	position: relative;
/*	padding: 10px;*/
}
/*body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}*/

img {
	border: 0px;
}

h2 {
	color: #336666;
}

.center {
	text-align: center;
}

p.center{
	text-align:center;
}

.float_right {
	float:right;
}

.arrowbullet {
	list-style-image: url('images/acnvbul2.gif');
}

.inputfield {
	font-family: monospace;	
}

#container {
	width: 646px;
	width: 688px;
	margin: 0 auto;
	padding: 20px 220px 20px 130px;
	background-image: url('images/cnvbkgnd.jpg');
/*	background-color: #FF0000; */
}
#masthead {
	width: 626px;
	width: 688px;
	width: 100%;
	margin-top: 20px;
	margin-right: 10px;
margin-right: 0;
	margin-bottom: 30px;
	margin-left: 10px;
margin-left: 0;
	overflow: auto;
/*	background-color: #bde; */
}
#sidebar {
	float: left;
	width: 150px;
/*	width: 140px;*/
/*	background-color: #d3d3d3;*/
/*	position: relative;*/
	clear: both;
	margin-left: 10px;
	display: inline;
/*	background-color: #0de; */
}

#content {
	float: right;
	width: 456px;
	width: 496px;

	margin-top: 0;
/*	margin-right: 10px;*/
	margin-left: 0;
	padding: 10px;
	
/*	background-color: #CCFF99; */
/*	position: relative;*/
	overflow: auto;
}

#rightcol {
/*	float: right; */
	width: 207px;
/*	background-color:#FFCCFF; */
	position: relative;
/*	position: absolute;*/
	overflow: auto;
		
	top: 0px;
	right: 0px;

	top: -1074px;
	right: -686px;

}

#footer {
	text-align: center;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	font-size: x-small;
	overflow: auto;
/*	background-color: #689;*/
}
#masthead img {
	float: left;
}

#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}



/* Styles for Navigation */
/*
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
*/



/* Styles for Footer */

#footer img {
	float: right;
	position: relative;
	top: -65px;
}

#footer p {
/*	font-size:x-small; /* 0.8em; */
/*	color: #fff; */
/*	margin: 2px; */
/*	padding: 2px; */
}
#footer a {
/*	font-size:x-small; /* 0.8em; */
	color: #00f;
	text-decoration: underline;
}
#footer a:hover {
/*	color: #fff; */
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

