body {
	background-color: #F0DF8A;
	background-image: url(../layout/exptop.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E6E6E6;
}

#infobar {
	background-color: #002166;
	height: 152px;
	width: 100%;
	position: relative;
}
#header {
	height: 103px;
	width: 100%;
	background-color: #5599E2;
	position: relative;
}
#logo {
	background-image: url(../layout/logo.gif);
	height: 103px;
	width: 354px;
	position: absolute;
}
#navigation {
	background-image: url(../layout/navigation.gif);
	height: 10px;
	width: 347px;
	background-repeat: no-repeat;
	position: relative;
}
#infobar #left {
	background-image: url(../layout/infoleft_dn.gif);
	background-repeat: no-repeat;
	height: 129px;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#infobar #right {
	background-image: url(../layout/inforight_dn.gif);
	background-repeat: no-repeat;
	height: 129px;
	width: 308px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#maincontent {
	max-width: 600px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../layout/icons.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	font-style: normal;
	padding-right: 10px;
	padding-left: 10px;
	color: #0D1934;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-right: 10px;
	padding-left: 10px;
	color: #1C2C4A;
}
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #0D1934;
}
ul {
}
a {
	color: #1C2C4A;
}
.table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #303C55;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #303C55;
	padding-right: 10px;
	padding-left: 10px;
}
.quotebox {
	background-color: #B0B3BB;
	width: 250px;
	height: 50px;
	margin: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
table {
	font-size: .8em;
	color: #303D56;
}
#flash {
	position: absolute;
	left: 368px;
	top: 6px;
}
.hide {
	display: none;
}
