@CHARSET "UTF-8";

body {
	margin: 20px;
	padding: 0;
	background-color: white;
	color: black;
	font-family: serif;
	height: 100%;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #c0c0c0;
	line-height: 130%;
}

#header {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height:71px;
	background-color: #202080;
	background-image: url(gradient.png);
	background-repeat: repeat-x;
}

#leftMenu {
	float: left;
	width: 200px;
	font-size: smaller;
}

#mainArea {
	margin: 0 0 0 200px;
	padding: 20px;
}

a {
	border: 0;
	color: #1038B5;
}

dt {
	font-weight: bold;
}

h1 {
	font-family: "sans serif";
	text-align: center;
}

h2 {
	font-family: "sans serif";
}

h3 {
	font-family: "sans serif";
	font-size: large;
	display: inline;
}

img {
	border: 0px;
}

p.left_menu_bullets {
	margin-left: 10%;
	line-height: 150%;
}

.newsdate {
	font-style: italic;
}

a.apilink {
	text-decoration: None;
}

.programlisting {
	line-height: normal;
	font-family: monospace;
	white-space: pre;
	background-color: LightGrey;
}
