/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 753px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;/*themecolour4;*/
}
/*container for the heading and logo graphic*/
#header {
	height: 94px;
	width: 753px;
	margin: 0px;
	padding: 0px;
	background-color: #CBD0BD;/*themecolour1$ 0%, -14.9%;*/

	background-repeat: repeat-x;
	text-align: right;
}

/*this container holds the left-hand column divs*/
#holderdiv2 {
	width: 320px;
	padding-right: 0px;
	padding-left: 10px;
}
/*the individual text boxes in the left-hand column */
.leftcoldiv {
	margin: 5px 0;
	background-color: #eef1e5;/*themecolour1$ 42.4%, -1.1%;*/
	width: 190px;
	background-image: url(index_files/index_leftcolumn_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*the individual text boxes in the left-hand column - alternative style*/
.leftcoldiv2 {
	margin: 5px 0 10px;
	color: #000000;
	background-color: #eef1e7;/*themecolour1$ 52.2%, -1.1%;*/
	width: 95%;
}
/*contains and positions the horizontal navbar*/
.hnav {
	margin: 0px 0;
	width:753px;
	background-color: #000000;/*themecolour3;*/
	
}
/*style the footer area*/
#footer {
	width: auto;
	font-size: 70%;
	text-align: center;
	height: 30px;
	padding-top: 4px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #eef1e5;/*themecolour1$ 42.4%, -1.1%;*/
	color: #FFFFFF;
}
/**Redefined html tags**/
/*this defines the font style and color, also the  background image*/
    body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;/*themecolour4%0;*/
	text-align: center;
	font-size: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(index_files/index_bodycolor.gif);
	background-repeat: repeat;
}
/*sets margins to 0*/  
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*style the text */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 80%;
	line-height: 1.3em;
	margin-right: 10px;
}
/*style the heading1 text */
h1 {
	font-size: 120%;
	font-weight: normal;/*themecolour1;*/
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(index_files/Corvette_heading1_bg.gif);
	background-repeat: no-repeat;
	color: #000000;/*themecolour3;*/
	padding-top: 5px;
	background-position: left center;
	margin-right: 180px;
	margin-bottom: 10px;
	margin-left: 210px;
	margin-top: 5px;
}
h2 {
	margin: 0 180 5 210;/*themecolour2;*/
	font-size: 100%;
	padding: 1px 20px 3px 5px;
	color: #eef4de;/*themecolour1$ 0%, -14.9%;*/
}
#holderdiv2 h2 {
	font-size: 80%;
	padding: 3px 1px 3px 7px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 5;
	margin-right: 0;
	margin-left: 0;
	background-image: url(index_files/Cosmetic_heading2_bg.gif);
	background-repeat: no-repeat;
}


/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 80%;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	list-style-position: inside;
	list-style-image: url(index_files/index_bullet.gif);
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
a:link {
	color: #000000;/*themecolour1$ 0%, -14.9%;*/
}	
a:visited {
color: #000000;/*themecolour1$ 0%, -14.9%;*/
	
}
a:link:hover {
	color: #000000;/*themecolour1$ 52.2%, -1.1%;*/
	
}
/*defines the style for horizontal dividers*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eef1e7;/*themecolour1$ 52.2%, -1.1%;*/
	
	
	padding-top: 4px;
	padding-bottom: 4px;
}

/*floats image to the left of text blocks*/
.imagefloat {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
#clear {
	height: 1px;
}