
/* Used to add a border around paragraphs to stop them merging
   with adjacent blocks */
.wrappingText
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	line-height: 18px;	
}

.mainTextHeader
{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #da6d4e;
	font-family: Arial,Sans-Serif;	
}


/*
* Footer
*/
.footerLink
{
	color: #C84625;
}

/* contains any extra footer information */
#footer
{
	clear: both;
}
.footerText
{
	font-family: Arial,Verdana, Helvetica, sans-serif, ms sans serif;
	font-size: 10px;
	color: #C84625;
}
.footerBackground
{
	background-color: white;
	text-align: center;
}

div#footerLine
{
	background-image: url(../images/underline.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	width: 759px;
	height: 3px;
}

.loginBlock
{
	WIDTH:500px;
	height: 320px;
	background-image: url(../images/login_background.gif); 
	margin-left:70px;
	margin-top:40px;
}

p.pageHeading
{
	font-size:16pt;
	font-weight:bold;
	line-height:18px;
	font-family: Arial, Sans-Serif;
	color: #Da6D4E;
	margin-bottom:0px;
	margin-top:0px;
}

div#columnMain
{
	BACKGROUND-IMAGE: url(../images/side-bars.gif);
	background-repeat: repeat-y;
	padding-left:65px;
	padding-right:57px;	
}

img.barTops
{
	BACKGROUND-IMAGE: url(../images/top-bars.gif);
	background-repeat:no-repeat;
}
img.barBottoms
{
	BACKGROUND-IMAGE: url(../images/bottom-bars.gif);
	background-repeat:no-repeat;
}
img.barTopsHome
{
	BACKGROUND-IMAGE: url(../images/top-bars-home.gif);
	background-repeat:no-repeat;
}
img.barBottomsHome
{
	BACKGROUND-IMAGE: url(../images/bottom-bars-home.gif);
	background-repeat:no-repeat;
}
div#homePageContent
{
	BACKGROUND-IMAGE: url(../images/side-bars-home.gif);
	background-repeat: repeat-y;
}
p#providedBy
{
	display:none;
}
p#providedByHome
{
	display:none;
}
p#providedByFooter
{
	display:none;
}