body {
	padding: 0px; 
	background: url(/images/bg.gif) #EAEAEA fixed repeat-x left top; 
	margin: 0px 0px 0px; 
	font-family : Arial, Geneva, Helvetica, sans-serif;
	text-align: center; 
	font-size: 12px;
	color:#6E6E6E;
}


hr {
	background: #ccc; width: 100%; height: 1px;
}

p{
	padding:0px;
	margin:0px 0px 5px 0px;
}

a:link { color: #912A26;text-decoration	: none; }
a:visited {color: #912A26;text-decoration: none; }
a:hover {color: #000;text-decoration: none; }
a:active {color: #912A26;text-decoration: none; }


h1, h2, h3, h4, h5, h6{
	margin : 0px 0px 10px 0px;
	padding : 0px;
	color:#990000;
	font-weight: bold; 
	font-size: 13px; 
}

.clear {clear: both;display: block; font-size: 1px; margin: 0px; line-height: 1px; height: 1px;}

#container-wrapper {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1%;
	overflow: visible;
	visibility: visible;
	display: block;

}

#container {
	background: url(/images/content-bg.gif) no-repeat top; 
	margin-left: -414px;
	position: absolute;
	top: -247px;
	left: 50%;
	width: 828px; 
	height:494px;
	visibility: visible;
	text-align:left;
}
#flash {
	/*float:left;*/
	position:absolute;
	left:0;
	top:0;
	margin:7px 0px 0px 3px;
	padding:0px 0px 0px 0px;
	width:510px;
}

html>body #flash {margin:7px 0px 0px 6px;}

#content {
	position:absolute;
	top:0;
	left:510px;
	float:left;
	margin:69px 0px 0px 10px;
	width:275px;
	text-align:justify;
}

.footer {
	position:absolute;
	top:500px;
	left:0;
	
	padding:10px 7px 0px 0px;
}

/* -------------------- */
/* SCROLLID */

.scrolla {
	height : 410px;
	width : 270px;
	margin : 0px 0px 0px 0px;
	padding : 0px 10px 0px 10px;
	overflow : auto;

	scrollbar-face-color : #e7e5e4;
	scrollbar-highlight-color : #e7e5e4;
	scrollbar-3dlight-color : #d1ccc9;
	scrollbar-darkshadow-color : #a09893;
	scrollbar-shadow-color : #d1ccc9;
	scrollbar-arrow-color : #a09893;
	scrollbar-track-color : #dedcdc;
}

/* -------------------- */




#nav{
	position:absolute;
	top:70px;
	left:20px;

	
	z-index:100;
}

	#nav ul {
		padding:0;
		margin:0;
	}
		#nav li {
			display:block;
			float:left;
		}
			#nav li a{
				margin:0 5px 0 5px;
				color:#000;
				font-family:Arial;
				font-weight:bold;
				font-size:12px;
			}
				#nav li a:hover,
				#nav li a.selected{
					color:#9c0000
				}
				
		#nav ul ul {
			position: absolute;
			display:none;
			
			width: 300px;
		}
			#nav ul ul li {
				float: none;
			}
			
		#nav ul li ul li{
			display:block;
		}
		
		#nav ul ul ul {
			display: none;
		}






