/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
html, body {
	height: 100%;
	background-color: #000;
	text-align: center;
}
body {
	font-size: 100%;
	/*font-family: Verdana, Arial, sans-serif;*/
	display:table;
}

h1 {
	padding-bottom: 0;
	}
h2, h3, p {
	padding-bottom: 1em;
	font-size: 15px;
}
#header h1 {
  line-height: 50px;
}
#header {
	background-color: #555;
	height: 50px;
}
#container 	{
display:table-cell; 
	width: 1000px;
	/*background: #EEE;*/
	position: relative;
	height: 100%;
	min-height: 100%;
	/*background-color: #EEE;*/
		margin-left:auto;
	margin-right:auto;
}
body > #container {
	height: auto;
	background-color: #000000;
}

#inner {
	position:relative;/*absolute;*/
	width: 1000px;
	height:650px;
	overflow-y:visible;
	/*	overflow-x:hidden;*/
	text-align: left;
	/*	margin-left:auto;
	margin-right:auto;*/
	padding:0px;
	margin:0px;
	/*	left:-310px;
	top:-38px; */
		min-height: 100%;
	background-color: #000000;
/*	overflow: visible;
	visibility: visible;
*/
}

#menu{
	position:absolute;
	top:18px;
	left:5px;
	width:960px;
	height: 39px;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	vertical-align: bottom;
}

ul#menulist li{
	list-style-type:none;
	width:auto;
	float:left;
	padding:2px;
	text-align:center;
	vertical-align: baseline;
}
ul#menulist li a{
 list-style-type:none;
 width:autopx;
 display:block;
 text-decoration:none;
 margin: 10px;
 color:white;
}
#menulist a {color:white;text-decoration: none;}
#menulist a:link {color:white;text-decoration: none; }
#menulist a:visited {color:white;text-decoration: none; }
#menulist a:active {color:#CCC;text-decoration: none; }
#menulist a:hover  {color:orange;text-decoration: none;}


#menu a {color:blue;text-decoration: none;}
#menu a:link {color:blue;text-decoration: none; }
#menu a:visited {color:blue;text-decoration: none; }
#menu a:active {color:#CCC;text-decoration: none; }
#menu a:hover  {color:orange;text-decoration: none;}


#menu b{
 font-size:15px;
 font-weight:bold;
 /*color:#16AADA;*/
 padding:5px;
 margin-left:-5px;
}

#contents {
	/*position:absolute;*/
	padding-bottom: 50px;
  text-align:center;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;}

#contents b{
	font-weight:bold;
	color: orange;
	/*border-left:medium solid white;*/
 padding-left:3px;
	text-height:1.5em;
	font-size: 16px;
}

#subheading{
	position:absolute;
	top:105px;
	left:30px;
	width:900px;
	height:150px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color: #FFFF00;
	/* text-height:1.5em;*/
	border-width:0px;
	border-left-color:#BF6000;
	border-left-style:double;
	}
#subheading a {color:yellow;text-decoration: none;}
#subheading a:link {color:yellow;text-decoration: none; }
#subheading a:visited {color:yellow;text-decoration: none; }
#subheading a:active {color:yellow;text-decoration: none; }
#subheading a:hover  {color:orange;text-decoration: none;}

ul#wazalist li {
	list-style-type:circle;
list-style-position:"inside"
/* display:block;*/
 text-decoration:none;
	margin: 0px;
	color:white;
	list-style-position: inside;
	font-size: 12px;
}
ul#wazalist li a{
	list-style-type:circle;
list-style-position:"inside"
/* display:block;*/
 text-decoration:none;
	margin: 0px;
	color:white;
	list-style-position: inside;
}
TD.type1{
	padding-right: 4px;
	padding-bottom: 2px;
	height: auto;
	width: 180px;
}
TD.type2{
	padding-right: 4px;
	padding-bottom: 2px;
	height: auto;
	width: 90px;
}
TD.type3{
	padding-right: 4px;
	padding-bottom: 2px;
	height: auto;
	width: auto;
}

#footer {
	width: 100%;
	/*	background: #ccffaa;*/
  position: absolute;
	bottom: -81px;
	height: 50px;
	left: 122px;
}
#footer p {
  padding: 0;
  line-height: 50px;
}
