#header {
	background-color: #ffffff;
	border-bottom: 0;
}

#main {
	background-color: #EEEEEE;
	border: 0;
}

#navbar {
	border-bottom: 0;
   border-top: 0;
   border-left: 0;
   border-right: 0;
}

#breadcrumb {
	border-bottom: 0px solid #000;
   border-top: 0px solid #000;
   font-size: .8em;
   padding-top: .5em;
   padding-bottom: .5em;
   background-color: #D6D6D6;
}

#content {
	border-top: 0;
}

a:link  {
		color: #0760c8; 
		background-color: transparent; 
		text-decoration: none;
}

a:visited {
		color: #0760c8; 
		background-color:transparent; 
		text-decoration: none;
}
a:hover   
		{
			color:#a72337; 
			background-color: transparent; 
			text-decoration: none;
}
a:active  {
		color:#a72337; 
		background-color: transparent;
		text-decoration: none;
}