/* css style sheet copyright Net Maintain www.netmaintain.com.au */
body {
	color : Black;
	background-color : #623B45;
	font-family : Arial, Helvetica, sans-serif;
}
html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: White;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 960px;
}
div#header {
	height : 160px;
	width : 100%;
	padding : 0px;
	margin : 0 auto;
	background-color : #8DA0C0;
	border-bottom : 2px solid #567EBB;
}
.menu {
	height : 30px;
	width : 100%;
	background-color : #F0F8FF;
	font-size : 14px;
}
.menu a:link, a:visited {
	color : Black;
	text-decoration : none;
}
.menu a:hover {
	color : Gray;
	text-decoration : underline;
}
td#menu {
	border-bottom : 2px solid #567EBB;
}
p {
	font-size : 12px;
	text-align : justify;
}
h1 {
	font-size : 18px;
	color : #8B0000;
	font-style : italic;
}
.h1 {
	font-size : 18px;
	color : #8B0000;
	font-style : italic;
	font-weight : bold;
	padding-top : 20px;
}
.smallHd {
	font-size : 12px;
	color : #8B0000;
	font-weight : bold;
	padding-top : 10px;
}
h2 {
	font-size : 16px;
	color : #778899;
}
h3 {
	font-size:12px;
	color: #778899;
}
ul {
	font-size : 13px;
	list-style : square;
	line-height : 150%;
}
ol {
	font-size : 13px;
	line-height : 150%;
}
div#content {
	padding : 10px;
	height : 100%;
}
.imgframe {
	padding : 4px;
	border : 1px solid #567EBB;
	width : 384px;
}
.iFrame {
	padding : 8px;
	border : 1px solid #567EBB;
	width : 216px;
	margin : 0px 20px;
}
.copyright {
	font-size : 10px;
	color : Silver;
	border-top : 2px solid #567EBB;
	padding-top : 10px;
	background-color : #EFF8FA;
}
.copyright a {
	color : Silver;
	text-decoration : none;
}
.copyright a:visited {
	color : Silver;
}
.copyright a:hover {
	color : Gray;
}
