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

a{outline:none;}

body, html {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
}

#bodyContainer{
	background-image:url(../images/back.gif);
	width:100%;
	min-height:100%;
	padding-top:20px;
	
}

#wrapper {
	margin:0 auto;
	width:960px;
	background-color:#FFF;
	
}

#mainContainer {
	margin:13px;
	
	
}

#header {
	width:960px;
	height:126px;
	background-image:url(../images/header-bg.gif);

	background-repeat:no-repeat;
	
	margin:0;
	padding:0;

}

#headerLogo {
	float:left;
	width:200px;
	height:126px;
	display:block;
	
	
}

#headerBar {
	clear:both;
	background-image:url(../images/header-bar-bg.gif);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	font-size:1em;
	
	
	color:#fff;
	padding:0.2em 0.5em 0.2em 0.5em;
	background-color:#ff0066;
	margin-left:13px; margin-right:13px;
	text-align:right;
	
	
	
	
}	


#headerBanner {

}

#breadcrumb {
	font-size:0.75em;
	font-weight:bold;
	padding-bottom:20px;
	
}

#breadcrumb a{
 color:#309;
 text-decoration:none;
}
#breadcrumb a:hover{
	color:#F09;
}

#cols{
	overflow:auto;	
}

#col1 {
	width: 210px;
	text-align:left;
	float:left;
}


#col2 {
	width: 471px;
	text-align:left;
	
	float:left;
	margin-left:20px;
	margin-right:20px;
	min-height:400px
}

#col3 {
	float:left;	
	width:213px;
	text-align:left;
	min-height:400px
	

	
}

.clearer {  
clear: both;  
}  

#footer {
	
	
	
	overflow:auto;
	
	
	
}





