#container {
	position:relative;
	width:800px;
	text-align:left;
	margin:0 auto 0;
	background-color:#489191;
	list-style-image: url(images/arrow_r.gif);
}
.body {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.yellow-txt {
color: #ffff99
}
.footer {
	font-family: "Comic Sans MS";
	font-size: 12px;
	background-color: #ffffff;
}
#globalNav {
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: normal;
	color: #FFFF99;
	cursor: hand;
}
a:link, a:visited, a:hover {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Comic Sans MS";
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "Comic Sans MS";
 font-size: 120%;
 color: #000000;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
.tabletitle {
	color: #489191;
	font-size: 16px;
	font-family: "Comic Sans MS";
}
