header {
	background-color: #FFFFFF;
}

#banner {
	width: 1000px;
	width:auto;
	margin:auto;
	height: 175px;
    width: 175px;
}

#line_page {
	width: 1024px;
	height: 2px;
	background-color: #549EAB;
}

.tbl_nav{
	margin: auto;
	max-width: 1024px;
	height: 25px;
	text-decoration: none;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

.container {
	width: 1024px;
	background-color: #FFFFFF;
	margin: 0 auto;
	-webkit-box-shadow: inset 0px 0px;
	box-shadow: inset 0px 0px;
}

a:link {
	color: #FFFFFF ;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.content{
	width: 1000px;
	margin: auto;
	/* [disabled]font-size: 14pt; */
	font-style: normal;
	border-left-width: medium;
	border-left-color: #858585;
	/* [disabled]font-weight: bold; */
	background-position: 0% 0%;
	border-top: 0pt inset #FF0004;
	right: 0px;
}

footer {
	width: 1000px;
	background-color: #FFFFFF;
	margin: 0 auto;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	border-top: 2px dotted #D8D8D8;
}

#tbl_footer {
	background-color:#549EAB;
}
