* {
margin: 0; 
padding: 0;
}
body {
background-color: #000000;
font: 13px Verdana, sans-serif;
text-align: center;
}
.page-top-title { 
 color:#ffffff;
 font: 15px Comic Sans MS;
 font-weight: bold;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 20px;
 padding-right: 20px;
}
#container {
width: 887px;
margin: 0px auto; 
}
#header {
height: 134px;
background: #99CCFF;
text-align: left;
}
div#headbox{
  height: 40px;
  background-color: #0000FF;
}
.topbox {
width:887px;
padding-top: 5px;
position:relative;
height:30px;
}
.topleft {
position:absolute;
padding-top: 5px;
font: 15px Comic Sans MS;
font-weight:bold;
color:#FFFFFF;
left:16px;
width:250px;
height:30px;
}
.topright {
position:absolute;
font: 15px Comic Sans MS;
font-weight:bold;
color:#FFFFFF;
text-align: center;
padding-top: 5px;
left:727px;
width:150px;
height:30px;
}
#menu2 {
height: 0px;
background: #FFFFFF;
text-align: center;
}

/* Menu */

#menu {
	float: left;
	width: 887px;
	height: 20px;
	background: #F4F4F4;
}

#menu ul {
	height: 5px;
	background: #29A4E1;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 0px 2em 0 2em;
	border-top: 5px solid #29A4E1;
	border-bottom: 5px solid #29A4E1;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #DCDCDC;
	border-top-color: #1A7196;
	border-bottom-color: #1A7196;
	
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}


#topContent {
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: justify;
background: #FFFFFF;
}
#middleContent {
margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
padding-top: 50px;
padding-bottom: 20px;
text-align: justify;
background: #FFFFFF;
}
#footer {clear: both;
height: 45px;
padding-top: 5px;
background: #0000FF;
font: 10px Verdana, sans-serif;
color:#FFFFFF;
}
.box {
width:887px;
padding-top: 30px;
position:relative;
height:300px;
}

.left {
position:absolute;
left:24px;
width:216px;
height:200px;
}
.middle {
position:absolute;
left:338px;
width:216px;
height:200px;
}
.right {
position:absolute;
left:647px;
width:216px;
height:200px;
}