/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 82px;
    background-color: #F8EED3;
	background-image: url(ccimages/header.jpg);
	width: auto;
	margin: 0px;
}
#spacer {
	width: auto;
	}
/*this container holds the left-hand column divs*/
#holderdiv2 {
	width: 200px;
	padding-right: 0px;
	padding-left: 0px;
}
/*the individual text boxes in the left-hand column*/
.coldiv {
	margin: 0px 0;
	background-color: #eed9f9;/*themecolour3;*/
	color: #000000;/*themecolour3%0;*/
	border: 1px solid #435ccc;/*themecolour1$ 4.1%, 54.6%;*/
	width: 770px;
}
/*contains and positions the horizontal navbar*/
.hnav {
	margin: 10px 0 0px;
	width: 770px;
	background-color: #4f0271;/*themecolour1;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2b3d8f;/*themecolour1;*/
	border-left-color: #2b3d8f;/*themecolour1;*/
}
/*style the footer area*/
#footer {
	width: auto;
	font-size: 70%;
	text-align: center;
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 4px;
	vertical-align: middle;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #435ccc;/*themecolour1$ 4.1%, 54.6%;*/
}
/**Redefined html tags**/
/*this defines the font style and color, also the gradient background image*/
    body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
    background-image: url(ccimages/gradient.jpg);
    background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;/*themecolour4;*/
}
/*sets margins to 0*/  
p {
    font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
b { 
     font-size: 12px; 
     font-weight: normal;
     color: #000099;
	 border-bottom:1px dashed #FF0000;
}

strong {
     font-size: 12px; 
     font-weight: normal;
     color: #000099;
	 border-bottom:1px dashed #FF0000;
}

u { 
     font-size: 12px; 
     text-decoration: none;
     border-bottom:1px dashed #FF0000;
}

/*style the text */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 1.5em;
	padding-right: 5px;
	padding-left: 5px;
}
/*style the heading1 text */
#header h1 {
	font-size: 24px;
	color: #f7eed3;
	margin: 0px 20px 5px 20px;
	padding-top: 30px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 0px;
	}
h1 {
	font-size: 100%;
	color: #4F0271;
	margin: 0px 20px 5px 20px;
	padding-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6273bf;/*themecolour1$ 30.1%, 43.1%;*/
	padding-bottom: 2px;
	padding-left: 0px;
}
.filledfull h2 {
	background-color: #4f0271;
	font-family: Verdana, Helvetica;
	font-size: 80%;
	padding: 1px 1px 3px 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330099;
	color: #FFFFFF;
	margin-top: 1;
	margin-bottom: 5;
	margin-right: 1;
	margin-left: 1;
}
/*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: 12px;
	padding-right: 12px;
	list-style-image: url(ccimages/cc_bullet.gif);
	list-style-position: outside;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
.filled { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:10px;
	margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
	color: #000000; 
    background-color: #FFFFFF;
	border: 1px solid #4F0271;
}
.filledfull { 
    font-size: 100%;
	font-weight: normal;
	background-color: #FFFFEE;
    border: 1px solid #4F0271;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right:10px;
	margin-left: 10px;
	color: #000000; 
}
/*link styles*/
a:link {
	color: #2b3d8f;/*themecolour1;*/
	
}
a:visited {
	color: #6273bf;/*themecolour1$ 30.1%,43.1%;*/
	
}
a:link:hover {
	color: #e27901;/*themecolour2;*/
	
}
/*defines the style for horizontal dividers used in right and left-hand columns */
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6273bf;
	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;
}
.logo1 {	margin: 0px 0 10px;
	width: 200px;
	height: 100px;
}
/*floats logo graphic to the left */ 
div.row span.left {
  float: left;
  text-align: left;
  }

/*floats heading graphic to the right */ 
div.row span.right {
  float: right;
  text-align: right;
  } 
  table {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
}

