html {
	background-image: url(../images/royal.jpg);
}
body {
	margin: 0px;
}

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

table, table td {
	vertical-align: top;
}

div {
	text-align: left;
}

a {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: red;
}

p {
	margin: 0px;
	line-height: 16px;
}

.headline {
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.headlineSub {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#siteOuter {
	width: 950px;
	text-align: left;
}
#siteTop {
	height: 90px;
	font-size: 0px;
	line-height: 0px;
	float: left;
}
#siteTopLogo {
	float: left;
	width: 177px;
	background-image: url(../images/highLogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	font-size: 0px;
	line-height: 0px;
}
#siteTopMenu {
	height: 25px;
	background-color: #C4A66B;
	border: 1px solid black;	
	line-height: 25px;
	font-size: 12px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#siteTopMenu a {
	font-size: 12px;
	text-decoration: none;
	float: left;
	width: 109px;
	display: block;
	text-align: center;
	border-left: 1px solid black;
}
#siteTopMenu a:hover {
	color: #FFF0C8;
}
#siteLang {
	float: left;
	width: 143px;
	padding-left: 33px;
	height: 25px;
}
#siteLang a {
	border-left: none;
	font-size: 12px;
	font-weight: bold;
}
#siteLang a:hover {
	color: #FFF0C8;
}
#siteLeft {
	float: left;
	width: 171px;
	height: 470px;
	padding: 5px 0px 0px 5px;
	overflow: hidden;
	background-color: #C4A66B;
	border: 1px solid black;
	border-top: none;
}
#siteLeft a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#siteLeft a:hover {
	color: #FFF0C8;
}
#siteRight {
	float: right;
	width: 730px;
	margin-top: 19px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid black;
	height: 442px;
	overflow:auto;
	background-color: white;
}
#chart {
	position: absolute;
	top: 550px;
	left: 52px;
}
/* Clear Floats */

.clearFloat {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.clearFloat:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
