body
{
	background-color:#d3d8ff;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

.smallImage
{
  border: 2px solid #355360;
  width: 239px;
  margin: 3px;
}

#bannerC
{
	width:816px;
	height:125px;
	margin:0 auto;
	background-image:url(images/header.jpg);
}

#menuC
{
  position:relative;
  left:142px;
  top:96px;
}

.menuButton
{
	border-width:0px;
}

#flagsC
{
  position:relative;
  left:15px;
  top:8px;
}

.flagButton
{
	border-width:0px;
}

#contentC
{
  width:816px;
  margin:0 auto;
  background-image:url(images/contentBackground.jpg);

  padding-top:25px;
  padding-bottom:80px;
}

#contentC p
{
	margin:0px;
	color:#174376;
	font-family:Verdana;
	font-size:11px;
	
	padding-left:32px;
  padding-right:20px;
  
  line-height:20px;
}

#contentC h2
{
  margin:0px;
	color:#174376;
	font-family:Verdana;
	font-size:12px;
	
	padding-left:32px;
  padding-right:20px;
  padding-bottom:10px;
  
  font-weight:bold;
}

#contentC a
{
  margin:0px;
	color:#174376;
	font-family:Verdana;
	font-size:11px;
  
  line-height:20px;
  text-decoration:underline;
}

#footerC
{
  width:816px;
	height:30px;
	margin:0 auto;
	background-image:url(images/footer.jpg);
}