div {position:relative;}
body {
		padding: 0px;
	margin: 0 auto;
	text-align:center;
	background-color: #000000;
margin:0 auto;
	
}

#container {
	padding: 0px;
	margin: 0 auto;
	width: 1000px;
	background-repeat: repeat;
	margin:0 auto;
	background-color: #000;
	position: relative;
}

/* Top
-----------------------------------------------*/
#topheader {
	background-image: url(images/top_header.gif);
	width:100%;
	height: 192px;
	background-repeat: no-repeat;
	background-position: top;
	margin:0 auto;
	background-color: #000000;
}

#top_content {
	background-image: url(images/top_content.gif);
	background-repeat:no-repeat;
	height: 45px;
	font-size: 11px;
	color: #FFFFFF;
}
#topBar {
	width: auto;
	height: 80px;
	color: #666666;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 90px;
	margin-bottom: 0px;
	margin-left: 75px;
	}


/* Tables
-----------------------------------------------*/

.contentTable {
width:820px;
	margin-top: 5px;
	margin-right: 86px;
	margin-left: 30px;
	margin-bottom: 5px;
	
}
.tcontent {
	width: 100%;
}


/* Content
-----------------------------------------------*/
#main_content {
	width: 100%;
	margin:0px auto;
	background-image: url(images/bg_maincontent.gif);
	background-repeat: no-repeat;
	background-color: #000000;
}
#content_bg {
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	width:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 67px;
}



/* Navigation
-----------------------------------------------*/
#navigation {
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	height: 37px;
	background-color: #000000;
	background-image: url(images/nav_bar.gif);
	margin: 0px auto;
}


/* footer
-----------------------------------------------*/

#footer {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-align: center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footerbar {
	width: 100%;
	font-size: 11px;
	height: 30px;
	text-align: center;
	background-color: #000000;
	background-image: url(images/footerbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.footercolumn, .footercolumn a:link, .footercolumn a:visited {
	font-size: 11px;
	text-align: center;
	font-family: Verdana;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 10px;
	text-decoration:none;
}

/* text styles
-----------------------------------------------*/
.txt_content01_bold {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.txt_content_bold {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.menu, p.menu a, p.menu a:hover, p.menu a:visited{
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;
}



p{font-family: Verdana;
	font-size: 11px;
	color: #666666;}
/* Lists
----------------------------------------------- 
ul {
	font-size: 100%;
	line-height: 1.5em;
	list-style-image: url(images/icon_arrow.gif);
	list-style-type: none;
	margin-left: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ol {
	font-size: 100%;
	margin-top:.5em;
	margin-bottom:1em;
  }

li {
	color: #666666;
}
ol li {
  padding:0 0 5px 0;
  }
*/



/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

