BODY, HTML
{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(/images/template/topBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

*
{
	margin: 0px;
	padding: 0px;
}

.clearFloat
{
	clear:both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

/**************************
PAGE CONTENTS
**************************/

#pageContainer
{
	width: 750px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}

* html #pageContainer {
	height: 100%;  /*** IE height ***/
}

/**************************
HEADER
**************************/

#topNav
{
}

/*** left nav ***/

#topNav ul.topNavLeft 
{
	float: left;
	margin-top: 48px;
}

#topNav ul.topNavLeft li
{
	list-style: none;
	float: left;
	width: 60px;
	margin-right: 2px;
	color:#FFFFFF;
	text-align: center;
	background-image: url(/images/template/topNavTab.gif);
	background-repeat: no-repeat;
}

#topNav ul.topNavLeft li a:link, #topNav ul.topNavLeft li a:visited, #topNav ul.topNavLeft li a:hover
{
	text-decoration: none;
	color:#FFFFFF;
}

/*** right nav ***/

#topNav ul.topNavRight
{
	float: right;
	width: 165px;
	margin-top: 4px;
	padding: 0 0 0 25px;
	border-left: 1px dotted #A0B8C9;
}

#topNav ul.topNavRight li
{
	list-style: none;
	display: block;
	padding: 0 0 0 6px;
	color: #597F9C;
	line-height: 17px;
	background-image: url(/images/template/bullet_topNavRight.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#topNav ul.topNavRight li a:link, #topNav ul.topNavRight li a:visited 
{
	text-decoration: none;
	color:#597F9C;
}

#topNav ul.topNavRight li a:hover
{
	color: #9A042D;
	text-decoration: underline;
}

.headerLogo
{
	float: right;
}

/**************************
CENTRE CONTENTS
**************************/

/*** leftcolumn ***/

#centreLeft
{
	float: left;
	width: 190px;
	padding-right: 15px;
}

#centreLeft .imageFloatLeft
{
	float: left;
	margin: 4px 10px 10px 0;
	border: none;
}

#centreLeft ul
{
	margin: 6px 0 20px 0;
}

#centreLeft li
{
	list-style: none;
	text-align: right;
	padding: 0 6px 0 0;
	font-weight: bold;
	background-image: url(/images/pork/template/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#centreLeft li a:link, #centreLeft li a:visited
{
	color: #00559C;
	text-decoration: none;
}

#centreLeft li a:hover
{
	text-decoration: underline;
}

<!--  left nav level 2 -->

#centreLeft li.subNavTitle{
	color: #00085E;
	list-style: none;
	text-align: right;
	padding: 0 6px 0 0;
	font-weight: bold;
	background-image: none;}

#centreLeft li.subNavTitle a:link, #centreLeft li.subNavTitle a:visited{
	color: #00085E;
	text-decoration: none;}

<!-- end -->

<!--  left nav level 2 -->

#centreLeft li.subNav{
	list-style: none;
	text-align: right;
	padding: 0 6px 0 0;
	font-weight: bold;
	background-image: url(/images/template/bulletGrey.jpg);
	background-position: right 10px;
	background-repeat: no-repeat;}

#centreLeft li.subNav a:link, #centreLeft li.subNav a:visited{
	color: #666666;
	text-decoration: none;}

<!-- end -->

#centreLeft p, #centreLeft H4
{
	padding: 0 5px 0 5px;
}

/*** main copy ***/

#centreCont
{
	clear:both;
	margin-top: 40px;
	padding-bottom: 0px;
}

#centrePara
{
	float: left;
	width: 300px;
	margin-right: 15px;
}

#centreImg
{
	float: left;
	width: 180px;
	text-align: center;
}

#centreImg IMG
{
	margin-bottom: 10px;
}

#centreMain
{
	float: left;
	width: 500px;
	margin: 0 0 0 35px;
}

/*** content panels ***/

.homePanel
{
	clear: both;
	margin: 15px 0 17px 0;
	padding-top: 2px;
	background-image: url(/images/homepage/homeBox_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #F6F8FA;
}

.homePanelInside
{
	padding: 4px 6px 5px 6px;
	border-left: 1px solid #D0DCE4;
	border-right: 1px solid #D0DCE4;
}

.imageFloatLeft, .homePanelInside IMG
{
	float: left;
	margin-right: 10px;
	border: 4px solid #E0E7EC;
}

.homePanelCopy
{
	float: right;
	width: 345px;
}

.homePanelCopyThin
{
	float: right;
	width: 145px;
}
.homePanelCopyInside
{
	float: left;
	width: 300px;
}

.homePanelFooter
	{
	clear: both;
	line-height: 0px;
	padding: 2px;
	background-image: url(/images/homepage/homeBox_btm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
		}

/**************************
FOOTER
**************************/

#footer
{
	clear: both;
	height: 65px;
	width: 100%;
	margin: 0 auto;
	padding-top:5px;
	border-top: 1px solid #00559C;
	border-bottom: 10px solid #00559C;
	background-color:#F6F8FA;
}

* html #footer {

	position: relative;  /*** IE needs this  ***/
}

#footerCont
{
	width: 750px;
	margin: 0 auto;
	text-align: right;
}

#footerCont IMG
{
	float: right;
	margin-left: 5px;
}

#footerCont P
{
	padding-top: 10px;
	text-align: left;
	width: 460px;
}

/**************************
FONTS	
**************************/

p, li
{
	color:#666666;
	font-size: 70%;
}

p.date
{
	color:#990000;
}

a:link.menuMore, a:visited.menuMore, a:link.more, a:visited.more, a:link.moreFeat, a:visited.moreFeat, #centreRight A:link #centreRight A:visited
{
	display: block;
	text-align:right;
	color:#990000;
	text-decoration: none;
	margin: 5px 0 0 0;
	padding-right: 6px;
	border-top: 1px dotted #cccccc;
	background-image: url(/images/template/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

a:link.menuMore, a:visited.menuMore
{
	width: 175px;
}

a:link.more, a:visited.more
{
	width: 260px;
}

a:link.moreFeat, a:visited.moreFeat
{
	width: 160px;
}

a:hover.menuMore, a:hover.more, a:hover.moreFeat
{
	text-decoration: underline;
}

H1
{
	margin: 6px 0 5px 0;
	font-size: 110%;
	color: #A00122;
}

H2
{
	margin: 2px 0 0 0;
	font-size: 80%;
	color: #597F9C;
}

H3
{
	margin: 6px 0 0 0;
	padding: 2px 4px 2px 4px;
	font-size: 80%;
	color: #597F9C;
	background-color: #EEF2F5;
}

H4
{
	margin: 3px 0 0 0;
	font-size: 75%;
	color: #597F9C;
}

H5
{
	float: left;
	margin: 2px 0 0 0;
	padding-bottom: 2px;
	font-size: 75%;
	color: #FFFFFF;
}

H6
{
	margin: 6px 0 0 0;
	padding-bottom: 2px;
	font-size: 75%;
	color: #333333;
}
