@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Comic Sans MS";
	background-color: #f9fafb;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
p {
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1.2em;
}
h1 {
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1.1em;
}
h2 {
	font-size: 12px;
	margin-bottom: 0px;
	line-height: 1.1em;
}
a {
	font-size: 12px;
	margin-bottom: 5px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	border-width: 0px;
}
td,tr {
	font-size: 11px;
	padding-bottom: 2px;
	vertical-align: top;
}
ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
ul li {
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#container {
	height: 600px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-image: url(../images/Amanda-Davidson-BG.jpg);
}
#mainmenu {
	height: 237px;
	width: 207px;
	position: absolute;
	left: 78px;
	top: 75px;
}
#belowmenu {
	height: 245px;
	width: 268px;
	position: absolute;
	left: 78px;
	top: 308px;
}
#logo {
	margin-top: 50px;
	margin-left: 25px;
}
#pagetitle {
	position: absolute;
	left: 352px;
	top: 45px;
	width: 350px;
	height: 19px;
	font-size: 14px;
	font-weight: bold;
}
.highlightcolor0 {
	color: #cc0099;
}
.highlightcolor1 {
	color: #33cc00;
}
.highlightcolor2 {
	color: #0000cc;
}
.highlightcolor3 {
	color: #9900ff;
}
.highlightcolor4 {
	color: #ff00ff;
}
#mainarea {
	height: 480px;
	width: 400px;
	position: absolute;
	right: 49px;
	top: 65px;
}
.topitem {
	margin-bottom: 10px;
}