body {
	cursor: default;
	margin: 5px 0;
	font: 10pt/1.8em Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/casa-watermark-v6a.gif);
	color: #000;
	text-align: center;
}

body h2 {
	color: #4A006F;					/* attributes for H2 in body*/
	font-weight: bold;
	text-indent: 0em;
	font-size: 1.4em;
	margin-top: 2em;
}

h1 {
	color: #000000;					/* text colour for H1 */
	text-align: center;				/* text alignment for H1 */
	font-size: 1.1em;				/* set font size for H1 */
	text-transform: uppercase;		/* make H1 text uppercase */
	border: 0px solid;				/* put a solid border around H1 */
	line-height: 2em;				/* line spacing for H1 */
	margin: 20px 0;					/* TB, LR margins around H1 */
}

h2 {
	color: #4A006F;					/* attributes for H2 */
	font-weight: bold;
	text-indent: 0em;
	font-size: 1.4em;
	margin-top: 2em;
	line-height: 1.4em;
}

h3 {
	font-size: 1.1em;				/* attributes for H3 */
	color: #4A006F;
}

a {
	color: #520079;					/* set the base colour of links */
	font-weight: bold;
	text-decoration: none;			/* remove default underlining */
	border-bottom: 1px solid #EEEEEE;		/* make it a solid line */
}

a:hover {
	color: #52A6A6;					/* set hover colour of links */
	border-bottom: 1px solid #52A6A6;		/* make a solid underline */
}

img {
	border: 0;						/* set no border for images */
}

strong {
	color: #4A006F;
}

#page {
	width: 900px;					/* 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 */
}

	#header1 {
		width: 100%;				/* header width = page width */
		height: 190px;				/* header height - masthead image height should be same */
		background: url(../images/masthead-v7.jpg) no-repeat right top;	/* masthead image */
		cursor:hand;
	}
		#header h1 {
			margin: 0;						/* H1 attributes when used within the header */
			border: none;
		}

	#header2 {
		width: 100%;				/* header width = page width */
		height: 190px;				/* header height - masthead image height should be same */
		background: url(../images/masthead-v8.jpg) no-repeat right top;	/* masthead image */
		cursor:hand;
	}
		#header h1 {
			margin: 0;						/* H1 attributes when used within the header */
			border: none;
		}

	#header3 {
		width: 100%;				/* header width = page width */
		height: 190px;				/* header height - masthead image height should be same */
		background: url(../images/masthead-v9.jpg) no-repeat right top;	/* masthead image */
		cursor:hand;
	}
		#header h1 {
			margin: 0;						/* H1 attributes when used within the header */
			border: none;
		}

	#menu {									/* attributes of the menu element */
		padding: 1px;
		letter-spacing: 0.1em;
		line-height: 1em;
		font-weight: bold;
		border-bottom: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		background: #ffffff;
	}
												
		#menu ul, #sidebar ul, #footer ul {	/* for #menu, #sidebar and #footer !!! */
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#menu li {							/* list item attributes within menu */
			display: inline;
			padding: 0 1em;
			font-family:"Microsoft Sans Serif";
			font-size:11px;
		}
		
			#menu li a{						/* link attributes within li within menu */
				color: #520079;
				border-bottom: 1px solid #520079;
			}
			#menu li a:hover {
				color: #52A6A6;
				border-bottom: 1px solid #52A6A6;		/* make a solid underline */
			}

	#content {
	float: right;						/* right justify the content */
	width: 680px;						/* width of content */
	padding: 0px 20px 30px 20px;		/* T,R,B,L padding for content borders */
	/*	border-right: 1px solid #CCCCCC;	/* right border style */
		border-left: 1px solid #CCCCCC;		/* left border style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	}

	#content h2 {
	color: #520079;					/* attributes for H2 in content div*/
	font-weight: bold;
	text-indent: 0em;
	font-size: 2.0em;
	margin-top: 2em;
}
	#sidebar {
	position: relative;
	top: 0px;
	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: 160px;							/* sidebar width */
	font-size: 0.8em;						/* font size in sidebar */
	background: #FFFFFF;
	}

	#sidebar a:hover {
		color: #0000FF;						/* set hover colour of links */
		border-bottom: 0px solid;			/* nn underline */
}

	#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: #70b8b8;				/* background colour of footer */
		text-align: center;					/* text alignment within footer */
		font-size: 0.8em;					/* font size within footer */
		color:#FFFFFF;						/* 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: #FFFFFF;
			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;
		}

	#adsense {
		background: #EEEEEE;
	}
	
	#statusmsg {
		font-size:12px; color:#FF0000; font-weight:bold;
	}


/* styles added for dropdown menu */

#csstopmenu, #csstopmenu ul{
padding: 0;
position:relative;
left: -150px;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: right;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid #ffffff;
border-left-width: 0;
background-color: #ffffff;
}

.headerlinks {
margin: auto 8px;
font-weight: bold;
border-bottom: 1px solid;		/* make a solid underline */
color:#666666}

.headerlinks li a {
border-bottom: 1px solid;		/* make a solid underline */
color:#000066;
}

.headerlinks li a:hover {
color:#0000CC;
border-bottom: 1px dotted;		/* make a solid underline */
}

.submenus{
display: none;
/*width: 8em; */
position: absolute;
top: 1.2em;
left: 0;
background-color: #ffffff;
border: 1px solid #ffffff;
padding: 1px;
}

.submenus li{
width: 90%;
padding: 1px;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 0px;
font-weight:normal;
padding: 1px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #333333;
color: #EEEEEE;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}
