body, html, div, span, p, a, ul, li, td, tr, h1, h2, h3, h4, h5, img {
margin: 0px;
padding: 0px;
font-family: Verdana;
font-size: 12px;
color: #58595B;
}
body {
	background-color: #a6a8ab;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	font-size: 14px;
}

.container {

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #777 solid;
	background-color: white;
	position:relative;
}

.header {
	height: 175px;
}
.navigation a {
	text-decoration: none;
	padding: 10px; 
	display: block;
}

.navigation a:hover {
	color: #fff;
}

.content{
	width: 460px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	min-height: 400px;
}

.form {
	border: 1px #a6a8ab solid;
	width: 440px;
	background-color: #f7f8f8;
	padding:20px;
}

.form tr td {
	padding: 3px;
}

.footer {
	padding: 5px;
	padding-left: 35px;	
	height: 18px;
	clear: both;
	border-top: 1px #a6a8ab solid;
	margin-top:10px;
	font-size: 11px;
}

.footer div.left {
	float: left;
	font-size: 11px;
}
.footer a {
	float: right;
	padding-right: 40px;
	font-size: 11px;
}


.navigation ul {
	margin-top:-1px;
}

.navigation ul li {
	float: left;
	list-style-type: none;
	text-align:center;
	border-right: 1px #a6a8ab solid;
	border-top: 0px #a6a8ab solid;
	border-bottom: 1px #a6a8ab solid;;
	height: 38px;
	width:122px;
}

.navigation ul li:hover{
	background: #bcbdc0;
	color: #fff;
}

a.highlight {
	background: #bcbdc0;
	color: #fff;
	height: 18px;
	text-decoration: underline;
}

a.highlightx {
	background: #bcbdc0;
	color: #fff;
	height: 18px;
	text-decoration: underline;
	
}

a.highlightc {
	background: #bcbdc0;
	color: #fff;
	height: 18px;
	text-decoration: underline;
	width: 104px;
}

.navigation ul li.longer {
	width: 160px;
}

.navigation ul li.no-right {
	border-right: 0px;
	padding-right: 2px;
}

.content ul li {
	margin-left: 30px;
}

img
 { 
	behavior: url(/css/iepngfix.htc) 
	}
	

	pre.code{ 
	font-family:Monaco;
	font-size:9px;
	padding:2px;
	border: 2px dashed #AA0000;
	background-color:#FFFFFF;
	margin: 1px;
	overflow:auto;
	}


	pre.livecode{ 
	font-family:Monaco;
	font-size:9px;
	padding:2px;
	border: 2px dashed #EE0000;
	background-color:#FFFFFF;
	margin: 1px;
	overflow:auto;
	}