html, body {
	height: 100%;
}
body,td,th {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #CCCCCC;
	margin: 5px;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #CC3333;
}
a:active {
	color: #CC3333;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
p,blockquote,h1,h2,h3,h4,h5,h6 {
	margin-top: 2px;
	margin-bottom: 8px;
}
#container {
	width:738px;
	z-index:1;
	overflow: auto;
	overflow-x: hidden;
	border: 1px #000000 solid;
	background: #FFFFFF;
}
#left {
	position:relative;
	width:199px;
	z-index:1;
	overflow: auto;
	float: left;
}
#aboveMenu {
	position:relative;
	width:199px;
	z-index:1;
	height: 280px;
}
#menu {
	position:relative;
	width:199px;
	z-index:1;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
#menu ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#menu li {
	display: inline;
}
#menu li a {
	height: 27px;
	width: 175px;
	float: left;
	text-align: right;
	border-bottom: 1px solid #6699CC;
	padding-right: 15px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 8px;
	border-right: 3px solid #6699CC;
	margin-top: 3px;
	text-decoration: none;
}
#menu li a:hover {
	background: #666666;
	color: #FFFFFF;
}
#right {
	position:relative;
	width:538px;
	z-index:1;
	overflow: auto;
	overflow-x: hidden;
	float: left;
}
#topbar {
	position:relative;
	width:537px;
	height:280px;
	z-index:1;
	overflow: hidden;
	border-left: 1px #ffffff solid;
}
#main {
	position:relative;
	width:527px;
	padding: 5px;
	z-index:1;
	overflow: auto;
	overflow-x: hidden;
	border-left: #CCCCCC 1px dotted;
	min-height: 300px;
}
#footer {
	position: relative;
	width: 738px;
	text-align: center;
	font-size: 10px;
}
#infobox {
	background: #efefef;
	border-left: #6699CC 1px solid;
	width: 240px;
	height: 150px;
	margin: 3px 9px 9px 0px;
	padding: 3px;
	float: left;
	overflow: hidden;
}
a.quotebutton, a.quotebutton:visited  {
	font-size: 14px;
	background: #0066CC;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 150px;
	margin: 3px;
	padding: 8px;
	float: right;
	border: 1px inset #CCCCCC;
	text-decoration: none;

}
a.quotebutton:hover  {
	color: #CCCCCC;
	padding: 9px 7px 7px 9px;
	border: 1px outset #CCCCCC;
}
