body {
   background: #FFFFFF url("images/background.gif") repeat-y 50% 0;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
}

.clear {
	clear: both;
}

#container {
   margin: 0px auto;
   text-align: left;
   width: 700px;
}

/* --- content --- */
#content {
	width: 700px;
	margin: 0px auto;
	position: relative;
}
/* --- content --- */

/* --- footer --- */
#footer {
	margin: 0px auto;
	position: relative;
	background-color:#FFFFFF;
	width: 700px;
	height: 49px;
}
/* --- footer --- */

/* --- subtitle --- */
.subtitle {
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#FF3300;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
}

.subtitle a:link {
 	color:#FF3300;
 	text-decoration: none;
}

.subtitle a:hover {
	color:#FF3300;
	border-bottom: 1px dotted #FF3300;
}
/* --- subtitle --- */

/* --- main content text --- */
.text {
	font: 15pt/17pt Times New Roman, Times, serif;
	color:#000000;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 14px;
}

.text a:link {
 	color:#3399FF;
 	text-decoration: none;
}

.text a:hover {
	color:#3333FF;
 	text-decoration: none;
}
.text a:visited {
	color:#006699;
 	text-decoration: none;
}
.quiztext {
	font: 15pt/17pt Times New Roman, Times, serif;
	color:#000000;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.quiztext a:link {
 	color:#3399FF;
 	text-decoration: none;
}

.quiztext a:hover {
	color:#3333FF;
 	text-decoration: none;
}

.quiztext a:visited {
	color:#006699;
 	text-decoration: none;
}

.exttext {
	font: 15pt/17pt Times New Roman, Times, serif;
	color:#000000;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 14px;
}

.exttext a:link {
 	color:#FF0000;
 	text-decoration: none;
}

.exttext a:hover {
	color:#CC0000;
 	text-decoration: none;
}
.exttext a:visited {
	color:#990000;
 	text-decoration: none;
}
.caption {
	font: 10pt/12pt Times New Roman, Times, serif;
	color:#000000;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
/* --- main content text --- */

/* --- image placement --- */
.imageright {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.imageleft {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.imagewhy {
	float: right;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}


/* --- image placement --- */

