{
	font-family: sans-serif;
}
html, body {
	margin: 0;
	padding: 0;
/*	font: 100%/120% Arial, Helvetica, sans-serif; */
/*	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; */
	background-color: #fff;
	color: #000;
}
h1, h2, h3, h4 {
	color: #136388;
}
table {
	color: #126388;
}
#odug_header {
	width: 100%;
}
#odug_menu {
	position: absolute;
	left: 1px;
	width: 150px;
	margin-top: 35px;
	font-size: 120%;
}
#odug_menu ul {
	margin: 0px;
    margin-top: 0px;
    list-style-type: none;
    padding: 0;
}
#odug_menu ul li {
	margin-bottom: 2px;
}
#odug_menu ul li a {
    background-repeat: no-repeat;
    background-position: 1px 2px;
/*    padding: 13px 30px 2px 35px;*/
    padding-top: 11px;
    padding-left: 20px;
    padding-right: 2px;
    padding-bottom: 5px;
    text-decoration: none;
}
#odug_content {
	margin-top: 25px;
	margin-left: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-top: 3px solid #0f6cb7;
	border-left: 3px solid #0f6cb7;
	border-bottom: 3px solid #0f6cb7;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
}
#odug_footer {
	background: #fff;
	width: 100%;
	text-align: center;
	font-size: 80%;
	color: #888;
	margin-top: 10px;
}
#odug_footer hr {
	display:none;
}
#odug_footer a {
	color: #888;
	text-decoration: none;
}
