body 
{
  background  : #FFFFFF;
  font-family : Georgia, sans-serif;
  font-size   : medium;
	color				: #000000;
}

#site
{
  background 	: url('top.gif') no-repeat ;
  width      	: 850px;
	padding-top : 90px;
	min-height	: 90px;
	height     	: 100%;
	margin   	  : auto;
}

#bottom
{
  background 	: url('bottom.gif') no-repeat ;
  width      	: 850px;
	height	    : 100px;
	margin   	  : auto;
	padding-top : 30px;
	float				: left;
	text-align: center;
	font-size: x-small; 
}

#left
{
	margin  	  : 5px auto 5px 5px;
	width      	: 69%;
	margin   	  : auto;
	float				: left;
	text-align: center; 
}

img
{
	border: 0px; 
}

#right
{
	margin  	  : 5px auto 5px auto;
	width      	: 30%;
	margin   	  : auto;
	float				: right;
	font-size: smaller; 
	text-align: center; 
}

div.brown-title
{
	background 	:#EBC49B;
	height     	: 25px;
	text-align: center; 
	border-color: #D68837;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	font-size		: large; 
}

div.brown
{
	background 	: no-repeat #FDE5CC;
	height     	: 100%;
	margin  	  : 5px auto 5px auto;
	border-color: #D68837;
	border-style: solid; 
	border-width: 1px;
	border-bottom-width: 4px;
	border-bottom-style: solid;

	
}


div.red-title
{
	background 	:#FF8888;
	height     	: 25px;
	text-align: center; 
	border-color: #ff0000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	font-size		: large; 
}

div.red
{
	background 	: no-repeat #FFDDDD;
	height     	: 100%;
	margin  	  : 5px auto 5px auto;
	border-color: #ff0000;
	border-style: solid; 
	border-width: 1px;
	border-bottom-width: 4px;
	border-bottom-style: solid;

	
}

div.blue-title
{
	background 	:#8888FF;
	height     	: 25px;
	text-align: center; 
	border-color: #111166;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	font-size		: large; 
}

div.blue
{
	background 	: no-repeat #DDDDFF;
	height     	: 100%;
	margin  	  : 5px auto 5px auto;
	border-color: #111166;
	border-style: solid; 
	border-width: 1px;
	border-bottom-width: 4px;
	border-bottom-style: solid;

}

div.gray-title
{
	background 	: #888888;
	height     	: 25px;
	text-align: center; 
	border-color: #111111;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	font-size		: large; 
}

div.gray
{
	background 	: no-repeat #DDDDDD;
	height     	: 100%;
	margin  	  : 5px auto 5px auto;
	border-color: #111111;
	border-style: solid; 
	border-width: 1px;
	border-bottom-width: 4px;
	border-bottom-style: solid;

}

div.green-title
{
	background 	:no-repeat #B1CE67;
	height     	: 25px;
	text-align: center; 
	border-color: #66944F;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	font-size		: large; 
}

div.green
{
	background 	: no-repeat #EDFFC1;
	height     	: 100%;
	margin  	  : 5px auto 5px auto;
	border-color: #66944F;
	border-style: solid; 
	border-width: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;

}

a
{
  text-decoration: none;
	color: #484848;
}

a:hover
{
	text-decoration: underline; 
}

div.tresc
{
	text-align: justify;
  margin  	  :  0px 5px 0px 5px;
}


label
{
	min-width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

code
{
	width: 80%;
	height: 0.7em;
	font-size		: 0.5em;
	text-align: center; 
}
