html {
	height: 100%;
}

body {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: tahoma, arial, helvetica, serif;
	font-size: 12px;
	/* margin: 0; Used here for IE & Mozilla */ 
	margin-top: 0;
	margin-bottom: 0;
	padding: 0; /* Used here for Opera */ 
}

table {
	border-collapse: collapse;
	border-spacing: 0px; /* Accomplishes table cellspacing=0 for Mozilla & Opera */ 
}

#page {
	width: 800px;
	height: 100%;
	margin: 0px;
	text-align: left;
}

#header {
	width: 800px;
	height: 122px;
	vertical-align: top;
	background-image: url( '../images/voc_logo_right.jpg' );
	background-repeat: no-repeat;
	background-position: top right;
}

#left {
	width: 130px;
	vertical-align: top;
	padding-top: 20px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#middle {
	width: 490px;
	height: 90%;
	background-color: #fff;
	vertical-align: top;
	margin: 20px
}

#right {
	width: 125px;
	vertical-align: top;
	padding-top: 20px;
	background-color: #f2f2f2;
}

#path {
	width: 530px;
	font-size: smaller;
	background-color: #f2f2f2;
	padding: 3px 10px 3px 10px;
}

#footer {
	text-align: center; 
	font-size: smaller;
	background-color: #f2f2f2;
	padding: 3px 10px 3px 10px;
}

#path a:link, #path a:visited {
	color: #404040;
	text-decoration: none;
}
	
#path a:hover, #path a:active {
	color: black;
	text-decoration: none;
}

#content {
	width: 520px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 15px
}

#content #fixed {
	/* float: left; */
	width: 100%;
	display: block;
	padding-bottom: 5px;
}

#content #fixed img {
	/* float: left; */
	padding-right: 5px;
}

#content #free {
	width: 100%;
	display: block;
}

#content #free .outlineLeft {
	float: left;
	padding-right: 5px;
}

#content #free .outlineRight {
	float: right;
	padding-left: 5px;
}

#search {
	font-size: 11px;
	color: #404040;
	text-transform: uppercase;
	padding: 4px 0 0 8px;
	margin: 0;
}

#search input {
	color: black;
	border: 1px solid #404040;
	background-color: white;
}

.input {
	color: black;
	border: 1px solid #404040;
	background-color: white;
}

.button {
	border: 1px solid black;
	background: #D30000;
	color: white;
	text-transform: uppercase;
	height: 20px;
	font-weight: bold;
	font-size: 10px;
}
	
p span {
	display: block;
	font-style: italic;
	font-size: 11px;
	color: #202020;
}

/* submenu */
#sidemenu li a.optional:link, #sidemenu li a.optional:visited {
	color: #404040;
	display: block;
}
	
#sidemenu li a.optional:hover, #sidemenu li a.optional:active {
	color: black;
}

/* parsed tables */
table.parsed {
	table-layout: auto;
	max-width: 520px;
	border: 1px solid black;
	border-collapse: collapse;
	empty-cells: show;
}

table.parsed td { 
	font-size: 10px;
	border: 1px solid black;
	padding: 2px;
}

#content #free table {
	max-width: 520px;
}

#sponsors, #sponsorsLeft {
	font-size: 11px;
	color: #404040;
	text-transform: uppercase;
}

#sponsors {
	padding-top: 5px;
	padding-bottom: 10px;
}

#sponsorsLeft {
	padding-left: 4px;
	padding-top: 10px;
	padding-bottom: 0;
	text-align: center;
}

#sponsors div, #sponsorsLeft div {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#sponsors img, #sponsorsLeft img {
	margin-top: 5px;
	display: block;
	border: 0;
}
