@charset "ISO-8859-1";

body	{
	padding: 0px;
	margin: 0px;
}


div#header  {
/*   	background: #BABAD8;*/
   	
	border-bottom: 1px dashed #BABABA;
	padding-top: 5px;
/*	height: 120px;*/
}       
div#subheader {
    width: 100%;
    background: #EBE7D9;
}



div#main {

}


div#headerMenu {
	/*text-align: center;*/
	padding-left: 20px;
	border-top: 1px dashed #BABABA;
}


div#menu {
	border-top: 20px solid #8F74AA;
	border-right: 1px solid #8F74AA;
	border-bottom: 1px solid #8F74AA;
	border-left: 1px solid #8F74AA;
	border-radius: 10px;
	min-width: 300px;
	height: 800px;
	overflow: auto;
}

div#content {
	
}

/*div#page {
    margin: 10px;
    background-image: url("../img/bg_content.gif");
    background-position: top right;
    background-repeat: no-repeat;*/
/*
    background-image: url("../img/bg3.jpg"); */
    /*background-position: top left;*/
/*}*/


div#footer  {
    /*height: 48px;*/
    text-align: center;
    /*background: #EBE7D9;*/
    border-top: 1px dashed #BABABA;
    margin-top: 15px;
}


div#headerLogos  {
	/*width: 100%;*/
	text-align: right;
    /*float: right;*/
    /*margin-top: 30px;*/
    /*margin-top: 60px;*/
}

div#footerLogos  {
	border-top: 1px dashed #BABABA;
	padding: 10px;
	text-align: right;
	/*width: 100%;*/
	/*text-align: right;*/
    /*float: right;*/
    /*margin-top: 30px;*/
    /*margin-top: 60px;*/
}



img.preview {
    border: 1px solid #AAAAAA;
}

div#documentContent {
	padding-right: 10px;
	border-top: 20px solid #8F74AA;
	border-right: 1px solid #8F74AA;
	border-bottom: 1px solid #8F74AA;
	border-left: 1px solid #8F74AA;
	border-radius: 10px;
	overflow: hidden;
}

div.photo	{
	margin: 10px;
	float: right;
}

table.tableData {
	margin: 20px;
	border-spacing: 0;
	
	border-collapse: collapse;
	/*border: 1px solid black;*/
 	width:90%;
}
.tableData td {
	/*padding: 1px;*/
 	border: 1px solid black;
 	/*width:80%;*/
 }
 

