body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}

.oneColElsCtr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

.oneColElsCtr #mainContent {
	background: #ffffff; /* the auto margins (in conjunction with a width) center the page */
	width: 900px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	left: 0px;
	top: 100px;
	position: absolute;
	height: auto;
}

.oneColElsCtr #header {
	background-position: 0px 0px;
	color: #FFFFFF;
	height: 100px;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	width: 900px;
}

.oneColElsCtr #menu {
	font-size: 11px;
	color: #000000;
	width: 125px;
	left: 0px;
	top: 0px;
	background: #ffffff;
	height: auto;
}

.oneColElsCtr  #footer {
	position: relative;
	height: 100px;
	width: 900px;
	left: 0px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align: center;
	overflow: hidden;
}

.oneColElsCtr #editable_area {
	background-color: #ffffff;
	height: auto;
	width: 775px;
	left: 125px;
	top: 15px;
}

.oneColElsCtr #greeting {
	position: absolute;
	height: 30px;
	width: 125px;
	left: 725px;
	top: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}

.divHide {
	display:none;
	}

.divShow {
	display:block; 
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #dddddd;
	color : #660000;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #dddddd;
	color : #660000;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : #660000;
	color : #cccccc;
}

submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #660000;
	color : #cccccc;
}

skl_tr_cell {
	font-size : 9px;
}

.table {
	border-width:2px;
	border-style:outset;
	border-color:#660000;
	background-color : #dddddd;
	text-align: center;
}

.table2 {
border-width:1px;
border-style:outset;
border-color:#660000;
background-color : #cccccc;
font-size : 11px;
}
