a {
	color: #330066;
	background-color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #330066;
	text-decoration: none;
}

#banner {
	margin-bottom: 5px;
}

body {
	text-align: justify;
	font: 14px Arial, Verdana, sans-serif;
	color: #333;
	background-color: #330066;
	margin: 0;
	padding: 20px;
}

#content {
	margin: 25px 0 15px; padding-bottom: 20px;
	text-align: left;
}

#contentapex {
	text-align: justify;
}

.entry {
    margin-left: 25px;
	margin-right: 25px;
	color: #333;
	text-align: justify;
	background: #fff url(images/calli_bullet.gif) bottom center no-repeat;
	padding-bottom: 32px;
}

#footer {
	font-size: 11px;
	color:#CCCCCC;
	text-align: center;
	border-top: 1px solid #999;
	margin-top: 15px;
	clear: both;
}

h1 {
	font-size: 24px;
	color: #330066;
	background-color: #fff;
	font-weight: normal;
	margin-top: 18px;
}

h1.center {
	text-align: center;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 18px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 18px;
}

hr {
	border: 1px solid #000;
	margin-top: 30px;
}

img {
	border: none;
	vertical-align: bottom; /*removes background-color beneath image links */
}

img.left {
	float: left;
	margin: 0;
	padding: 0 15px 5px 0;
}

#nav {	
    text-align: center;
	margin-bottom: 0px;
}

#nav ul {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#nav li {
	display: inline;
	list-style: none;
	font-weight: bold;
	padding: 0 20px;
}

#nav li a {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#nav li#current a {
	border-bottom: 2px solid #000;
}

p, ol, ul {
	line-height: 140%;
}

.top {
	font-size: 18px;
	text-align: right;
}

ul.no-list-style {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrap {
	margin: auto;
	width: 600px;
}
