 /**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/     
    #container {
	width: 770px;

	text-align: left;
}
   #heading {
	top: 250px;
	padding-bottom: 2px;
}
/*this container holds the logo and heading graphic*/
    #header {
	width: 770px;
}
#image {
	height: 226px;
	width: 770px;
	margin-bottom: 2px;
}
#hnavbar {
	margin-bottom: 2px;
	width: 770px;
}


/**Redefined html tags**/
/*defines the font  */ 
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;/*themecolour4%0;*/
	background-color: #ffffff;/*themecolour4;*/
	padding-top: 20px;
	padding-bottom: 20px;
	}
/*sets margins to 0 */ 
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*styles the text in the center column */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;
	color: #333333;
}
/*styles the text in the left-hand column */
.leftcoldiv p {
	margin: 5px 0;
	padding: 5 8;
	color: #333333;
}
/*styles the text in the right-hand column */
.rightcoldiv p {
	margin: 5px 0;
	padding: 5 8;
	color: #333333;
}
/*style the heading text */
.rightcoldiv h2 {
	margin: 0;
	background-color: #ba0579;/*themecolour1;*/
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #feccff;/*themecolour2;*/
}
/*styles the text in the center column */
.leftcoldiv h2 {
	margin: 0;
	background-color: #ba0579;/*themecolour1;*/
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #feccff;/*themecolour2;*/
}

h1 {
	font-size: 150%;
	margin: 0px;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 4px;
}
h2 {
	font-size: 140%;
	color: #8d045b;/*themecolour1$ -4.9%, -24.4%;*/
	margin-top: 4px;
	margin-bottom: 2px;
}
h3 {
	font-size: 100%;
	color: #ba0579;/*themecolour1$ -4.9%, -24.4%;*/
	margin-top: 4px;
	margin-bottom: 2px;
}
h4 {
	font-size: 90%;
	color: #ba0579;/*themecolour1$ -4.9%, -24.4%;*/
	margin-top: 4px;
	margin-bottom: 2px;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(chevron_files/chevron_bullet.gif);
	font-size: 90%;
	font-weight: normal;
	padding-left: 40px;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
	margin-bottom: 5px;
}
/*link styles*/
 a:link {
	color: #ba0579;/*themecolour1;*/
}
 a:visited {
	color: #333333;/*themecolour4%0;*/
}
 a:link:hover {
	color: #feccff;/*themecolour2;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #feccff;/*themecolour2;*/
}	
.imagepad {
	padding-top: 5px;
}
.headlinepad {	padding-bottom: 8px;
}

td {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;/*themecolour4%0;*/
	background-color: #ffffff;/*themecolour4;*/
	
	}