	body {
		margin: 20px;
		padding: 0px;
		background: #000000;
		font: 16px arial, sans-serif; }

	pre {text-indent: 30px}

	p {
		padding-right: 15px;
		padding-left: 15px;
	}

	h2 {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	
	/* -----------tab menu classes----------- */
	
	/* background color */	
	#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px;
		font: bold 16px Arial;
		margin:0;
		margin-left: 0px; /*margin between first menu item and left browser edge*/
		}

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none;
		margin: 0 2px 0 0;
		padding: 0;
		/*text-transform:uppercase; */ }

	#tabmenu a, a.active {
		color: #DEDECF;
		background: #ff9933;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		border: 2px solid black;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }
		
	#tabmenu a:hover {
		color: #fff;
		background: #d17a13; }	

		
		
		
	#tabmenu a.active {
		background: #c14c27;
		border-bottom: 3px solid #c14c27; }
		
	#tabmenu a.active:hover {
		background: #c14c27; }

	#tabmenuline{
		clear: both;
		padding: 0;
		width: 800px;;
		height: 5px;
		line-height: 5px;
		background: #c14c27; }
		

	#tabmenu a:visited {
		color: #E8E9BE; }		
	
	/* -----------end tab menu classes----------- */			

	
	
	#content {font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
		text-align: justify;
		width: 710px;
		padding: 40px;
		padding-top: 15px;
		border-top: none;
		border-bottom: 5px solid #c14c27;
		border-left: 5px solid #c14c27;
		border-right: 5px solid #c14c27;
		font: 16px Arial;
		text-align: justify;
		background-color: #fef3cd;
		z-index: 2;	}

	#content a {
		text-decoration: underline;
		color: #000000; }

	#content a:hover {color: #000000; }
			
	#footer{
		color: #c14c27;	}	
	
	#eventcontent{
		font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
		text-align: justify;
		width: 790px;
		padding-top: 3px;
		border-top: none;
		border-bottom: 5px solid #c14c27;
		border-left: 5px solid #c14c27;
		border-right: 5px solid #c14c27;
		font: 16px Arial;
		text-align: justify;
		background-color: #fef3cd;
		z-index: 2;	}
	}
	
