html, body	{
	height: 100%; 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0;
	}
body {
	behavior: url(htcmime.php?file=csshover.htc);
	font-family: "Trebuchet MS",sans serif;
	font-size: 0.76em;
	text-align: left;
}
#contentcontainer {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	margin:0;	
	padding: 0;
}

#dot_h {
	background: url(../images/dot_h.gif) repeat-x;
	width: 100%;
	z-index: 98;
	position: absolute;
	top: 271px;
}
#dot_h2 {
	background: url(../images/dot_h.gif) repeat-x;
	width: 100%;
	z-index: 97;
	position: absolute;
	
}
#header {
	width: 100%;
	height: 270px;
	border: 0px solid red;	
}
#headera {
	width: 343px;
	height: 271px;
	border: 0px solid black;
	position: absolute;
}

#content {
	position: relative;
	width: 100%;
	z-index: 7;
	}
#contenta {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 40px;
	z-index: 7;
}
#contentb {
	float: left;
	border: 0px solid black;
	padding-left: 363px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	min-width : 450px;
	width: 450px;
}
* html #contentcontaine #content #contentb  /* this is recognized by IE only */
  {
  margin-left: -353px;  /* alternative  boxmodel hack, only for IE5.x/Win */
  }

#footer {
	clear: both; 
	position: relative;
	width: 100%;
	border: 0px solid black;
	height: 94px;
}
#footera {
	width: 343px;
	height: 94px;
}
#logo {
	position:absolute;
	left: 18px;
	top: 200px;
	z-index: 100;
	}
body > #footer {
margin-top: -94px;
}
img {
	border: 0;
}
#contentb a, #contentb a:visited	{
	color: #000;
	text-decoration: underline;
	}
#contentb a:hover {
	color: #e1091f;
	}
abbr, acronym, .help, html\:abbr	{
	cursor: help;
	border-bottom: 1px dotted #e1091f;
	}

h1 {
 font-size: 1.2em;
}
h2 {
 font-size: 1em;
 margin-bottom: 0;
 padding-bottom: 0;
}
h3 {
 font-size: 1em;
 margin-bottom: 0;
 padding-bottom: 0;
}
/* the menu */
#nav, #nav li, #nav li a, ul#nav ul  {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

ul#nav, ul#nav ul {
	width:343px;
	border:0px;
	list-style:none;
}

#nav li {
	position:relative;
	padding:0;
	z-index:9;
	text-align: right;
}

#nav li a {
	padding-top:4px;
	padding-right:24px;
	border:0px solid white;
	text-decoration:none;
	width:100%; /* IE */
	color: #fff;
}
#nav li>a { width:auto; } /* others */
* html #nav li a  /* this is recognized by IE only */
{
margin-left: -24px;  /* alternative  boxmodel hack, only for IE5.x/Win */
}

/* hovers with specificity */
#nav li:hover ul, #nav li:hover li:hover ul {
	display:block;
}		
