 /**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/     
    #container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left;
}
/*this container holds the logo and heading graphic*/
    #header {
	width: 770px;
	background-color: #242F72;
	margin-top: 0px;
	margin-bottom: 0px;
}
#image {
	height: 255px;
	width: 770px;
	background-color: #242F72;
	margin-top: 0px;
	margin-bottom: 0px;
}
#hnavbar {
	width: 770px;
	background-color: #242F72;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*this container holds the left and right-hand text boxes */
#holderdivleft {
	width: 180px;
	margin-right: 10px;
}
#holderdivright {
	width: 180px;
	margin-left: 10px;
}
/*the individual text boxes in the left-hand column*/
.leftcoldiv {
	margin: 10px 0;
	background-color: #e5e5ec;/*themecolour1$ 56.7%,76.4%;*/
	width: 180px;
	background-image: url("images/default_corner.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.leftcoldiv2 {
	margin: 10px 0;
	width: 180px;
}	
/*the individual text boxes in the right-hand column*/
.rightcoldiv {
	margin: 10px 0;
	background-color: #e5e5ec;/*themecolour1$ 56.7%,76.4%;*/
	background-image: url("images/default_corner.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
/**Redefined html tags**/
/*defines the font  */ 
body {
	text-align: center;
	margin-left: 0px auto;
	margin-right: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;/*themecolour4%0;*/
	background-color: #e5e5ec;/*themecolour4;*/
	background-image: url("images/beige086.jpg");

/*	background-color: #a2a2af;/*themecolour4;*/*/
	padding-top: 1px;
	padding-bottom: 20px;
}
/*sets margins to 0 */ 
p {
	margin-top: 0px;
	margin-bottom: 10px;
}

/*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: #990000;/*themecolour1;*/
	color: #ffffff;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;/*themecolour2;*/
}
/*styles the text in the center column */
.leftcoldiv h2 {
	margin: 0;
	background-color: #990000;/*themecolour1;*/
	color: #ffffff;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;/*themecolour2;*/
}

.faqQ {
	font-size: 115%;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-left: 195px;
	margin-bottom: 10px;
	padding-right: 15px;

}

.faqA {
	font-size: 100%;
	color: #000000;
	margin-top: 0px;
	margin-left: 210px;
	margin-bottom: 10px;
	padding-right: 15px;

}

.IndAlign {
	color: #000000;
	margin-top: 0px;
	margin-left: 190px;
	margin-bottom: 10px;
	padding-right: 15px;

}

h1 {
	font-size: 150%;
	margin: 0px;
	color: #990000;
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
}
h2 {
	font-size: 135%;
	color: #990000;/*themecolour1$ -4.9%, -24.4%;*/
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/*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 { 
	font-size: 90%;
        list-style-position: outside; 
        margin-left: 0px; 
        padding-left: 240px; 
        padding-right: 15px; 
        list-style-type: disc; 
        vertical-align: middle; }

li { margin: 0px; padding: 0px; } 



/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
	margin-bottom: 5px;
}
/*link styles*/
 a:link {
	color: #990000;/*themecolour1;*/
}
 a:visited {
	color: #990000;/*themecolour4%0;*/
}
 a:link:hover {
	color: #990000;/*themecolour2;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;/*themecolour2;*/
}	
.imagepad {
	padding-top: 5px;
}
.headlinepad {	padding-bottom: 8px;
}


