html
{
	height:100%;
  background:#DEE9F6 url(bg.gif) repeat-x top;
}

body 
{
  font: 14px sans-serif; /*Verdana*/
	color: #000000;
	margin:0;
	padding:0;
  background:#DEE9F6 url(bg.gif) repeat-x top;
  height:90%;
}

img
{
	border:none;
}

a, a:visited
{
  color: #00289E;/*002EB8*/
  text-decoration:none;
}
a:hover
{
  color: green;
  text-decoration:none;
}

.clear
{
  clear:both;
  height:1px;
  overflow:hidden;
}
.clearfooter
{
  clear: both;
}

#wrap_content
{
  margin:0 auto;
	padding:0;
  width:800px;
  height:600px;
}

#wrap_head
{
  margin-top:10px;
  padding:0;
  width:800px;
}

#wrap_foot
{
  margin:10px auto;
  padding-top:10px;
  padding-left:10px;
  width:780px;
}

#top_content
{
  float:left;
  width:796px;
  background:#b6ceec url(top_bg.gif) repeat-x top;
  margin-left:2px;
  margin-right:2px;
}

#top_left_content
{
  float:left;
  width:450px;
}

#top_right_content
{
  float:right;
  width:300px;
  font-size:12px;
}

#left_bar
{
  float:left;
  width:2px;
  height:100%;
  background-color:#A1A1A1;
}

#right_bar
{
  float:left;
  width:2px;
  height:100%;
  background-color:#A1A1A1;
}

#center_content
{
  padding:0;
  margin:0;
  background:#fff;
  float:left;
  width:796px;
  min-height:650px;
  height:auto !important;
  height:650px;
}

#content_menu
{
  float:left;
  width:95%;
  padding:5px;
}

#content_feature
{
  float:left;
  width:450px;
  padding:5px;
  margin-left:5px;
}

#content_recent
{
  float:left;
  width:300px;
  padding:5px;
}

#content_news
{
  float:left;
  width:450px;
  padding:5px;
  margin-left:5px;
}

#content_schedule
{
  float:left;
  width:300px;
  padding:5px;
  color:#000;
}

#content_full
{
  float:left;
  width:700px;
  padding:10px;
}

#content_base
{
  float:left;
  width:700px;
  padding:10px;
}

#content_news li
{
  list-style-image:url(bullet.gif);
  padding:3px;
}

tr.schedule
{
  /*color:#9E2800;*/
  background:#DEE9F6;
  color:#00289E;
}
