body {
	font-family: arial, helvetica, sans-serif; 
	font-size:10pt;
	font-weight: normal;
	text-align:left; 
	background-color:#999; 
	margin: 0 auto;
	background-image : url(/images/background-site.jpg);
	background-repeat: repeat-y repeat-x;
}

table, tr, td, th, p, ul, ol, div 
{
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}	





/*layout*/
div#column1{ 			
	width:180px; 
	float: left; 
	padding: 5px 10px 5px 5px;
}
	
div#column2 {
	margin-top: 20px;
	float: left;
	width:590px; 
}
	
div#container	 {
	min-height:800px;
	height: auto !important;
	width:800px;
	margin-left:auto; 
	margin-right:auto;
	background-color:white; 
	background-image : url(/images/background-menu.gif);
	background-repeat: repeat-y;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}



div#containerFront	 {
	min-height:800px;
	height: auto !important;
	height: 800px;
	width:800px;
	margin-left:auto; 
	margin-right:auto;
	background-color:white; 
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	overflow: auto;
}



div#frontBox {
	float: left; 
	margin-left:1.5em;
	margin-bottom:1em;
	padding:5px 5px 5px 5px;
	width:358px;
	background-color:#F6F6F6;
	background-image: url(/images/boxTop.gif); 
	background-repeat: repeat-x; 
	border: 1px solid #D4D4D4;
}


div #borderlessContainer {
	float: left;
	margin-left:1.5em;
	padding:5px 5px 5px 5px;
	width:358px;
}

div#footer	 {
	width:700px;
	color: #555;
	margin-top: 0.75em;
	margin-left:auto; 
	margin-right:auto;
	overflow: auto;
	text-align:center;
	font-size:0.8em;
}



/*top menu*/

#topMenu {
	height: 40px;
	color: #000;
	background-color: #000;
	background-image : url(/s2/images/topMenuShadeNew.gif);
	padding: 0.0em;
	text-align:center;
	}

#topMenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#topMenu li {
	margin-left: 0;
	padding-left: 2px;
	padding-right: 2em;
	border: none;
	list-style: none;
	display: inline;
	}
	
#topMenu a { 
	color: white;
	font-size: 0.9em;
	text-decoration: none;	
	font-weight: bold;
	}
	
#topMenu a:hover { 
	text-decoration: underline;
	cXolor: yellow;
	}

