@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-size:90%;
	font-family:Tahoma, Verdana, Helvetica, Arial, sans-serif;
}
#header {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	height:75px;
	background:url(../../media/images/headerBG.jpg) no-repeat right;
	margin:0 0 5px 0;
}
#header h1 {
	margin:0;
	padding:0;
}
.colmask {
	clear:both;
	float:left;
	width:100%;	
	overflow:hidden;
	display:block;
}
.colright, .colmid, .colleft {
	float:left;
	width:100%;			
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:.5em 0 1em 0;
	overflow:hidden;
}
	.col1 p{
		margin:10px 0 10px 0;
	}
.threecol {background:#f4f4f4;}
.threecol .colmid {
	right:25%;	
	background:#fff;
}
.threecol .colleft {
	right:50%;
	background:#EEEEEE;
}
.threecol .col1 {
	width:46%;	
	left:102%;
	text-align:left;
}
.threecol .col2 {
	width:21%;				
	left:31%;				
}
.threecol .col3 {
	width:21%;				
	left:85%;
	text-align:left;			
}
	.threecol .col3 ul{list-style:none;}
		.threecol .col3 ul li{	margin:4px 0 4px 0;}
	.threecol .col3 a:link{
		color:#CC0000;
		font-weight:bold;
		text-decoration:none;			
	}
	.threecol .col3 a:visited{
		color:#CC0000;
		font-weight:bold;
		text-decoration:none;			
	}
	.threecol .col3 a:hover{
		color:#000000;
		font-weight:bold;
		text-decoration:none;
		border-bottom:1px dashed #000000;		
	}
	.threecol .col3 a:active{
		color:#CC0000;
		font-weight:bold;
		text-decoration:none;			
	}
#leftMenu ul,#leftMenu li{
	list-style:none;
	margin:0;
	text-align:left;
}
#leftMenu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}		
#leftMenu li a:link, #leftMenu li a:visited {
	color: #656556;
	display: block;
	background:  url(/media/images/menuBG.gif);
	padding: 8px 0 0 20px;
}	
#leftMenu li a:hover {
	color: #474739;
	background:  url(/media/images/menuBG.gif) 0 -32px;
	padding: 8px 0 0 20px;
}	
#footer {
	clear:both;
	padding:1em 2%;
	border-top:1px solid #ccc;
	font-size:10px;
	margin:0 0 25px 0;
}
	.copyright{
		color:#000000;
		font-size:10px;
		text-align:left;
		width:50%;
		float:left;
		padding:5px 0 0 5px;
	}
	.footerLink{
		float:right;
		margin:5px 10px 0 20px;
	}
		.footerLink a:link{
			color:#000000;
			font-weight:bold;
			text-decoration:none;
		}
		.footerLink a:visited{
			color:#000000;
			font-weight:bold;
			text-decoration:none;
		}
		.footerLink a:hover{
			color:#CC0000;
			font-weight:bold;
			text-decoration:none;
		}
		.footerLink a:active{
			color:#000000;
			font-weight:bold;
			text-decoration:none;
		}