* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.clearfloat {
	line-height: 1px;
	clear: both;
}

#frame #pagebody {
	padding: 10px;
	line-height: 16px;
}
#frame #pagebody #left {
	width: 550px;
	margin-right: 20px;
	float: left;
	color: #FFF;
}
#frame #pagebody #right {
	width: 290px;
	float: left;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}

.header {
	font-size: 18px;
}

#footer  {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	width: 890px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#frame #footer font {
	font-size: 9px;
	color: #666;
}

body {
	background-image: url(../Images/design.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	background-color: #003368;
}
#frame {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 3px;
	text-align: left;
}
#frame #header #logo {
	height: 100px;
	background-color: #FFF;
	background-image: url(../Images/newlogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 5px;
}
#frame #header #navigation {
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 2px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#frame #pagebody #left h1  {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 100%;
	display: block;
	line-height: 24px;
}

