
body {
   font: 100% Verdana, Arial, Helvetica, sans-serif;
   background: #E2E2E2;
   margin: 0 auto; /* 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;
}

.breakline {
   margin: 0px;
   padding: 0px;
}
.oneColFixCtrHdr .clearfloat
{
   clear: both;
}

.oneColFixCtrHdr #header_background {
   background-color: #FFF;
   padding: 0;
   margin: 0 auto;
   text-align: center;
}
.oneColFixCtrHdr #header_background #header {
   padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
   background-color: #FFF;
   vertical-align: middle;
   text-align: center;
   border: 0px solid #F00;
   width: 900px;
   margin: 0 auto;
}

.oneColFixCtrHdr #header_background #header ul li {
   display: inline;
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
}
.oneColFixCtrHdr #header_background #header ul li a {
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #909090;
}

.oneColFixCtrHdr #header_background #header img {
   float: left;
}

.oneColFixCtrHdr #header_background #header #nav_area {
   padding-top: 30px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
}
.oneColFixCtrHdr #header_background #header #nav_area ul li:hover {
   background-color: #EEE;
}
.oneColFixCtrHdr #header_background #header #nav_area ul li a #current_selected {
   color: #EB0000;
}

.oneColFixCtrHdr #container {
   background: #E2E2E2; /* the auto margins (in conjunction with a width) center the page */
   border: 0px solid #000000;
   text-align: center; /* this overrides the text-align: center on the body element. */
   padding: 0px;
   margin-top: 0;
   margin-right: auto;
   margin-bottom: 0;
   margin-left: auto;
   width: 900px;
}
.oneColFixCtrHdr #container .breakline img {
   margin: 0px;
   padding: 0px;
}


.oneColFixCtrHdr #mainContent {
   background-color: #E2E2E2;
   margin: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0;
   padding-left: 0px;
   text-align: left;
   border: 1px solid #E2E2E2;
}

.oneColFixCtrHdr #footer {
   background:#E2E2E2;
   margin: 0px;
   padding-top: 0;
   padding-right: 10px;
   padding-bottom: 0;
   padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
   margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0;
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #7F7F7F;
}

.oneColFixCtrHdr #container #mainContent .maintext {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   text-align: justify;
   color: #7F7F7F;
}
.oneColFixCtrHdr #container #mainContent .maintext_highlight {
   font-size: 18px;
   font-weight: bold;
}

.oneColFixCtrHdr #container #mainContent .leading_pic {
   float: left;
}
.oneColFixCtrHdr #container #mainContent .main_pic_right {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent .action_label {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #7F7F7F;
   margin-top: 10px;
   margin-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent  a{
   text-decoration: none;
   color: #7F7F7F;
}
.oneColFixCtrHdr #container #mainContent .input_title {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #7F7F7F;
   text-align: center;
}
.oneColFixCtrHdr #container #mainContent .input_title_aright {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #7F7F7F;
   text-align: right;
}
.oneColFixCtrHdr #container #mainContent .input_title_aleft {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #7F7F7F;
   text-align: left;
}
input.btn
{
   color: #FFF;
   border: 0px none #d7b9c9;
   background-color: #FF0101;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   background-image: url(../images/btn_bg.jpg);
   background-repeat: no-repeat;
}
input.btn:hover
{
	background-image: none;
	background-color: #CC0101;
	cursor: pointer;
}
.oneColFixCtrHdr #container #mainContent a img {
   text-decoration: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
}
.oneColFixCtrHdr #container .search_result{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #7F7F7F;
   text-align: left;
}
.oneColFixCtrHdr #container #mainContent .error_msg {
	text-decoration: none;
	color: #EB0101;
	border: 1px solid #EB0101;
	background-color: #FFD8D8;
	padding: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #container #mainContent .info_msg {
	text-decoration: none;
	color: #188133;
	border: 1px solid #188133;
	background-color: #C7ECD1;
	padding: 20px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
}
.simpleLinkButton
{
   color: #FFF;
   border: 0px none #d7b9c9;
   background-color: #FF0101;
   padding: 5px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   background-image: url(../images/btn_bg.jpg);
   background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #mainContent .greetingInfo {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   color: #7F7F7F;
   padding-top: 10px;
}
.oneColFixCtrHdr #container #mainContent .boldRed {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   color: #FF0101;
   font-weight: bold;
}

