body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background: #fff;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: xx-small;
	vertical-align: top;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#container{
	
}

#content{
	width: 740px;
}

#headContent{
	background: #c7d1e6;
}

#headerImage{
	background-image: url(/images/affricLogo.gif);
	background-repeat: no-repeat;
	color: #fff;
	height: 70px;
}

#mainMenu{
	color: #0d1f61;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	background: #c7d1e6;
	height: 15px;
}

*html #mainMenu{
	font-size: xx-small;
}

#sideMenu{
	border-left: solid 2px #c7d1e6;
	border-right: solid 2px #c7d1e6;
	border-bottom: solid 2px #c7d1e6;
	color: #0d1f61;
	width: 150px;
	float: right;
	text-align: center;
	font-size: xx-small;
	font-weight: bold;
	padding: 2px;
}

#mainText{
	font-size: x-small;
	text-align: left;
	/*width: 540px;*/
	color: #0d1f61;
}

#credits{
	background: #c7d1e6;
	color: #0d1f61;
	text-align: center;
	font-size: xx-small;
	height: 15px;
}

img{
	padding: 5px;
}

a:visited, a:active, a:link{
	color: #0d1f61;
	text-decoration: underline;
}

a:hover{
	color: #06c;
}

h1{
	font-size: small;
	font-weight: bold;
}

.warn{
	color: #f00;
}