div{
		/*border: 1px solid red;*/
}
body{
	margin: 0px;
}
#mainwrapper{
	width: 994px;
	margin-left: auto;
	margin-right:auto;
}
#header{
	width: 994px;
	height: 104px;
	/*background-color:  #c6dbf1;
	border-bottom: 3px solid black;*/
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	
}
#wrapper{
	background-color: #c6dbf1;
	width: 994px;
	min-height: 500px;
}
#left{
	width: 168px;	
	float: left;
}
#center{
	margin-left: 168px;
	width: 825px;
	background-color: white;
	border-left: 1px solid gray;
	min-height: 550px;
}
#content{
	padding: 30px;
}
#navigation{
	margin-left: 20px;
	margin-top: 30px;
	min-height: 500px;
	
}
.menu{
	list-style:none;
	padding:0px;
	margin: 0px;
}
.menuitem{
	padding-top: 3px;
}
.menulink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #084694;
	text-decoration:none;
}
.menulink:hover{
	text-decoration: underline;
	color: #CC6600;
}
#content{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.title
{
	font-weight: bold;
	font-size: 18px;
}
.subtitle{
	font-weight: bold;
	font-size: 14px;
}
.annotation{
	font-size: 8pt;
	color: gray;
}
.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
