body {
	margin: 0px;
	padding: 0px;
	background-color: #CDCDCD;
}

div.page {
	background-color: #CDCDCD;
	padding: 0px;
	margin-bottom: 30px;
}
div.content {
	margin-left: 50px;
	margin-right: 50px;
	background-color: white;
	min-width: 920px;
	min-height: 500px;
	padding-bottom: 5px;
	margin-top: 30px;
}

div.header {
	//background-image: url(/images/vog_logo_200px_transparent_notext.png);
	background-repeat: no-repeat;
	background-position: 0 -35;
	height: 130px;

	background-color: white;
	border-bottom: 3px solid black;
}
div.header a {
	text-decoration: none;
	color: black;
}
div.header img {
	display: none;
}
div.header h1 {
	font-weight: bold;
	font-size: 3em;
	text-align: center;
}
div.header h2 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

div.navmenu {
	outline: black solid thin;
	text-align: left;
	background-color: white;
	width: 100%;
	margin-bottom: 5px;
	position:fixed;
	top: 0px; left: 0px;
}
div.navmenu ul, div.footer ul, div.footerlinks ul {
	margin: 0px; padding: 0px;
}
div.navmenu ul li, div.footer ul li, div.footerlinks ul li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	border-left: dotted 1px black;
	padding-left: 3px;
	padding-right: 5px;
}
div.navmenu ul li a {
	color: black;
	text-decoration: none;
}
div.navmenu ul li a:hover {
	font-weight: bold;
}
div.navmenu ul li.right {
	display: inline;
	position: fixed; right: 5px;
	list-style-type: none;
}
div.navmenu ul.right {
	margin: 0px;
	padding: 0px;
	position: fixed; right: 0px; top: 0px;
}

div.body {
	margin-left: 240px;
	min-height: 350px;
	background-color: white;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	min-width: 460px;
	border-left: dotted 1px black;

}

div.blocks {
	position: fixed;
	top: 70px;
	left: 70px;
}
div.block {
	outline: black dashed medium;
	width: 200px;
	text-align: center;
	background-color: white;
	padding: 5px;
}
div.block p {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
div.block ul.list {
	text-align:left;
	padding-left: 20px;
}
div.block ul.list li {
	padding-bottom: 5px;
}

div.footer {
	text-align: center;
	outline: black solid thin;
	background-color: white;
	padding: 0px;
	width: 100%;
	margin: 0px;
	position: fixed;
	bottom: 0px;
}

div.footerlinks {
	text-align: center;
	margin-left: 280px;
	margin-right: 50px;
	border-top: dotted 1px black;
	padding-top: 5px;
	min-width: 660px;
}

blockquote {
	font-style: italic;
}

