body  {
	font: 12px/20px "Trebuchet MS";
	margin-top: 25px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-color:#333333;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#LeftPanel{
	width:500px;
	float:left;
}
#RightPanel{
	width:100px;
	float:right;
}
#Footer {
	width: 676px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
a {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FCA500;
	text-decoration: none;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FCA500;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FCA500;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FEA800;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.imageborder {
	border: 1px dotted #FF9900;
}
.imageText {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999999;
}
.FieldText {
	border: 1px solid #89068E;
	background-color: #FFFFCC;
}
.FieldTextOn {
	border: 1px solid #89068E;
	background-color: #FFCC33;
}
.GenButton {
	background-image: url(/images/genbutton.jpg);
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:84px;
	height:20px;
}
.cr {
	font-family: "Trebuchet MS";
	font-size: 10px;
}
.cr:visited {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FCA500;
	text-decoration: none;
}
.cr:link {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FCA500;
	text-decoration: none;
}
.cr:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.cr:active {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FCA500;
	text-decoration: none;
}
.GenButton {
	background:#fda422;
	background-image:url(../images/genbutton.jpg);
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 25px;
	width: 96px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:0;
	padding-right:0;
	cursor:pointer;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
