body {
	font: Times New Roman, Times, serif;
	font-size: 14px;
	background: #999966;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 957px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #06C;
}
a:active {
	text-decoration: underline;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.style2 {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
}
.style3 {
	font-family: "Trebuchet MS", sans-serif; 
	font-size: 14px; 
	color: #000000;
	}
.style4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	color: #0066CC;
	font-style: normal;
	font-weight: bold;
}
.style5 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
}
.style6 {
	font-family: "Trebuchet MS", sans-serif;
	color: #0066CC;
	font-size: 16px;
	font-weight: bold;
}
.style7 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
}

.style8 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

.style9 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#900
}
.style10 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#900
}

/* Show only to IE PC \*/
* html .boxhead h3 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 243px; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h3 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 10px;
	color: white; 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align:center
}
.boxunderline {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
