/* Following Items used on the main page only.. May move to inline later */
.OutlineTop {	
	background-image: url(images/sop_11.png);	
	background-repeat: repeat-x;
}

.OutlineBottom {	
	background-image: url(images/sop_45.png);	
	background-repeat: repeat-x;	
	width: 100%;
}

.OutlineLeft {
	background-image: url(images/sop_14.png);
	background-repeat: repeat-y;
	color: #CCC;
}

.OutlineRight {
	background-image: url(images/sop_16.jpg);
	background-repeat: repeat-y;
	color: #CCC;
}

.ShadowLeft {
	background-image: url(images/leftshadow.png);
	background-repeat: repeat-y;
	background-position:right
}


.ShadowRight {
	background-image: url(images/rightshadow.png);
	background-repeat: repeat-y;
	background-position:left
}

.BottomShadow {
	background-image: url(images/botshadow.png);
	background-position:top;
	height: 100px;
	
}


body {
	font: 100%/12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-image:url(images/flockpaper.jpg);
	background-repeat:repeat-y repeat-x;

}

#container {
	position : relative;
	width: 950px;
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left;
	
}




p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color:#FFF;
	margin-top: 0px;
	margin-bottom: 4px;
}

a img{ 
border:0; 
} 

*:link {
	text-decoration: underline;
	color: #FFF;
}

*:visited {
	text-decoration: underline;
	color: #FFF;
}

*.bolded
{
	font-weight: bold;	
}

*.center
{
	text-align: center;
	font-size: 12pt;
}

*.subbullet
{
	font-style: italic;
}

*.highlightcolour
{
	color:#FF0000;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #dcabad;
	text-align: center;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

*.specialcentertxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #DCABAD;
	text-align: center;
}

/* Used at the Bottom of the templates for accesability */
.smallwhitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: left;
}

.smallwhitetxt .rightjust {
	text-align: right;
}
