body {margin: 0px; padding: 0px;}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}

DIV {
	position: relative;
	float: left;
}

.container {
	left: 50px;
	width: 800px;
}

#header_top_left {
  width: 450px;
  height: 25px;
  background-color: #E6E6E6;
}

#header_top_right {
  width: 300px;
  height: 25px;
}

#header_bottom_left {
  width: 450px;
  height: 235px;
  background-image: url('/images/header_bottom_left_bg.png');
}

#banner {
	top: 5px;
	width: 450px;
	height: 50px;
}

#menuBack {
	left: 25px;
	width: 155px;
	height: 160px;
	background-color: #FFFFFF;
}

#menu {
	top 10px;
	width: 150px;
}	

.menu_link {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

A.menu_link:hover {
	color: #CC6600;
}

#logo {
	left: 25px;
	top: 15px;
}

#header_bottom_right {
  width: 300px;
  height: 235px;
  background-color: #CCCCFF;
}

.headerNav {
	left: 15px;
	width: 100px;
	height: 15px;
	font-size: 10px;
	font-family: Tahoma;
	color: #FFFFFF;
}

#headerNavHome {
	top: 210px;
}

#headerNavHelp {
	top: 200px;
}

#headerNavSite {
	top: 210px;
}

#content {
	top: 5px;
	width: 750px;
  background-color: #FFFFFF;
  background-image: url('/images/content_bg.png');
  background-repeat: repeat-x;	
}

#contentLeft {
  width: 200px;
}

#contentCenter {
	left: 10px;
	top: 10px;
  width: 5px;
  height: 200px;
  background-image: url('/images/content_vert_line.png');
  background-repeat: repeat-y;
}

.contentLeftPanel {
	left: 10px;
	top: 10px;
	width: 180px;
}

#newsletter {
	top: 20px;
}

.contentLeftTitle {
  top: 0px;
  width: 170px;
  line-height: 20px;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}

.contentLeftBar {
	width: 180px;
	height: 3px;
}

.contentLeftHeadline {
  top: 10px;
	width: 170px;
	font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: #CC6600;
}

.contentLeftText {
	top: 15px;
	left: 10px;
	width: 170px;
  font-family: Tahoma;
  line-height: 15px;
  font-size: 10px;
}

.contentLeftMore {
	left: 150px;
  top: 15px;
	width: 170px;
	height: 25px;
  font-family: Tahoma;
  font-size: 11px;
  color: #CC6600;
}


#contentRight {
	float: right;
	top: 10px;
  width: 515px;
  margin-right: 10px;
}

#contentRight tr, td { font-size: 10px; height: 15px; vertical-align: bottom; }

.footer {
	top: 40px;
	width: 750px;
  height: 75px;
}

.footerBar {
	width: 750px;
	height: 10px;
	background-image: url('/images/content_left_line.png');
	background-repeat: repeat-x;
}

.footerLeft {
  width: 500px;
  height: 15px;
  background-color: #FFFFFF;
  text-align: center;
}

.footerRight {
  width: 250px;
  height: 15px;
  background-color: #FFFFFF;
  text-align: center;
}

.footer, A.footer_link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

A.footer_link:hover {
	color: #CC6600;
}

