/* CSS Document */
body{
	background-repeat: repeat-x;
}

#logo{
	background-image: url(../../images/logos/logo.jpg);
	background-repeat: no-repeat;
	background-position: center 9px;
	height: 128px;
}
#mainContent {
	padding: 0;
	margin: 0 10px 0 10px;
}
#alert{
	padding: 2px;
}
#col2{
}

#colWrapper{
	margin-top: 10px;
}

#breadcrumb{
	padding: 0 0 8px 10px;
	font-size: 90%;
}
#contactDetails{

}
h1{
	margin: 0;
	padding: 5px 0 2px 0;

}
.panel{
	margin-bottom: 10px;
}
.panel h2{
	margin: 0;
	font-size: 120%;
}