/*
	display:none;
*/

body { 
	margin: 0; 
	padding: 0;
	/* to have it centered */
	text-align:center;
	height:auto;
	width:100%;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; color: #5F93B8; font-size:11px;
}
/*-------------------------------------------------
STRUCTURE
-------------------------------------------------*/
#cubitainer { 
	width:815px;
	margin-left: auto;
	margin-right: auto;
}
#header { 
	width:815px;
	float: left;
	border-color: #000000; border: 0px; border-style: solid;
}
#main {
	width:815px;
	float: none;
	background:url(../imgs/background.jpg) left top repeat-y;
	border-color: #000000;
	border: 0px;
	border-style: solid;
	/*top, right, bottom, left*/
	margin: 0px 0px 0px 0px;
}
#footer {
	width:815px;
	clear: both;
	border-color: #000000; border:0px; border-style: solid;
}
#subfooter {
	width:815px;
	clear: both;
	border-color: #000000; border:0px; border-style: solid;
}

/*-------------------------------------------------
POSITIONING
-------------------------------------------------*/

#wrapper {
	/*position: static;*/
	width:auto;
	height:450px;
	/*top, right, bottom, left*/
	margin: 10px 0px 0px 35px;
	border-color: #000000;
	border: 0px;
	border-style: solid;
	
}
#topc {
	width:737px;
	height:auto;
	float: left;
	/*top, right, bottom, left*/
	margin: 0px 0px 0px 0px;
	border-color: #000000; border: 0px; border-style: solid;
	background-color:#ffffff;
}
#leftc {
	text-align:left;
	width:160px;
	/*height:100%; */
	float: left;
	/*top, right, bottom, left*/
	margin: 0px 0px 0px 0px;
	/* content */
	text-align:left;
	/*top, right, bottom, left*/
	padding: 10px 10px 10px 10px;
	/* debug */
	/* border-color: #e6e6e6; border: 2px; border-style: outset; */
	border-color: #e6e6e6;
	border: 0px;
	border-style: dashed;
	background-color:#ffffff;
}
#centerc {
	width:580px;
	height:450px;
	float: right;
	/*top, right, bottom, left*/
	margin: 0px 0px 0px 10px;
	/* content */
	text-align:left;
	/*top, right, bottom, left*/
	padding: 0px 10px 0px 0px;
	/* debug */
	border-color: #000000;
	border: 0px;
	border-style: solid;
}
#rightc { 
	/* display:none; */
	display:none;
	width:150px;
	float: left;
	/*top, right, bottom, left*/
	margin: 0px 0px 0px 0px;
	border-color: #000000; border:0px; border-style: solid;
	background-color:#ff9999;
}
#bottomc {
		font-family:"Arial, Helvetica", sans-serif;
		color:#666666;
		font-size:9px;
		text-align: center;
		text-decoration: none;
	text-align: center;
	width:737px;
	float: left;
	/*top, right, bottom, left*/
	margin: 0px 0px 0px 0px;
	border-color: #000000; border: 1px; border-style: solid;
	background-color:#ffffff;
}
/*-------------------------------------------------
CONTENT
-------------------------------------------------*/

p {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-size:11px;
}
em {
			text-align: left;
			font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; color: #333333; font-size:11px;
}
/*9
p.nav {
			text-align: justify;
}
*/
a:link {
	color: #236C9F;
	text-decoration: none;
}
a:visited {
	color: #236C9F;
	text-decoration: none;
}
a:hover {
	color: #236C9F;
	text-decoration: none;
}
a:active {
	color: #236C9F;
	text-decoration: none;
}

/* link small */
.linkcs:link{
font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
color: #236C9F;
text-decoration: none;
font-size: 11px;
}
.linkcs:visited {
color: #236C9F;
text-decoration: none;
font-size: 11px;
}
.linkcs:hover {
color: #236C9F;
text-decoration:underline;
font-size: 11px;
}
/* link small */
.nav:link{
font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
color: #666666;
text-decoration: none;
font-size: 11px;
}
.nav:visited {
color: #666666;
text-decoration: none;
font-size: 11px;
}
.nav:hover {
color: #236C9F;
text-decoration:underline;
font-size: 11px;
}
.txt {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color:#0099CC;
	font-size:12px;
	text-decoration: none;
		 }	
.txtred {
font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
		color:#009900;
		font-size:12px;
		text-align: left;
		text-decoration: none;
		 }	
.txte {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color:#666666;
	font-size:8pt;
	text-decoration: none;
		 }
	.txtfoot {
font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
		color:#666666;
		font-size:8pt;
		text-align: center;
		text-decoration: none;
		}
input.button {
font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
padding: 3px;
font-size: 12px;
text-align: center;
border-color: 999999;
border-color: #000000; border: 0px; border-style: solid;
background-color: eeeeee;
color: 333333;
}
