body {
font-family:	arial;
font-style:		normal;
font-size:90%;
}

img {border:0;}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

#wrap	{
	margin:0 auto;	/* centers the page */
	width:770px;	/* sets the width of the container to 770px */
	}
		
#content1	{
	float:left;		/* pushes the content1 div to the left */
	width:255px;
	/* color:#ff0000; */
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:6px; /* Altered it to 6px from 10px - AA - 05-Sep */

	/*border-right:solid 1px #8f3f23;*/
	min-height:100%;
	
	}
	
#content2	{
	float:right;	/* pushes the content2 div to the right */
	width:460px;
	/* color:#ff0000; */
	padding-left:8px;
	padding-top:10px;
	padding-bottom:10px;
	/*border-left:solid 1px #8f3f23; */
	min-height:100%;
	
	}
	
#header	{
	/* background:#ff0000;	*//* sets the background colour of the header to red */
	}
	
#footer	{
	/* background:#ff0000; */	/* sets the background color of the footer to red */
	height:68px;
	clear:both;			/* pushes the footer down below the content boxes */
	background-image:url('footer_background.jpg');
	}

#logos	{ 
	/* background-image:inherit; */
	/* float:right; */
	padding-left:380px;
	padding-top:9px;
	}
	
.hlf_logo	{ 
 	padding-right:3px;
	}
	
.lcc_logo	{ 
 	padding-right:3px;
	}

.4star_logo	{
	padding-right:3px;
	}
			
#updated	{
	/* background-image:inherit; */
	float:left;
	padding-top:30px;
	padding-left:30px;
	color:#ffffff;
	}	
	
/* User Styles */

h1 {
font-family:arial;
font-size:125%;
color:#8f3f23;
margin: 0px;
}
	
h2 {
font-family:arial-black, sans-serif;
font-size:105%;
color:#000000;
text-decoration:bold;
margin: 0px;
}

p {
font:arial;
color:#000000;
margin: 0px;
}	

a:img {border:0;}

a:link
{
color:#8f3f23;
text-decoration:none;
}

a:visited
{
color:#8f3f23;
text-decoration:none;
}

a:hover
{
color:#ff0000;
text-decoration:underline;
}

a:active
{
color:#ff0000;
text-decoration:underline;
}

ul	{
	margin:16px;
}

.img_back {
color:#fff;
width:475px;
margin-left:-8px;/* Altered it from -11 - AA 05-sep */
padding:0;
line-height:30px;
vertical-align:middle;
background:#fff url('img_back_2.jpg') no-repeat center center;

}

.img_back img{
padding:7px;/* Altered it from 12px - AA 05-sep */
display:inline;
vertical-align:middle;
}

.img_back_narrow {
color:#fff;
width:475px;
margin-left:-11px;
padding:0;
line-height:30px;
vertical-align:middle;
background:#fff url('img_back_narrow.jpg') no-repeat center center;

}

.img_back_narrow img{
padding:12px;
display:inline;
vertical-align:middle;
}

.img_back a:link{
color:#fff;
text-decoration:none;
}

.img_back a:active{
color:#fff;
text-decoration:none;
}

.img_back a:hover
{
color:#fff;
text-decoration:underline;
}

.img_back_narrow a:link
{
color:#fff;
text-decoration:none;
}

.img_back_narrow a:active
{
color:#fff;
text-decoration:none;
}

.img_back_narrow a:hover

{
color:#fff;
text-decoration:underline;
}

#faux
{
background:#fff url('fauxcolumn.gif') repeat-y 293px 0px;
height:100%;
max-height:100%;
width:770px;
}

.tabletextstyle
{
background-color:#b24d22;
color:#fff;
line-height:28px;
}

.tabletextstyle_center
{
text-align:center;
background-color:#b24d22;
color:#fff;
line-height:28px;
}

.small
{
font-size:80%;
}