/* Global Styles */


#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	color: #333333;
	line-height: 1.3em;
	background-color: #f3e1b9;/*themecolour2;*/
}
/* this coantainer holds the individual text boxes in the left-hand column*/
#holderdiv {
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
}
/* this coantainer holds the heading graphic*/
    #header {
	background: #eee7d5;/*themecolour3;*/
	height: 80px;
	margin: 0px;
	}
/*this container holds the horizontal navigation */	
#navbar {
	background-color: #000000;/*themecolour4;*/
	width: 100%;
	top: 50px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #007212;/*themecolour5;*/
	background-repeat: repeat;
}
/*this container holds the logo graphic */
#logo {
	background-repeat: no-repeat;
	height: 80px;
	top: 0px;
	right: 0px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}
/*the individual text boxes in the left-hand column */
.leftcoldiv {
	margin: 5px 5 5px 0;
	background-image: url(index_files/index_columnbg2.gif);
	background-repeat: repeat;
}
/*styles the footer */
.footer {
	font-size: 10px;
	color: #7b3208;/*themecolour1$ 0.6%,-40.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d56727;/*themecolour1$ 13.0%,15.2%;*/
	padding-bottom: 10px;
	text-align: center;
}

/*HTML tag styles*/
/*this defines the font style and color*/
    body {
	font: 100%/1.5em georgia, times, serif;
	color: #333333;
	text-align: center;
	background-color: #000000;/*themecolour4;*/
	padding-top: 5px;
	padding-bottom: 20px;
	background-repeat: repeat;	
}
.bodyframe {
	font: 100%/1.5em georgia, times, serif;
	font-size:12px;
	color: #333333;
	text-align: left;
}
.bodyframe2 {
	font: 100%/1.5em georgia, times, serif;
	font-size:14px;
	color: #333333;
	text-align: left;
	line-height:24px;
	padding-left:30px;
	padding-right:30px;
}
/*paragraph styles*/ 
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 80%;
}
.leftcoldiv p {
	margin: 5px 0;
	padding: 10 5;
	color: #000000;/*themecolour4;*/
	font-size: 90%;
	line-height: 1.3em;
}
/*sets margins to 0*/
    p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*style the heading text*/
h1 {
	font-size: 120%;
	margin: 0px 0px 0px 15px;
	color: #000000;/*themecolour4;*/
	padding-top: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 2px;
}

h2 {
	font-size: 80%;
	color: #7b3208;/*themecolour1$ 0.6%,-40.3%;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d56727;/*themecolour1$ 13.0%,15.2%;*/
	background-color: #e8d19f;/*themecolour2$ -10.1%,-4.6%;*/
	margin: 0px 0px 6px;
}

h3 {
	font-size: 80%;
	color: #dfc07d;/*themecolour2$ -26.2%,-8.4%;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(index_files/index_columnbg2.gif);
	background-repeat: repeat;
	margin: 0px 0px 6px;
}
h3 a:link {
color: #040404;

}
/*defines the style for ordered lists (numbered) */ 
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #000000;/*themecolour4;*/
}
/*defines the style for unordered lists (bulleted) */ 
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(index_files/index_bullet.gif);
	color: #333333;
	font-size: 90%;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 1.3em;
	font-style:normal;
}
/*link styles*/
 a:link {
	color: #ce530d;/*themecolour1;*/
}
 a:visited {
	color: #411a03;/*themecolour1$ -21%,-68.6%;*/
}
 a:link:hover {
	color: #612705;/*themecolour1$ -12.5%,-53%;*/
}
/*defines the style for horizontal dividers */
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;/*themecolour4;*/
}  

.hilite {
	font-size:	14px;
	color: #7b3208;/*themecolour1$ 0.6%,-40.3%;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 12px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	font-style:italic;
}  
.hilite2 {
	font-size:	18px;
	color: #7b3208;/*themecolour1$ 0.6%,-40.3%;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 12px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	font-style:italic;
} 
/*********** #topNav styles ***********/

#topNav{
	position: relative;
	margin: 0px;
	padding: 4px;
	background-color:#000000;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:lighter;
	color:#FFFFFF;
}

#topNav a:link {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
}

#topNav a:hover{
	background-color:	#555555;
	color: #CFFFFFF;
	font-size: 12px;
	text-decoration:none;
}
#topNav a:visited {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
}
/*******************************************/
/*********** #footer Links styles *********/
#footnavstyle {
	color:	#1E1E1E;/*#7b3208;themecolour1$ 0.6%,-40.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d56727;/*themecolour1$ 13.0%,15.2%;*/
	padding-bottom: 10px;
	text-align: center;
}
#footnavstyle a:link {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   line-height:20px;
   font-weight:plain;
   text-decoration: none;
   color: #7b3208;
}
#footnavstyle a:visited {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   line-height:20px;
   font-weight:plain;
   text-decoration: none;
   color: #7b3208;
}
#footnavstyle a:active {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   line-height:20px;
   font-weight:plain;
   text-decoration: none;
   color: #7b3208;
}
#footnavstyle a:hover {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   line-height:20px;
   font-weight:plain;
   font-stretch:expanded;
   text-decoration: underline;
   color: #000000;
}
#footnavstyle d1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   line-height:20px;
   font-weight:plain;
   text-decoration: none;
   color: #7b3208;
}
/*******************************************/

