@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000;
	background-color: #0067ac;
}
.split {
	color: #666;
}
hr {
	color: #666;
	size:100%;
	height:5px;
	background-color: #666;
}


.oneColElsCtr #container {
	width: 860px;
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #666;
}
.oneColElsCtr #navcontainer {
	height: 40px;
	width: 860px;
	background-color: #666;
	color: #CCC;
}

.oneColElsCtr #mainContent {
	width: 860px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url(images/bgsection.jpg);
	background-repeat: repeat-y;
	width: 830px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
}

a {text-decoration:none; color:#FF3;}

.sec
{
float: left;
padding: 10px;

}


#sectionlong {
	background-image: url(images/bglong.png);
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}
#footer {
	font-size: small;
	color: #FFF;
	text-align: center;
	width: 860px;
	background-color: #0067ac;
	margin: 0px;
	padding: 0px;
}
table {
	border: thin none #000;
}
caption {
	font-size: x-large;
	color: #000;
	text-align: left;
}
tr {
	border: thin solid #000;
	background-color: #FFF;
}
td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.fltright {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#add {
	font-size: medium;
	color: #000;
	background-color: #FFF;
	margin: 2px;
	width: 855px;
}
