body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C0C0C0;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 10px 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. */
	background-color: #FFFFFF;
	background-image: url(/images/background_header.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #empty {
	padding: 0px;
}
.oneColFixCtrHdr #leftcol {
	text-align:center;
	float: left;
	width: 300px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	float: left;
	width: 460px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #logo {
  text-align:center;
  width: 100%;
  height: 120px;
  padding: 0px;
}
.oneColFixCtrHdr #menu {
	clear:both;
	text-align:center;
	width:100%;
	height: 320px;
	padding: 0px;
}
.oneColFixCtrHdr #flash {
	padding: 20px 20px;
	text-align:left;
	height: 360px;
}
.oneColFixCtrHdr #column {
	padding: 0px 10px 0px 10px;
	text-align:left;
	width:auto;
}
.oneColFixCtrHdr #list {
	padding: 0px;
	text-align:left;
	width:130px;
	float:left;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}

.oneColFixCtrHdr #header {
	padding: 0px;
	width: 100%;
	height: 50px;
}
.oneColFixCtrHdr #footer {
	padding: 0px;
	clear: both;
	background-image: url(/images/background_bottom.jpg);
	width: 780px;
	height: 100px;
}


td {
    padding:3px;
	vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}

a:link,a:visited{
	color: #555555;
	text-decoration:underline;
}
a:hover{
	color: #000000;
}
a:active{
	color: #555555;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}
.normal_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #777777;
}
img {
	border:0px;
}

input,select,textarea {
	border: 1px solid #ccc;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #778;
}

sup {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight:bold;
	color: #777777;
}
