@charset "utf-8";
/* CSS Document */

* {
	font-family: "Century Gothic", "Courier New", Courier, monospace;
}

img {
	border: none;	
}

/*  LEFT MENU DEFINITION */

	.sidemenu .title {
		background-color: #000000;
		color: #FFF;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px solid #B71617;
		
	}
	
	.sidemenu a {
		text-decoration: none;
		color: #fff;
	}
	
	.sidemenu a:hover {	
		cursor:pointer;
	}
	
	.sidemenu .item {
		background-color: #B71617;	
		color: #FFF;
		font-size: 13px;
		text-align: center;
	}
	
	.sidemenu .item:hover {
		background-color: #b03e3f;	
		color: #FFF;
		font-size: 13px;
		text-align: center;
		
	}

/*  RIGHT COLUMN DEFINITION */

	.righttable .title {
		background-color: #000000;
		color: #FFF;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px solid #B71617;
		
	}
	
	.righttable .item {
		background-color: #B71617;	
		color: #FFF;
		font-size: 13px;
		text-align: center;
	}
	
	.righttable a {
		color: #FFF;
		text-decoration: none;
	}
	
	.righttable a:hover {
			
	}

/*  TOP MENU DEFINITION */

	.topmenu {
		color: #FFF;
		font-size: 13px;
		text-align: center;
		height: 73px;
		width:750px;
		border-bottom: 2px solid #000000;
	}
	
	
	.topmenu td {
		background-color: #000;	
		color: #FFF;
		font-size: 14px;
		text-align: center;
		height: 50px;
	}
	.topmenu a {
		text-decoration: none;
		color: #FFF;
		
	}
	
	.topmenu a:hover {
		cursor: pointer;	
	}
	
	.topmenu td:hover {
		text-decoration: none;
		color: #FFF;
		background-color: #868686;
		
	}
	
	
/*  NEWS PAGE  */

	.newslist
	{
		font-size: 12px;
		padding-bottom: 14px;
		border-bottom: 2px dotted #000;
	}
	
	.newsitemtitle
	{
		font-size: 17px;
		font-weight: bold;
		padding-top: 8px;
	}
	
	.newsitemdate
	{
		font-size: 10px;
		padding-bottom: 3px;
	}
	
	.newsitemtxt
	{
		
		border-bottom: 2px dotted #000;
		padding-bottom: 6px;
		margin-bottom: 5px;
	}

/*  FOOTER DEFINITION */
	
	.footer {
		border-top: 2px solid #000000;
		background-color: #B71617;
		color: #FFF;
		text-align:right;
		font-size: 12px;
		padding: 5px;
	}
	
	.footer a {
		color: #FFF;
		text-decoration: none;
	}