@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
	background-color: #FFFFFF;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 140px;

} 
#top_colour {
	height: 20px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	height: 650px;
	color: #666666;
}
.twoColFixLtHdr #mainContent {
	width: 740px;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	margin-left: 0px;
	height: 100%;

} 


#nav {
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;
}
#space_top {
	height: 110px;
}

#nav_BIG {
	height: 15px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left: 5px;
	border-top-width: thin;
	border-top-color: #666666;
	padding-top: 5px;
}
#nav_SMALL {
	height: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-left: 5px;
}

.title_q_box {
	float: left;
	width: 150px;
	margin-left: 15px;
	padding-right: 0px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: thin;
	border-top-style: none;
}
.q_image {
	display: inline;
	float: left;
	width: 150px;
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
}
.q_subtext {
	font-size: 16px;
	float: left;
	width: 150px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

#title_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	padding: 0px 10px 0 20px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
}
#title_subcontent {
}



.twoColFixLtHdr #footer {
	font-size: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #666666;
	height: 50px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.image {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 247px;
	width: 250px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #title_content img {
	padding: 4px;
}

