/* CSS Document */
body 
{
  margin:0;
  background-color:#000000;
  font-family:verdana;
  text-align:center;
}

#container 
{
  margin-left:auto;
  margin-right:auto;
  width:990px;
  height:755px;
  background-color:#CCCCCC;
}

#top_banner
{
  margin:0;
  height:148px;  
}

#top_nav
{
	height:20px;
	margin:0;
	padding-left:10px;
	background-color:#83827d;
	background-image:url('../images/bg_topnav.jpg');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:top center;
	font-size:14px;
	text-transform:capitalize;
	text-align:left;
}

#middle_nav
{
  width:990px;
  height:573px;
  background-image:url('../images/bg.jpg');
  background-repeat:repeat-y;
  background-attachment:fixed;
  background-position:top center;
}

#bottom_nav
{
	height:13px;
	font-size:8.5px;
	color:#FFFFFF;
	border-top:1px solid #ffffff;
	background-image:url('../images/bg_topnav.jpg');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:top center;
	text-align:left;
	padding:1px 10px 0 10px;;
}

/* Top navigation bar */
.top_nav
{
  color:#FFFFFF;
  padding:0 15px 0 15px;
  width:auto;
  height:18px;
  float:left;
  margin:1px;
}

.top_nav_select
{
  color:#000000;
  padding:0 15px 0 15px;
  width:auto;
  height:18px;
  float:left;
  background-color:#febe24;
  margin:1px;
}

a.top_nav,a.top_nav_select
{
  text-decoration:none; 
}

a.top_nav:visited,a.top_nav_select:visited
{
  text-decoration:none;
}

a.top_nav:hover,a.top_nav_select:hover
{
  text-decoration:none;
}

#popup_win
{
  color:#000000;
  font-size:11px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  width:580px;
  height:85%;
  overflow:auto;
  z-index:1001;
  background-color:#FFFFFF;
}