

/**Layout Divs**/
div#header{
	background-image: url(index_files/index_header_bg.gif);
	background-repeat: repeat-x;
	background-color: #647b65;/*themecolour3;*/
	height: 80px;
}

div#container
{
	background-repeat: repeat-y;
	
} 

div#container2
{
    background-repeat: repeat-y;
	background-position: right;
} 

div#content
{
	margin-left: 30px;
	margin-right: 30px;
	line-height: 150%;
	color: #ffffff;/*themecolour5%0;*/
	padding-bottom: 10px;
} 

#cleardiv
{
clear: both;

} 

div#footer
{
	clear: both;
	border-top: 2px solid #668855;/*themecolour2;*/
	text-align: center;
	background-color: #647b65;/*themecolour3;*/
	color: #668855;/*themecolour2;*/
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}
 
div#logo {
	float: left;
	height: 80px;
	background-color: #333333;
	background-image: url(index_files/index_header_bg.gif);
}

div#hnavbar {
	height: 25px;
	padding-top: 37px;
}

/**Redefined html tags**/
body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #325036;/*themecolour5;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*defines heading styles*/ 

#content h2 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #668855;/*themecolour2;*/
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 6px;
	color: #666666;
}
#content h3 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #668855;/*themecolour2;*/
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #666666;
	font-size: 110%;
}
#content h1 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #668855;/*themecolour2;*/
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom:10px;
	color: #333333;
	font-size: 170%;
}
/*defines un ordered list*/ 
ul {
	list-style-image: url(index_files/index_bullet.gif);
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}
/*floats image to the left of text blocks*/ 
.imagefloat {
	float: left;
	vertical-align: middle;
	padding-right: 2px;
}
/*adds border and margin to right coloumn images*/ 
.rightcolimage {
	border: 1px solid #647b65;/*themecolour3;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
/*defines link colors*/ 
a:link {
	color: #647b65;/*themecolour3;*/
}
a:visited {
	color: #999999;
}
a:hover {
	color: #668855;/*themecolour2;*/
}
.leftcolimage {	border: 1px solid #647b65;/*themecolour3;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
.nowrap {
	white-space: nowrap;
}