/* CSS Document */
body{
	background-repeat: repeat-x;
}
#header{

}
#pageWrapper{
	border-style: solid;
	border-width: 1px;
	border-top: none;
}
#logo{
	background-image: url(../../images/logos/logo.jpg);
	background-repeat: no-repeat;
	height: 130px;
}
#mainContent {
	padding: 0;
	margin: 0 10px 0 10px;
}
#alert{
	padding: 2px;
}
/*#col2{
	border-style:solid;
	border-width: 1px;
}*/
#colWrapper {
	
}
#breadcrumb{
	padding: 4px 0pt 5px 0;
	font-size: 90%;
}
#contactDetails{

}
h1{
	margin: 0;
	padding: 5px 0 2px 0;
	font-size: 130%;
}
.panel{
	margin-bottom: 5px;
}
.panel h2{
	margin-left: 10px;
	padding-top: 4px;
	font-size: 100%;
	text-align: left;
	font-weight: normal;
}
/*#nav{
	border-style:solid;
	border-width: 1px;
}
*/
.tl{
	background-image: url(../../images/top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 24px;
}
.tr{
	background-image: url(../../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 24px;
}
