body {
	cursor: default;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-image:url(../images/watermark.jpg);
	color: #000;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;					/* text colour for H1 */
	/*text-align: center;				/* text alignment for H1 */
	font-size: 2.0em;				/* set font size for H1 */
	/*text-transform: uppercase;		/* make H1 text uppercase */
	border: 0px solid;				/* put a solid border around H1 */
	line-height: 1em;				/* line spacing for H1 */
	margin: 10px 0;					/* TB, LR margins around H1 */
}

h2 {
	color: #333333;					/* attributes for H2 */
	font-weight: bold;
	text-indent: 0em;
	font-size: 1.6em;
	line-height:1.5em;
	margin-top: 1.2em;
	margin-bottom:0.1em;
}

h3 {
	font-size: 1.1em;				/* attributes for H3 */
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#333333;
	}

a {
	color: #0000FF;					/* set the base colour of links */
	font-weight: bold;
	text-decoration: underline;			/* default underlining */
	border-bottom: 0px;
}

a:hover {
	color: #0000FF;					/* set hover colour of links */
	border-bottom: 0px solid;		/* make a solid underline */
	text-decoration: underline;			/* default underlining */
}

img {
	border: 0;						/* set no border for images */
}

#page {
	width: 950px;						/* set width of page - masthead image width should be same */
	margin: 0 auto;						/* zero margin top & bottom, auto margin left & right */
	color: #000000;						/* default text colour in page */
	background: #FFFFFF;				/* background colour in page */
	text-align: left;					/* text alignment in page */
	border-right: 1px solid #CCCCCC;	/* right border style */
	border-left: 1px solid #CCCCCC;		/* left border style */
	border-top: 1px solid #CCCCCC;	/* top border style */
	border-bottom: 1px solid #CCCCCC;	/* bottom border style */
}

	#header {
		width: 100%;				/* header width = page width */
		height: 121px;				/* header height - masthead image height should be same */
		background: url(../images/masthead.jpg) no-repeat right top;	/* masthead image */
	}
		#header h1 {
			margin: 0;						/* H1 attributes when used within the header */
			border: none;
		}

												
		#sidebar ul, #footer ul {	/* for #sidebar and #footer !!! */
			margin: 0;
			padding: 0;
			list-style: none;
		}


	#content {
		float: right;						/* right justify the content */
		width: 850px;						/* width of content */
		padding: 0px 50px 0px 50px;			/* T,R,B,L padding for content borders */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		font-size: 1.0em;
		line-height: 1.5em;

	}

	#sidebar {
	margin: 0px 0 0 0px;					/* T,R,B,L margins around sidebar */
	padding: 0 0 0 0px;						/* T,R,B,L text padding in sidebar */
	float: left;							/* alignment of sidebar inside container */
	width: 180px;							/* sidebar width */
	font-size: 0.8em;						/* font size in sidebar */
	border-left: 0px solid #CCCCCC;			/* left border style */
	border-right: 0px solid #CCCCCC;		/* right border style */
	background: #7A0039;
	}

	#footer {
		clear: both;						/* both sides move below adj. layers if present */
		margin: 0;							/* set margin for footer element */
		padding: 1px 0;						/* set padding within footer */
		background: #301A4B;				/* background colour of footer */
		text-align: center;					/* text alignment within footer */
		font-size: 0.8em;					/* font size within footer */
		color:#CCCCCC;						/* font colour within footer */
	}
	
		#footer li {						/* list item attributies within footer */
			display: inline;
			padding: 0 200px 0 5px;
		}

		#footer li a {							/* link attributes within footer */
			color: #CCCCCC;
			text-decoration: none;
			border-bottom: 0px solid;
			font-weight: bold;
		}
		#footer li a:hover {							/* link attributes within footer */
			color: #FFFFFF;
			text-decoration: none;
			border-bottom: 0px solid;
			font-weight: bold;
		}

/* additional styles for page layout */

.bgnd1 {
	background-color: #881723;
}

a.sidenav:link
{
	text-decoration: none;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

a.sidenav:visited 
{
	text-decoration: none;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}

a.sidenav:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	border-bottom:0px;
	color:#FFF;
	cursor: hand;
	font-weight: bold;
}

a.small_link:link
{
	text-decoration: underline;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

a.small_link:visited 
{
	text-decoration: underline;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}

a.small_link:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	border-bottom:0px;
	color:#FFF;
	background-color:#333333;
	cursor: hand;
	font-weight: bold;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	/*color: #CC3300; */
	color:#301A4B;
	margin-top: 2em;
	text-decoration: none;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
