/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	font-size: 93%;
	padding: 0px;
	background-image: url(background1.jpg);
	background-color: #DCDCDC;
	text-align: center;
	background-repeat: repeat-x;
}
p {
	font-size: 1em;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}
a{
	text-decoration: none;
	color: #0000FF;
}

a:link{
	text-decoration: none;
	color: #0000FF;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
/************** header tag styles **************/
h1 {
	font-size: 2em;
	font-style: italic;
}
h2 {
	border: 1px solid #006699;
	padding-left: 15px;
	padding-right: 10px;
	margin: 1px;
	height: 1em;
	font-size: 1.5em;
	font-style: italic;
}
h3 {
	border: 1px solid #006699;
	margin: 0px 1px;
	font-style: italic;
	font-size: 1.2em;
	padding-right: 1em;
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	height: 1em;
}
h4 {
	font-weight: bold;
}
h5 {
	font-weight: bold;
	margin: 0px;
}
h6 {
	font-weight: bold;
}
hr {
	color: #006699;
}
/************** Page Layout Divs **************/
#container {
	text-align: left;
	margin-right: 2%;
	margin-left: 2%;
}

#header {
	position: relative;
	height: 74px;
}

#main {
	position: relative;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #FFFFFF;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(background2.jpg);
	height: 1%;
}

#leftCol {
	width: 8em;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

#rightCol{
	position: relative;
	width: 250px;
	float: right;
	background-image: url(shade5.gif);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #FFFFFF;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-left: 10px;
}

#middleCol{
	margin-left: 10em;
}

#footer {
	padding: 0px;
	position: relative;
	clear: both;
	margin-top: 10px;
}

#webstats {
	position: relative;
	text-align: left;
}

	
/************* Header styles ***************/	
	
#header a {
	margin: 0px;
}
#header a:hover {
	margin: 0px;
	text-decoration: none;
	background-color: #FFFFFF;
}
#header img {
	margin: 0px;
}
.jsdate {
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: right;
	color: #000000;
}
#siteName{
	position: absolute;
	top: 10px;
	height: 64px;
}

/************ headLinks styles **************/

#headLinks{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #FFFFFF;
	position: absolute;
	left: 300px;
	top: 46px;
	background-color: #E0DFE3;
}

#headLinks ul{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 1px;
}
#headLinks ul li{
	padding: 0px;
	display: inline;
}

#headLinks a {
	padding: 4px 10px;
	margin: 0px;
	}

#headLinks a:link{
	color: #000000;
	text-decoration: none;
}
#headLinks a:visited{
	color: #000000;
	text-decoration: none;
}

#headLinks a:hover{
	background-color: #006699;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 10px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #FFFFFF;
	margin: 0px 10px 10px 0px;
	background-color: #E0DFE3;
}

#sectionLinks ul{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
}
#sectionLinks ul li{
	padding: 0px;
}

#sectionLinks a {
	padding: 4px 10px;
	display: block;
	width: 100%;
	margin: 0px;
}

#sectionLinks a:link{
	color: #000000;
	text-decoration: none;
}
#sectionLinks a:visited{
	color: #000000;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #B3D1E1;
	color: #003399;
	text-decoration: none;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #003366;
	border-bottom: 2px solid #003366;
	border-left: 2px solid #FFFFFF;
	padding: 2px 8px;
}


/************* relatedLinks styles **************/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.relatedLinks a{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.relatedLinks a:hover {
	background-color: #FFFFFF;
}
/************** footer styles **************/
#footer p {
	padding: 0px 1em 0em 0px;
	text-align: right;
	color: #999999;
	font-size: 70%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer ul {
	margin: 0px;
	padding-left: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footer ul li {
	display: inline;
	list-style-type: none;
}
#footer a {
	font-size: 70%;
	padding-right: 2em;
	padding-left: 2em;
}
.topofpage {
	padding-left: 2em;
	font-size: 70%;
	padding-right: 2em;
}

/************** styles for printing a page ****************/
@media print {

body {
	font-size: 11pt;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a{	
	color: #000000;
}
#header, .jsdate, #leftCol, #rightCol, #footer, .topofpage, #webstats	{
		display: none;
}

#middleCol{
	padding: 0px;
	margin: 0px;
	width: 90%;
}
	
}
/************** end styles for printing a page ****************/

/************** other styles ****************/
.list1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0px 10px 0px 15px;
	margin-left: 15px;
}
.imagel {
	float: left;
	position: relative;
	margin: 10px;
}
.imager {
	float: right;
	position: relative;
	margin: 10px;
}
code {
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
}
.centre {
	margin: 10px;
	text-align: center;
}
.background4 {
	background-image: url(background3.jpg);
}
.clear {
	clear: both;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
}
