@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #ccaaff;
	background-image: url(Images/back2.gif);
	color: #5304AC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
	background-repeat: repeat-x;
}
h1 {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 25px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
	margin-left: 10px;
}
a:link {
	color: #ccaaff;
	text-decoration: none;
	list-style-type: none;
	list-style-image: url(Images/bulletblue.gif);
}

a:visited {
	color: #ccaaff;
	text-decoration: none;
	list-style-type: disc;
	list-style-image: url(Images/bulletblue.gif);
}
a:hover {
	color: #5304AC;
	text-decoration: none;
	list-style-type: disc;
	list-style-image: url(Images/bulletwh.gif);
}

.nav {
	color: #99CCFF;
	list-style-type: disc;
	line-height: 20px;
}
.nav a:link {
	color: #ccaaff;
	text-decoration: none;
	list-style-type: none;
	list-style-image: url(Images/bulletblue.gif);
}

.nav a:visited {
	color: #ccaaff;
	text-decoration: none;
	list-style-type: disc;
	list-style-image: url(Images/bulletblue.gif);
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: disc;
	list-style-image: url(Images/bulletwh.gif);
}
.navp {
	color: #5304AC;
	list-style-type: disc;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}
.navp a:link {
	color: #5304AC;
	text-decoration: none;
	list-style-type: none;
	list-style-image: url(Images/bulletblue.gif);
}

.navp a:visited {
	color: #5304AC;
	text-decoration: none;
	list-style-type: disc;
	list-style-image: url(Images/bulletblue.gif);
}
.navp a:hover {
	color: #ccaaFF;
	text-decoration: none;
	list-style-type: disc;
	list-style-image: url(Images/bulletwh.gif);
}
.navadd {
	color: #5304AC;
	list-style-type: disc;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}
.navadd a:link {
	color: #5304AC;
	text-decoration: none;
	list-style-type: none;
	list-style-image: url(Images/bulletblue.gif);
}

.navadd a:visited {
	color: #5304AC;
	text-decoration: none;
	list-style-type: disc;
	list-style-image: url(Images/bulletblue.gif);
}
.navadd a:hover {
	color: #ccaaFF;
	text-decoration: none;
	list-style-type: disc;
	list-style-image: url(Images/bulletwh.gif);
}

blockquote {
	text-indent: -10px;
}
.pink {
	color: #ccaaff;
}
ol {
	list-style-type: lower-roman;
}
hr {
	color: #AB7CE8;
}
dt {
	font-weight: bold;
}
.image {
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
