/*html{
	height:100%; 
	max-height:100%; 
}*/

body {
/*	height:100%; */
/*	max-height:100%; */ 
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #606060;
	/*background: #ffffff;*/
	line-height: 18px;
	/*text-align: justify;*/
}

div#wrapper {
/*
	width: 800px; 
	margin: 0 auto; 
*/
	position: relative;
	display: block;
	width: 780px;
    height: auto;
	margin: 0 auto;
}

div#menu {
	position: relative;
	display: block;
	margin-bottom: 16px;
	width: 145px;
	height: 145px;
	background-color: #e5e5e5;
	float: left;
}

div.emptyMenu {
	position: relative;
	display: block;
	margin-bottom: 16px;
	width: 145px;
	height: 145px;
	background-color: #ffffff;
	float: left;
}

.menuItem {
	margin-bottom: 0px;
}

div#header {
	position: relative;
	display: block;
	margin-left: 5px;
	width: 593px;
	height: 161px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/header.gif);
}

div#container {
	position: relative;
	display: block;
	height: auto;
	width: 780px;
	/*left: 0px;*/
	/*border: 1px solid gray;*/
	padding-left: 0px;	
}

div#containerRight {
	position: relative;
	left: 162px;
	display: block;
	height: auto;
	width: 780px;
	/*left: 0px;*/
	/*border: 1px solid gray;*/
	padding-left: 0px;	
}

div#blockcontainer {
	position: relative;
	display: block;
	height: auto;
	width: 145px;
	/*left: 0px;*/
	/*border: 1px solid gray;*/
	/*padding-left: 10px;*/
	float: left;
}

div#blockcontainerMiddle {
	position: relative;
	display: block;
	height: auto;
	width: 145px;
	/*left: 0px;*/
	/*border: 1px solid gray;*/
	/*padding-left: 10px;*/
	margin-left: 16px;
	float: left;
}

div#content {
	position: relative;
	display: block;
	width: 570px;
	margin-left: 16px;
	/*margin: 0 auto;*/
	float: left;
}

div#contentRight {
	position: relative;
	display: block;
	width: 250px;
	margin-left: 16px;
	/*margin: 0 auto;*/
	float: left;
}

div#contentRightL {
	position: relative;
	display: block;
	width: 400px;
	margin-left: 16px;
	/*margin: 0 auto;*/
	float: left;
}

div.block {
	position: relative;
	display: block;
	text-align: center;
	/*margin-left: 10px;*/
	margin-bottom: 16px;
	width: 145px;
	height: 145px;
	background-color: #e5e5e5;
}

img {
	border:	0;
}

img.border {
	border: 1px solid #404040;
}

a {
	font-weight:	bold;
	text-decoration: none;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #ffdd00;
}

a.link11 {
	text-decoration: none;
	font-style:	italic;
	font-size: 9px;
	color:	#000000;
}

/* OBS */
a.clean {
	text-decoration: none;
	color:	#000000;
}
/* OBS */

a.italic {
	text-decoration: none;
	font-style: italic;
}

a.more{
	font-weight:	normal;
	text-decoration: none;
	font-style: italic;
}

a.sideMenu:link {
	font-size: 10px;
	text-decoration: none;
	color: black;
}

a.sideMenu:visited {
	font-size: 10px;
	text-decoration: none;
	color: black;
}

a.sideMenu:hover {
	font-size: 10px;
	text-decoration: none;
	color: #ffdd00;
}

a.menu:link {
	font-size: 10px;
	text-decoration: none;
	color: yellow;
}

a.menu:visited {
	font-size: 10px;
	text-decoration: none;
	color: yellow;
}

a.menu:hover {
	font-size: 10px;
	text-decoration: none;
	color: white;
}

a.yellow:link {
	text-decoration: none;
	color: #ffdd00;
}

a.yellow:visited {
	text-decoration: none;
	color: #ffdd00;
}

a.yellow:hover {
	text-decoration: none;
	color: black;
}

.small {
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
}

.date {
	margin-bottom: 8px;
	padding: 0px;
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
}

.large {
	font-size: 12px;
	text-decoration: none;
}

h2 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #000000;
}

h1 { 
	color:	#000000;
	font-size: 20px;
	margin-bottom: 10px;
}

img {
	border: 0;
}

p {
	font-weight: normal;
	font-style: normal;
	color: #404040;
}

img.imageBlock {
	border: 0;
	float: left;
	margin-right: 5px;
}

table {
	border: 0;
}

td.header {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	font-size: 11px;
}

td.content {
	width: 280px;
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
	font-size: 11px;
}

td.bordercontent {
	width: 280px;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	font-size: 11px;
	border-right: 3px dotted #ffdd00;
}

/* FORM STYLES*/

input.text
{
	font-family: verdana;
	font-size: 10px;
	color:#000000;
	border: 1px solid black;
}

/*
select
{
	font-family: verdana;
	font-size: 11px;
	color:#000000;
}
*/

textarea
{
	font-family: verdana;
	font-size: 10px;
	color:#000000;
	border: 1px solid black;
}
