/* CSS Document */

body
{
    
	background-color: #2E3436;
	text-align:center;
	
	font-family: sans-serif;
	line-height: 1.5em;
	font-size: small;
	color: white;
	
	margin:0;
	padding: 0;
	
	height: 100%!important;
}

div#wrapper
{
	background-color: #555753;
	border: 3px solid #babdb6;
	width: 85%!important;
	max-width: 940px;
	min-width: 750px;
	margin: 15px auto 15px;
	padding: 10px;
	overflow: hidden;
}

div#wrapper *
{
	margin: auto;
}

div#header
{
	width: 100%;
	clear: both;
}

img#venco
{
	width: 450px;
}

/*----------NAV MENU----------*/
div#navMenu
{
	margin: auto;
	padding: 10px 0 10px 0;
	clear: both;
	width: 100%;
	background-color: #2E3436;
}
ul#menu
{
	margin: auto;
	width: 100%;
	padding: 0;
	display: inline;
}
ul#menu li
{
	list-style: none;
	display: inline;
	padding: 10px;
}
ul#menu li a
{
	color: white;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 1.2em;
}
ul#menu li a:hover
{
	background: #babdb6;
	color: black;
}
/*----------NAV MENU END----------*/


div#sideBar
{
	float: left;
	width: 26%;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	font-size: 0.9em;
	background-color: #2E3436;
}

div#sideBar img
{
	max-width:98%!important;
}

div#mainContent
{
	float: right;
	min-width: 70%;
	max-width: 70%!important;
	width: 70%!important;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	position: relative;
}

div#mainContent .twoColums
{
	float: left;
	width: 49%;
}
.twoColums
{
	text-align: left;
	padding: 2px;
}

div#disclaimer
{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	border-top: 1px solid #babdb6;
}


p
{
	text-align: left;
}

h2, h3
{
	text-align: center;
	line-height: 2em;
	text-decoration: underline;
}

img.inPagePic
{
	width: 100%;
	height: auto;
}

div.sectionWrapper
{
	clear: both;
	width: 100%;
}

a
{
	color: white;
	font-weight: bolder;
	text-decoration: none;
}

a:hover
{
	color: black;
	font-weight: bold;
	text-decoration: overline underline;
}

#lang
{
	float: right;
	font-size: 0.8em;
	margin-top: 5px;
}

#sideSearchForm
{
	text-align: left;
	width: 90%;
}

form th
{
	text-align: right;
}
form td

{
	text-align: left;
}

img
{
	border: 0;
}

