body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.body_link a:link {
	color:#330000;
	text-decoration:underline;
}

.body_link a:visited {
	color:#003300;
	text-decoration:underline;
}
.body_link a:hover {
	color:#FF00FF;
	text-decoration:underline;
}

.oneColElsCtr #container {
	width: 46em; /* em is the unit for width and font size, preferred*/
	background: #fffceb;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #b9c491;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.popup #container {
	width: 500px; /* em is the unit for width and font size, preferred*/
	background: #fffceb;
	/* margin: 0 auto; the auto margins (in conjunction with a width) center the page */
	border: 1px solid #b9c491;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px 20px;
}

.oneColElsCtr #topbar {
	padding: 0 0px; 
}
.oneColElsCtr #Content {
	padding: 0px 20px;
}
.oneColElsCtr #bottombar {
	height:32px;
	padding: 2px 10px; 
	background: #3b0b0b;
}

/*bottom bar definition*/
.bottomtable {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align: center;
}
.bottomlinks a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.bottomlinks a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.bottomlinks a:hover {
	color:#FFFF33;
	text-decoration:underline;
}

/*bottom bar definition*/

.captionlink a:link{
	color:#660000;
	font-size:12px;
	font-weight:bold;
}
.captionlink a:visited{
	color:#003333;
	font-size:12px;
	font-weight:bold;
}
.captionlink a:hover{
	color:#ff33ff;
	font-size:12px;
	font-weight:bold;
}

/*fonts and sizes definition*/

H2 /*h2 and h3 are used in quiz*/
	{
	font-family: arial, trebuchet ms;
	color:black;
	font-size:x-large;
	margin-left:20px;
	}
H3
	{
	font-family: arial, trebuchet ms;
	color:black;
	font-size:large;
	margin-left:20px;
	}

.pagetitle {
	color:#3b0b0b;
	font-size:1.7em;
}
.subtitle {
	color:#3b0b0b;
	font-size:1em;
	font-weight:bold;
}

.source_link a:link {
	color: #600;
	text-decoration:none;
	font-size:4px;
}

.source_link a:visited {
	color: #600;
	text-decoration:none;
	font-size:4px;
}
.source_link{
	color: #600;
	text-decoration:none;
	font-size:8px;
}

 
/*fonts and sizes definition*/

span.yellow { background-color:yellow }
span.red { background-color:red}
span.green { background-color:green }


