html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
#container {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-image: url(images/zebra_skin.jpg);
	background-repeat: repeat;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-left: 10px;
}
.pink{
	color:#FF00CC
}

.content a{
	color:#FF66CC;
}
.content a:visited{
	color:#FFCCCC;
}

#contentblock {
	background: #000000;
	position: relative;
	padding: 20px;
	border: thick outset #666666;
	
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.package {
	position: relative;
	margin-bottom: -20px;
}

.heading {
	font: bold 36px Gigi, "Goudy Stout", "Times New Roman", serif;
	color: #FFFFFF;
	border: thin double #FF00cc;
	margin: 5px;
	padding: 3px;
	text-align: center;
	position: relative;
	
	clear: left;
}

.left_side {
	float: left;
	
	position: relative;
}
.right_side {
	float: right;
	position: relative;
	
	clear: right;
	margin-right: 2px;
}

.title {
	font: bold 60px Gigi, "Goudy Stout", "Times New Roman", serif;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.subtitle {
	font-size:50%;
}
hr {
	color: #FF00CC;
	clear: both;
}

ul {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12pt;
}
li {
	clear:left;
}
p {
	margin-bottom: 12pt;
}
.audio_box {
	width: 25%;
	color: #FF00CC;
}
.indent_table {
	margin-left: 30px;
	margin-bottom: 12pt;
}
.centered_div {
	text-align: center;
}
.underline_popup {
	text-decoration: underline;
}
body {
	background-image: url(images/zebra_skin.jpg);
	background-repeat: repeat;
}
.errors {
	color: #FF33FF;
}
.tiny {
	font-size: small;
}
#logout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	float: right;
	border: thin solid #CCCCCC;
	padding: 3px;
}h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
