html {
	margin:0; 
	padding:0;
	background: #000 url(Images/bg_header.gif) repeat-x left 138px; 
}
body {
	margin:0 auto; 
	padding:0;
	/*height:100%; 
	border:none; 
	text-align:center;
	background: #E3DCC8 url(Images/bg.gif) repeat-x; */
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: small;
	color: #FCE60F;
	width: 980px;
	background-color: #262626;
}

#header {
	/*float:left; */
	/*width: 570px;*/
	height: 149px;
}
#header img {
	border: 0;
}
#topmenu {
	height: 35px;
	background: #F9E204 url(Images/bg_header.gif) repeat-x left bottom; 
}
#content {
	text-align:left; 
	/*margin:0px; 
	width:100%; 
	background:url(Images/bg_Main2.jpg) no-repeat; 
	min-height:457px;
	overflow:hidden;*/
	padding: 10px 0;
	/*margin-bottom: 15px;*/
}
#footer {
	clear: both;
	height: 94px; 
	padding-top: 10px;
}
#footercopy {
	margin-top: 10px;
	height:24px; 
	background: transparent url(Images/line_footer.gif) repeat-x left top;
	text-align: center;
	font-size: 8pt;
	color: #000;
	padding-top: 7px;
}

/* Misc ********************/
a {
	color: #fff;
	text-decoration: underline; 
}
a:hover {
	color: #B1F097;
}

/* BREADCRUMBS --------------------------- */
#breadcrumbs {
	float: left;
	width: 770px;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	padding: 3px 10px 3px 0;
	margin-left: 7px;
}
#breadcrumbs a {
	color: #FCE60F;
	font-weight: normal;
	background: transparent url(Images/path_separator.gif) no-repeat center right;
	text-decoration: underline;
	padding-right: 13px;
	padding-left: 3px;
}
#breadcrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}

/* classes ******************/
h1 {
	clear: both;
	font-size:170%; 
	/*font-weight: bold;*/
	color: #FCE60F;
	/*text-align: center;*/
	font-style: italic;
}
h2 {
	font-size:130%; font-weight: bold;
	color: #FCE60F;
}
h3 {
	font-size:110%; font-weight: bold;
	color: #FCE60F;
}
h4 {
	font-size:100%; font-weight: bold;
	color: #FCE60F;
}

.leftcol {
	float: left;
	width: 473px;
	padding: 7px;
}
p.leftcol {
	margin: 0;
}
.rightcol {
	float: right;
	width: 486px;
}
.elborder {
	border: 1px solid #FCE60F;
}
.no_paddings {
	padding: 0;
	margin: 0;
}
.centcol {
	padding: 7px;
	margin-top: 12px;
}

.objlistline {
	width: 220px;
	color: #FCE60F;
	height: 1px;
}

a.caption {
	font-size: 1.2em;
	font-weight: bold;
}
a.subcaption {
	font-size: 1em;
	font-weight: bold;
}
a.caption2 {
	font-size: 1.0em;
	font-weight: bold;
}
a.subcaption2 {
	font-size: 0.8em;
	/*font-weight: bold;*/
}

.rem {
	font-size: 6px;
}

a.footerlink {
	color: black;
}
a.footerlink:hover {
	color: black;
}

/* ----------------------------- */
#footerlinks, #footerlinks ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #262626; /* fix fo IE a:hover */
}
#footerlinks li {
	float: left;
}
#footerlinks a {
	display: block;
	width: 239px;
	height: 94px;
	border: 1px solid #FCE60F;
	margin-left: 5px;
}
#footerlinks a:hover {
	border-color: #fff;
	height: 94px;
}

#footerlinks a img {
	border: 0;
}
#footerlinks a.first {
	margin-left: 0;
	/*width: 239px; height: 93px;*/
	text-decoration: none;
}
#footerlinks a.first div {
	width: 138px; height: 40px;
	margin: 25px 0 0 5px;
	/*border: 1px solid red;*/
}
#footerlinks a.first div div {
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	margin: 0;
}

.tbl td {
	padding: 2px 5px;
}
.tableHeader {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #02700F;
	background: #FCE60D url(Images/line_footer.gif) repeat-x left center;
}