/* hide from ie on mac \*/
	html {
		height: 100%;
		/*overflow: hidden;*/
	}
	
	#flashcontent {
		height: 100%;
		
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background:#c8c8c8 url(img/wall.jpg) repeat-x top left;
	}
	
	* {
  margin: 0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size: 11px;
  line-height:145%;
  color: #333;
  background:none;
}
* {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
object, embed {
	display			:	block;
	width			:	100%;
	height			:	100%;
}


#noscript_content{width:865px; margin:0 auto;margin-top:35px; }

#content_main{ margin:5px 0; padding-bottom:5px;border-top: 1px solid;border-bottom: 1px solid; }
/*--- links ----------------------------------------------------------------*/
a:link, a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color: #8f0000;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	position:relative;
	margin:0;
	padding: 0;
	width: 100%;
}

.main_nav_list{
	position:relative;
	height:18px;
}

.main_nav_list li {
	position:relative;
	display: inline;
	float:left;
	list-style-type:none;
	z-index:9999;
	
}
/*--- main navigation items ------------------------------------------------*/

.main_nav_list a:link ,.main_nav_list a:visited  {
	font-size:100%;
	margin:0;
	padding:0 10px 0 0;
	top:0;
  	font-weight: bold;
	text-decoration: none;
	color: #000;
	z-index:9999;
}

.main_nav_list a:hover, .main_nav_list a#mbtn_active {
	color: #8f0000;
}

/*--- main navigation end --------------------------------------------------*/

/*--- foot navigation ------------------------------------------------------*/

#foot_nav_container {
	position:relative;
	margin:0;
	padding: 0;
	width: 100%;
}

.foot_nav_list{
	position:relative;
	height:18px;
}

.foot_nav_list li {
	position:relative;
	display: inline;
	float:left;
	list-style-type:none;
	z-index:9999;
	
}
/*--- foot navigation items ------------------------------------------------*/

.foot_nav_list a:link ,.foot_nav_list a:visited  {
	font-size:100%;
	margin:0;
	padding:0 10px 0 0;
	top:0;
  	font-weight: bold;
	text-decoration: none;
	color: #000;
	z-index:9999;
}

.foot_nav_list a:hover, .foot_nav_list a#mbtn_active {
	color: #8f0000;
}

/*--- foot navigation end --------------------------------------------------*/

h1 { font-size: 130%; font-weight: bold;}
h2 { font-size: 120%; font-weight: bold;}
h3 { font-size: 110%; font-weight: bold;}
p { margin:0 0 5px 0;}