﻿body {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #f7f7f7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 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;
}
.oneColFixCtr #Wrapper {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #f7f7f7;
	text-align: left; /* this overrides the text-align: center on the body element. */	
}

.oneColFixCtr #container {
	width: 680px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height: 400px;
	background: #FFFFFF;
	/*margin: 18px auto; /* the auto margins (in conjunction with a width) center the page */
	margin: auto;
	margin-top: 18px;
	/*border: 2px solid #ef2e23;*/
	border: 0.1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #topContent {
	padding: 10px 10px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border-bottom: 2px solid #ef2e23;
	border-top: 2px solid #ef2e23;*/
	border-bottom: 0.1px solid #000000;
	border-top: 0.1px solid #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.oneColFixCtr #logowrapper {
	background-color: #FFFFFF;
}
.oneColFixCtr #logoholder {
	padding-top: 30px;
	padding-right: 10px;
	text-align: right;
	padding-bottom: 10px;	
}
.oneColFixCtr #topLeft {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:left;
	width:50%;
	text-align:left;
	padding-top: 10px;
}
.oneColFixCtr #topRight {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:right;
	width:50%;
	text-align:center;
	padding-top: 12px;
}
.oneColFixCtr #midContent {
	padding: 5px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border-bottom: 2px solid #ef2e23;
	border-top: 2px solid #ef2e23;*/
	text-align:center;
}

.oneColFixCtr p {
	margin-top: 5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight: bold;
	padding: 0px; 
	margin-bottom: 0px;
	
}
.oneColFixCtr #midWrapper {
	margin-top: 5px;
	padding: 50px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border-bottom: 2px solid #ef2e23;
	border-top: 2px solid #ef2e23;*/
	text-align: center;
	height: 250px;
}

.oneColFixCtr td {
	margin: 0;
	padding: 5px 5px 5px 5px;	
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;	
}
.oneColFixCtr #footerWrapper 	
{
	margin-top:2px;	
	padding: 5px 20px 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-bottom: 2px solid #ffffff;
	/*border-top: 2px solid #ef2e23;*/	
}
.txtbox1
{
	/*background-image:url(images/txt_bg.png);
	background-repeat:repeat-x;*/
	border:1px solid #d1c7ac;
	width: 150px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
	font-size:small;

}
.txtbox
{
	background-image:url(images/txt_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 300px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
	font-size:small; 
}
.tdstyle1
{
	font-family: Arial; 
	font-size: 14px; 
	font-weight:bolder;
	/*color: #cc0606;*/
	/*color: #069859;*/
	/*color: #ee2d00;*/
	color: #cc0606;
	padding-right:2px;
	
}

.itemStyle
{
	border-color:Gray;
	border-width:1px;
	border-style:solid;
	padding-left:5px;
	padding-right:5px;
}