body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	color: #CC6699;
	text-decoration: none;
	cursor: hand;
}

.sidebar {
	font-size: 12px;
	line-height: normal;
	padding: 3px;
	background-color: #E6E6FF;
}

.sidebarHeader {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding-left: 5px;
	font-weight: bold;
	background-image: url(../images/sidebarbkg.jpg);
}

.sidebarFooter {
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.dingbat {
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	background-color: #CCFFFF;
}
.boxedtext {
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
	padding: 5px;
	border: 1px solid #006699;
	text-align: center;
	background-image: url(../images/quotebkg.jpg);
	font-weight: bold;
	color: #003366;
}
td {
	font-size: 11px;
}
.quote {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #CC0033;
	background-image: url(../images/quotebkg.jpg);
}
.quotedquote {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #003366;
	background-image: url(../images/quotebkg.jpg);
	margin-left: 30px;
	margin-right: 30px;
}
ul {
	list-style-type: none;
	list-style-position: outside;
}
.limenu {
	color: #330066;
	background-color: #CC99FF;
	display: none;
}
.boxwithwhitespace {
	border: thick none #FFFFFF;
	margin: 10px 40px;
}
.bulletedlist {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	margin-bottom: 10px;
}
.emphasis {
	text-decoration: underline;
}
p {
	padding-right: 5px;
	padding-left: 5px;
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.tinytype {
	font-size: xx-small;
}
.newmenuitemalign {
	vertical-align: bottom;
}
.texttitle {
	font-size: 24px;
	font-weight: bold;
	background-image: url(../images/titleheaderbkg.jpg);
	text-align: center;
	color: #000000;
}
.answer {
	margin-left: 20px;
}
