body 					{background-color:#FAFCFE;
							color:black;
							margin:0px;
							font-family:Verdana;
							font-size:14px;}
							
img 						{border:1px black solid;}

.noborder 				{border:none;}


/* ------------------------------------ HOLDER ----------------------------------------------------------------------------------------*/	

div#holder			 	{width:796px;
							border-left:2px #003333 solid;
							border-right:2px #003333 solid;
							margin:0 auto;}
		
		
/* ------------------------------------ HEAD  ----------------------------------------------------------------------------------------*/							
div#head					{background-color:#336699;
							 color:white;
							 padding-left:20px;
							 padding-top:10px;
							 padding-bottom:10px;
							 font-size:40px;
								height:70px;
							margin-bottom:0px;
							padding-bottom:0px;
							border-bottom:2px #0066CC solid;
							background-image:url(img/head.jpg);
							background-repeat:no-repeat;}

							
/* ------------------------------------ CONTENTHOLDER  ---------------------------------------------------------------------------------*/						
div#contentHolder 		{background-color:white;
							margin:0px;
							padding:0px;}
				
				
/* ------------------------------------  NAVIGATION  -----------------------------------------------------------------------------------------*/								
ul#nav					{height:60px;
							margin:0px;
							padding-top:5px;}

ul#nav li 					{float:left;
							width:78px;
							list-style-type:none;
							text-align:center;
							font-weight:bold;
							margin-left:20px;
							margin-right:20px;
							text-align:center;}

ul#nav li a:link  			{color:black;
							text-decoration:none;}
ul#nav li a:visited  		{color:black;
							text-decoration:none;}				
ul#nav li a:hover  			{color:red;
							text-decoration:none;}
ul#nav li a:active  		{color:red;
							text-decoration:none;}	
ul#nav li a img				{border:none;}				
	
	
/* ------------------------------------ PAGETREE  ----------------------------------------------------------------------------------------*/	
div#pagetree 				{color:#D3D3D3;}

div#pagetree a:link		{color:#D3D3D3;}
div#pagetree a:visited 	{color:#D3D3D3;}
div#pagetree a:hover 		{color:#D3D3D3; 
							font-weight:bold;}
div#pagetree a:active 	{color:#D3D3D3;}	
div#pagetree img			{border:none;}	
		
		
/* ------------------------------------ CONTENT  -----------------------------------------------------------------------------------------*/	
div#content				{padding:20px;
							margin-bottom:10px;}

							
/* ------------------------------------ BOTTOM  ----------------------------------------------------------------------------------------*/			  
div#bottom				{background-color:black;
							 border-top:2px #003333 solid;
							 color:white;
							 padding-left:5px;
							 padding-right:5px;
							 font-size:12px;
							 padding-top:2px;
							 padding-bottom:2px;}

div#bottom a:link			{color:white; 
							text-decoration:none;}
div#bottom a:hover		 {color:white; 
							text-decoration:none;
							font-weight:bold;}
div#bottom a:visited 		{color:white; 
							text-decoration:none;}

							
/* ------------------------------------ ERROR  ----------------------------------------------------------------------------------------*/	
p#error 					{text-align:center;}	

.warningbox				{background-color:#ffde00; 
							border:2px black solid;
							padding:10px;}

							
/* ------------------------------------ NEWS  ----------------------------------------------------------------------------------------*/	
.news	 				{ margin-left:40px; 
							margin-right:40px;
							margin-bottom:40px;}
.news_title 				{}
.news_content			{}
.news_date 				{text-align:right; 
							font-weight:bold;}
