html
{
	height: 99%;
}
												 
body
{
	background: rgb(211, 226, 195);
	height: 99%;
	margin: 0;
	padding: 0;
	line-height: 150%;
	text-align: center;
}

*
{
	font-size: 8pt; 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #000000;
	text-align: left;
}

.list
{
	margin: 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
	margin: 0 auto 0 auto; 
	display: table; 
	height: 100%;	
	position: relative; 
	width: 690px;
}

#second_container
{
	position: absolute; 
	vertical-align: middle;
}

#third_container
{
	position: relative; 
	width: 638px;
	text-align: center;
}



/* === Menu === */



#menu
{
	height: 31px;
	padding-right: 2px;
	margin: 0;
	list-style: none;	 
}

#menu li
{
	float: right;
	display: block;
	width: 82px;	height: 31px;	
}

#menu a
{
	display: block;
	width: 82px;	height: 31px;	
	background-color: inherit;
	text-decoration: none;
	line-height: 31px;
	text-align: center;
}

#menu a:link, #menu a:visited
{
	color: #749942; 
	background-color: #D3E2C3;
}

#menu a:hover, #menu a:active
{
	background-image: url('http://www.uplo4d.com/layout/taba2.jpg');
	color: #ffffff; 
}

#menuselected
{
	display: block;
	width: 82px;	height: 31px;	
	background-image: url('http://www.uplo4d.com/layout/taba.jpg');		
	text-decoration: none;
	line-height: 31px;
	color: #ffffff;
	text-align: center;
}



/* === Language menu === */



#submenu
{
	float: left;
	height: 31px;
	width: 350px;
	padding-left: 2px;
	margin: 0;
	list-style: none;	 

}

#submenu li
{
	float: left;
	display: block;
	width: 82px;	height: 31px;	
}

#submenu a
{
	display: block;
	width: 82px;	height: 31px;	
	background-color: inherit;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
}

#submenu a:link, #submenu a:visited
{
	color: #749942; 
	background-color: #D3E2C3;
}

#submenu a:hover, #submenu a:active
{
	background-image: url('http://www.uplo4d.com/layout/tabb2.jpg');
	color: #ffffff; 
}

#submenuselected
{
	display: block;
	width: 82px;	height: 31px;	
	background-image: url('http://www.uplo4d.com/layout/tabb.jpg');		
	text-decoration: none;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
}



/* === Other Divs === */
 


.border
{
	background-color: #ffffff;
	padding: 4px 4px 4px 146px;
	height: 232px;
	background-image: url('http://www.uplo4d.com/layout/back.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
}

.title
{
	position: absolute;
	margin-left: 542px;
	margin-top: 201px; 
	width: 32px;
	height: 232px;
	/*background-image: url('http://www.uplo4d.com/layout/vanero.gif');*/
}

.content
{
	height: 217px;
	padding: 7px;
}

#designinfo
{
	margin-top: 5px;
	text-align: right;
	color: #749942;
	text-decoration: none;
	background-color: inherit;
}

#designinfo a
{
	margin-top: 5px;
	text-align: right;
	color: #749942;
	text-decoration: none;
	background-color: inherit;
}

.imgarea
{
	background-color: #ffffff;
	padding: 4px 4px 0px;
	text-align: center;
}

.imgarea img
{
	border: 0;
}

.imgarea sup
{
	display: block;
	margin-top: 4px;
	padding: 2px;
	text-align: center;
	background-color: rgb(211, 226, 195);
	font-weight: bold;
}

/* === Inline Text Styles === */



h1
{
	margin: 15px 0 -40px -2px;
	padding: 0 10px 40px 9px;
	font-size: 16px;
	color: #ffffff;
	background-color: inherit;

}

.details
{
	display: none;
	font-size: 9px;
	color: #6E7468;
}

.text
{
	display: block;
	margin: 5px 5px 20px 12px;
}

.text a
{
	color: #666F53;
	text-decoration: underline;
	font-weight: bold;
}

.text a:hover, .text a:active
{
	color: #000000;
}

blockquote
{
	margin: 3px 0 3px 0;
	padding: 5px 10px 5px 10px;
}

.note
{
	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.upload
{
	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.uploadbutton
{
	display: block;
	margin: 0px 60px 0px 60px;
	color: #555555;
}

.bold
{
	font-weight: bold;
}