html,form
{
	font-family: Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
}
body
{
	font-family: Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
	background-image: url(../images/greygradient.jpg);
	background-repeat:repeat-x;
}
img
{
	border:0;
}

/********** Site Layout **********/
#main
{
	width: 797px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	border-right: solid 1px White;
	border-left: solid 1px White;
}
#inner
{
	width: 797px;
	position: relative;
}
#centre
{
	width: 550px;
}
#rightbar
{
	width: 240px;
	float: right;
}
#contact
{
	width: 237px;
	height: 145px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#footer
{
	font-size: 0.7em;
	color: White;
	padding-left: 25px;
	vertical-align: middle;
	background-color: #C7B470;
	border-top: solid 1px white;
}
#footer a:link, #footer a:visited
{
	color: Black;
	text-decoration: none;
}
#footer a:active, #footer a:hover
{
	color: White;
	text-decoration: none;
}

/********* End Site Layout **********/

/********** Content Styles **********/
.content_header
{
	font-size: 12px;	
	color: White;
	background-color: #2C6D95;
	padding: 12px 25px 25px 25px;
}
.content_header a:link, .content_header a:visited, .content_header a:hover
{
	color: #99CCFE;
}
.content_header a:active
{
	color: White;
}

.content
{
	font-size: 12px;	
	color: Black;
	background-color: White;
	padding: 25px 25px 25px 25px;
}
.content a:link, .content a:visited, .content a:hover
{
	color: #2C6D95;
}
.content a:active
{
	color: Black;
}
.content .columns
{
	padding-left: 20px;
}
.content .greyNormal
{
	color: #999999;
}
.content .greyLarge
{
	color: #999999;
	font-size: 13px;
}
.content .goldNormal
{
	color: #C7B470;
}
.content .goldLarge
{
	color: #C7B470;
	font-size: 13px;
}
/********** End Content Styles ********/

/************ Print Page **************/
@media print
{
	#footer
	{
		display: none;
	}
	#contact
	{
		width: 237px;
		height: 145px;
		position: absolute;
		bottom: 250;
		right: 0;
	}
	body
	{
		background-image: none;
		background-repeat: no-repeat;
	}
	.content_header
	{
		font-size: 12px;	
		color: Black;
		background-color: White;
		padding: 12px 25px 25px 25px;
	}
}
/********** End Print Page ************/

.pgTitle
{
	color: #fff6d5;
	font-size: 15pt;
	font-family:Times New Roman;
}