 /**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/     
    #wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #090e23;/*themecolour1$ -21%,-68.6%;*/
	background-color: #ffffff;/*themecolour1$ 46.7%,100%;*/
	font-size: 80%;
	color: #090e23;/*themecolour1$ -21%,-68.6%;*/
	line-height: 1.5em;
}
/*this container holds the logo and heading graphic*/
    #header {
	background: #17224d;/*themecolour1$ -8.3%,-29.7%;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #090e23;/*themecolour1$ -21%,-68.6%;*/
	}
/*this container holds the logo graphic */
	#logo {
	background-repeat: no-repeat;
	height: 56px;
	top: 0px;
	right: 0px;
}
/*this container holds the horizontal navigation bar */
	#navbar {
	background-color: #090e23;/*themecolour1$ -21%,-68.6%;*/
	width: 100%;
	top: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #090e23;/*themecolour1$ -21%,-68.6%;*/
	background-repeat: repeat;
}
/*this container holds the heading underneath the main image */
.captiondiv {
	background-color: #23336e;/*themecolour1;*/
	width: 900px;
	background-repeat: repeat;
	border-top: 1px solid #090e23;/*themecolour1$ -21%,-68.6%;*/
	border-bottom: 1px solid #090e23;/*themecolour1$ -21%,-68.6%;*/
	font-weight: bold;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
}
/*this container holds the left and right-hand text boxes */
#holderdiv {
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
}
/*the individual text boxes in the left-hand column*/
.leftcoldiv {
	margin: 10px 0;
	background-color: #23336e;/*themecolour1;*/
	border: 1px solid #4b4b33;
	width: 180px;
}
/*the individual text boxes in the right-hand column*/
.rightcoldiv {
	margin: 10px 0;
	background-color: #23336e;/*themecolour1;*/
	border: 1px solid #090e23;/*themecolour1$ -21%,-68.6%;*/
}
/**Redefined html tags**/
/*defines the font and page background image */ 
body {
	font-family: "Trebuchet MS", Arial;
	text-align: center;
	font-size: 110%;
	background-image:  url(gna_files/gna_bg1.gif);
	background-repeat: repeat;
	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;
}
/*styles the text in the left-hand column */
.leftcoldiv p {
	margin: 5px 0;
	padding: 5;
	color: #ffffff;/*themecolour1%0;*/
	font-size: 90%;
	line-height: 1.3em;
}
/*styles the text in the right-hand column */
.rightcoldiv p {
	margin: 5px 0;
	padding: 5;
	font-size: 90%;
	color: #ffffff;/*themecolour1%0;*/
	line-height: 1.3em;
}
/*style the heading text */
.rightcoldiv h2 {
	margin: 0;
	background-color: #17224d;/*themecolour1$ -8.3%,-29.7%;*/
	color: #ffffff;/*themecolour1%0;*/
	font-size: 110%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #090e23;/*themecolour1$ -21%,-68.6%;*/
	background-image: url(gna_files/gna_bg2.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #17224d;/*themecolour1$ -8.3%,-29.7%;*/
}
/*styles the text in the center column */
.leftcoldiv h2 {
	margin: 0;
	background-color: #17224d;/*themecolour1$ -8.3%,-29.7%;*/
	color: #ffffff;/*themecolour1%0;*/
	font-size: 110%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #090e23;/*themecolour1$ -21%,-68.6%;*/
	background-image: url(gna_files/gna_bg2.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #17224d;/*themecolour1$ -8.3%,-29.7%;*/
}

h1 {
	font-size: 130%;
	margin: 0px;
	color: #000000;/*themecolour2;*/
	padding-top: 6px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 120%;
	color: #000000;/*themecolour2;*/
	margin-top: 4px;
	margin-bottom: 2px;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #090e23;/*themecolour1$ -21%,-68.6%;*/
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(gna_files/gna_bullet.gif);
	color: #090e23;/*themecolour1$ -21%,-68.6%;*/
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
 a:link {
	color: #17224d;/*themecolour1$ -8.3%,-29.7%;*/
}
 a:visited {
	color: #090e23;/*themecolour1$ -21%,-68.6%;*/
}
 a:link:hover {
	color: #0e1634;/*themecolour1$ -12.5%,-53%;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #090e23;/*themecolour1$ -21%,-68.6%;*/
}
/*styles the footer*/
.footer {
	font-size: 80%;
	margin-left: 10px;
	color: #111b3d;/*themecolour1$ -10%,-44.5%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #111b3d;/*themecolour1$ -10%,-44.5%;*/
	padding-bottom: 10px;
	margin-right: 10px;
}