/* Global Styles */



/* 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;
}
/*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: 11px;
	color: #4D6B3D;/*themecolour1$ 0.6%,-40.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4D6B3D;/*themecolour1$ 13.0%,15.2%;*/
	padding-bottom: 10px;
	text-align: center;
}

/*HTML tag styles*/
/*this defines the font style and color*/
body {
	font:	"Times New Roman", Times, serif;
	color: #4D6B3D;
	text-align: center;
	background-color: #99CC99;/*themecolour4;*/
	padding:12px;
}
.bodyframe {
	font: 100%/1.5em georgia, times, serif;
	font-size:12px;
	color: #333333;
	text-align: left;
}
/*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: 80%;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 1.3em;
}
/*link styles*/
 a:link {
	color: #FFFFFF;/*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:	"Times New Roman", Times, serif;
	color: #4D6B3D;
	text-align: center;
	padding:12px;
	font-style:italic;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:12px;
	padding-top: 8px;
}

/*********** #topNav styles ***********/

#topNav{
	position: relative;
	margin: 0px;
	padding: 4px;
	background-color:#4D6B3D;
	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:	#4D6B3D;
	color: #FFFFFF; /*#612705;*/
	font-size: 12px;
	text-decoration: underline;
}
#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: 10px;
   line-height:20px;
   font-weight:plain;
   text-decoration: none;
   color: #4D6B3D;
}
#footnavstyle a:visited {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height:20px;
   font-weight:plain;
   text-decoration: none;
   color: #4D6B3D;
}
#footnavstyle a:active {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height:20px;
   font-weight:plain;
   text-decoration: none;
   color: #4D6B3D;
}
#footnavstyle a:hover {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   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: 10px;
   line-height:20px;
   font-weight:plain;
   text-decoration: none;
   color: #4D6B3D;
}
/*******************************************/

