body {
	background-color: #666666;
	background-image: url(images/background.gif);
}

p, ul, li {
	font-size: 12px;
	color: #000;
	font-family: 'Myriad-Roman', Geneva, Verdana, Arial, sans-serif;
	font-weight: normal;
}

#content a:link, a:visited {
color: #56326F;
}

#content a:hover {
color: #b998d1;
}

h1 {
	font-size: 22px;
	font-family: 'Myriad-Roman', Myriad, Geneva, Verdana, Arial, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #56326F;
}
.floatleft {
	float: left;
	margin-right: 15px;
}

h2 {
	font-size: 14px;
	font-family: 'Myriad-Roman', Myriad, Geneva, Verdana, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: -10px;
}

#container {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 1px solid #000000;
}

#navigation td {
	text-indent: 20px;
border-bottom: 1px solid;
}
#content {
	background-color: #FFFFFF;
}

#navigation p, a, a:visited {
	font-size: 12px;
	color: #CCCCCC;
	font-family: 'Myriad-Roman', Myriad, Geneva, Verdana, Arial, sans-serif;
	text-decoration: none;
}
#navigation a:hover {
	color: #b998d1;
}
#content td {
padding: 20 20 10 20;
}
#callout {
	background-color: #cccccc;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: 1px solid #EE1B2E;
}
#callout a:visited {
color: #56326F;
}
