body, html {
	background: white;
	font-family:"Trebuchet MS",sans-serif;
	margin: 0;
	padding: 0;
	min-width: 750px;
}

.container {

	margin: 0 auto;
	width: 750px;
}

.container h2 {
	font-family:"Trebuchet MS",sans-serif;
	font-size: 22px;
	color: #FF0080;
}

.right {
    float:right;
    width:500px;
	padding:0 10px;

}

.left {
    float:left;
    width:200px;

}

#footer {
    border-top: 1px solid #C0C0C0;
	text-align: center;
    clear:both;
	padding:5px;
    margin:0;
	
    }

#copyright {
	font-size: 12px;
}

ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px solid #91DBFF;
}

ul.menu li {
	padding: 3px;
	background: white;/*#E6F2FF;*/
	color: #0072A8;
	padding-left: 3px;
}

ul.menu li:hover {
	color: white;
	background: #0080C0;
}

ul.menu li.selected {
	background: #91C5FF;
}

ul.menu li.heading {
	background: white;
	color: #0080C0;
	font-weight: bold;
}

ul.menu li.heading:hover {
	background: #0052AC;
	color: white;
	font-weight: bold;
}

ul.menu li a {
	color: inherit;
	text-decoration: none;
}

pre {
	border: 1px solid #D4D4D4;
	padding: 5px;
	background: #F5F5F5;
	overflow: auto;
	width: 490px;
	height: 400px;
}
