@charset "utf-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.25em;
	background-color: #ffffff;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
body {
	background-color: #666699;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #container {
	width: 765px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/extender.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.7em;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
}
#sidebar2inner {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.7em;
	background-image: url(../images/iconcross-180.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 180px;
	margin-left: 165px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 20;
} 
.thrColFixHdr #mainContent-2col {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 165px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 20;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #ffffff;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
} 
.thrColFixHdr #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;
}
.thrColFixHdr #container #footer p {
	font-size: 80%;
}
.thrColFixHdr #container #sidebar1 ul {
	list-style-image: url(../images/bullet_07_08.gif);
	line-height: 2em;
}
h1 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
.point18 {
	font-size: 18px;
}
.purple {
	color: #6600cc;
}
.blue {
	color: #0066FF;
}
.red {
	color: #FF0000;
}
.green {
	color: #00CC00;
}
.dkgreen {
	color: #006600;
}
.thrColFixHdr #container #sidebar2 p {
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
.p-indent {
	text-indent: 10px;
}
.pmargin-top {
	margin: 0px;
	padding: 0px;
}
.pmargin-top-indent10 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 10px;
}
.pmargin-top-indent20 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 20px;
}
.navlinks_indent {
	margin-left: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
Navigation links
.navlinks {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.navlinks a:link {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
.navlinks a:visited {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
.navlinks a:hover {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}
.navlinks a:active {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
General links
a:link { 
	text-decoration: underline;
	color: #3300cc;
}
a:visited {
	text-decoration: underline;
	color: #3300cc;
}
a:hover {
	text-decoration: none;
	color: #3300cc;
}
a:active {
	text-decoration: underline;
	color: #3300cc;
}

.h2centre {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.imgborder-red {
	border: thin ridge #660413;
}
.imgborder-black {
	border: thin ridge #000000;
}
.imgborder-none {
	border: none;
}
/*****Black Swan IT (in footer) links*****/
.bsitlinks {
	font-weight: normal;
	size:80%;
}
.bsitlinks a:link {
	color:#000;
	text-decoration:underline;
	font-weight: bold;
}
.bsitlinks a:visited {
	color:#000;
	text-decoration:underline;
	font-weight: bold;
}
.bsitlinks a:hover {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}
.bsitlinks a:active {
	color:#000;
	text-decoration:underline;
	font-weight: bold;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

