p {
	font-family: 'Trebuchet MS', "Arial";
	color: #000000;
}

h1 {
	font-family: "Comic Sans MS", 'Trebuchet MS', Verdana;
	font-size: x-large;
	color: #0000FF;
}

h2 {
	font-family: "Comic Sans MS", 'Trebuchet MS', Verdana;
	font-size: medium;
	color: #0000FF;
}

h3 {
	font-family: "Comic Sans MS", 'Trebuchet MS', Verdana;
	font-size: medium;
	text-decoration: underline;
}

h4 {
	text-decoration: underline;
}

h5 {
	font-family: 'Trebuchet MS', "Arial", Verdana;
	color: #0000FF;
}
.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.contact {
	color: #FF0000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
}
body {
	background-color: #FFFFCC;
}
a:hover   {
	color: #FF0000;
	text-decoration: none;
}
div.topbox
  {
	position: absolute;
	left:0px;
	top:0px;
	width:99%;
	height:125px;
	text-align: center;
  }

div.sidebox
  {
float:left;
	position: absolute;
	top:140px;
	width:25%;
  }


div.mainbox
  {
float:right;
	position: absolute;
	left:27%;
	top:140px;
	width:72%;
	clear:both;
  }

img.left
  {
  float:left;
  margin-right: 10px;
  }

img.right
  {
  float:right;
  margin-left: 10px;
  }

#Gold {
	font-family: "Comic Sans MS", Verdana;
	color: #0000FF;
}
