@charset "utf-8";

 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin:0px;
	padding:0px;
}
#container {
	width:900px;
	position:relative;
	padding:20px;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #666666;
	text-align: left;
	min-height:500px;
	height:auto !important;
	height:500px;
	
}
#title {
	position: absolute;
	z-index: 5;
	height: 20px;
	width: 200px;
	left: 38px;
	top: -17px;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#nav {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	font-size: 18px;
	font-variant: normal;
	text-transform: capitalize;
	width:500px;

}
.section {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.section li{
	margin-top:7px;
}

.section_title {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#title a {
	color: #999999;
	text-decoration: none;
}
#title a:hover {
	color: #000000;
	text-decoration: underline;
}


#nav a{
	color:#990000;
	text-decoration:none
}
#nav a:Hover{color:#000000;text-decoration:underline;}
.code {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #3399CC;
}
