body {
	background: #FFFFFF;
	color: #000000;
	font: normal 90.01% Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 800px;
	margin: 0px;
	padding: 0px;
}
a {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #990000;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #003300;
	text-align: center;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
	text-align: center;
}


.highlight1 {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.highlight2 {
	font-size: 120%;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
.highlight3 {
	color: #003399;
	font-size: 140%;
	font-weight: bolder;
}
.image {
	padding: 0px 1px 0px 2px;
	text-align: center;
}
.leftImage {
	margin: 0px 10px 0px 0px;
	float: left;
	padding: 0px;
}
.rightImage {
	margin: 0px 0px 0px 10px;
	float: right;
	padding: 0px;
}
.rightImagePad {
    margin: 0px 0px 0px 10px;
	float: right;
	padding: 4px 0px 4px 4px;
}
.slideshow {
	margin-left: 46px;
	width: 600px;
}
.footnote {
	font-size: 80%;
}

#OuterWrapper {
width: 1000px;/*sets the width for IE5.x's broken box model*/
	w\idth: 1000px; /* sets the width of the wrapper for compliant browsers*/
	margin: 0px auto;/* centers the wrapper. First value - 5px is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
	position: relative; /* important to position it relatively */
	padding: 0px;
	text-align: left;
}
#wrapper {
width: 1000px;/*sets the width for IE5.x's broken box model*/
	w\idth: 1000px; /* sets the width of the wrapper for compliant browsers*/
	margin: 0px 0px 0px 5px;/* centers the wrapper. First value - 5px is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
	position: relative; /* important to position it relatively */
	padding: 0px;
	text-align: left;
}
#head {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 1000px;
	position: relative;
}
#adBox {
	text-align: center;
	padding: 5px;
	border: thin solid #CCCCCC;
	background: #000000;
	width: auto;
	color: #FFFFFF;
	font: bold 90% Geneva, Arial, Helvetica, sans-serif;
	height: 140px;
	margin-top: 5px;
	float: left;
	margin-left: 10px;
}

#leftcol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 49%;
	position: relative;
}
#rightcol {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 49%;
	position: relative;
}
#topNav {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	text-align: center;
	color: #003399;
	height: 25px;
}
#topNav ul{
	margin: 0;/*zeroes off the margins*/
	padding: 5px 0px;
	background: url(navbg.jpg);
	display: block;
}
#topNav li{
	display: inline;
}
#topNav a {
	color: #990000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
#topNav a:hover {
	color: #0066FF;
	text-decoration: none;
	background: transparent;
}
#insert {
	margin: 0px;
	height: 20px;
	width: 200px;
	text-align: right;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#insert a:hover {
	color: #CC99FF;
	text-decoration: none;
}
#insert a {
	color: #0000FF;
	text-decoration: none;
	font: bold 115% Arial, Helvetica, sans-serif;
}
#insert a:hover {
	color: #990033;
	text-decoration: none;
}

#insertRow {
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
}
#insertRow ul {
	text-align: left;
	text-indent: 20px;
}

#insertRow a {
	color: #000000;
	text-decoration: none;
	font: bold 115% Arial, Helvetica, sans-serif;
}
#insertRow a:hover {
	color: #990000;
	text-decoration: none;
}



#collumn {
	text-align: center;
	padding: 4px;
	width: 162px;
	float: right;
	position: relative;
	font-size: 90%;
	border: thin solid #003399;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 5px;
}
#colThree {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
	position: relative;
	border: thin solid #FFFFFF;
	text-align: center;
}
#colTwo {
	margin: 0px 255px;
	padding: 0px 10px;
	text-align: center;
	position: relative;
}

#colOne {
	padding: 4px;
	float: left;
	width: 162px;
	position: relative;
	left: 0px;
	border: thin solid #003399;
	text-align: center;
	font-size: 90%;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#colOneHome {
	float: left;
	width: 162px;
	position: relative;
	left: 0px;
	border: thin solid #003399;
	text-align: center;
	font-size: 90%;
	margin-top: 2px;
	margin-right: 60px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 4px;
}

#sideNav {
	width:169px;
	max-width:169px;
	padding: 0px;
	float: left;
	margin: 0px 10px 0px 0px;
	text-align: left;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#sideNav #navigation {
	line-height: 80%; /* helps out IE 5.01 PC */
	width: 169px;
}
#sideNav #navigation ul {
	list-style-type: none; /* removes the bullets from our list navigation */
	margin: 0; /* zeroes off the margins */
	padding: 0; /* zeroes off the padding */
	font-size: 90%; /* scales the font to 75% of the body font declaration*/
}
#sideNav #navigation ul li { /*The 3 margin property/value pairs are a hack to make the links butt together in IE 5.01 */
	padding: 0; /* zeroes off the padding */
	margin: 0; /* zeroes off the margins */
	margin: /**/ 0 0 -3px 0; /* This takes 3px off the bottom margin in IE 5.01 - IE 5.5 cannot read this hack so stays with the 0 value from the last margin property */
	ma\rgin: 0;
	background: url(floorBG.jpg) no-repeat;
}
#sideNav #navigation a, 
#sideNav #navigation a:visited { /* use dual selectors if the properties and values are the same for each */
	color: #FFFFCC; /* changes the default text colour to white */
	display: block; /* required to make the links act like a button, having the full area "clickable" */
	padding: 4px 0 4px 4px; /* sets padding values to give the link text some "air" */
	text-decoration: none; /* sets a background colour on the links which hides the roll over snowman image in the li selector */
	width: 163px; /* sets the width for IE5.x - content width plus border widths plus padding value = 6 extra pixels */
	w\idth: 163px; /* resets the width for IE6 and compliant browsers */
	font-weight: bold;
	border-top: 6px solid #000000;
}

/* using the \ escape character as in w\idth - see final property declaration in the selector above */
/* IE 5.01 and IE5.5 cannot read this selector. The escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */

#sideNav #navigation a:hover, 
#sideNav #navigation a:focus { /* use dual selectors if the properties and values are the same for each */
	background-color: #000000; /* changes the bottom border to white to give the hover state an indented look */
	color: #FFFFFF; /* changes the hover and focus text to black */
	font-weight: bolder;
}
#botNav {
	margin: 8px 0px 10px;
	padding: 0px;
	width: 1000px;
	text-align: left;
	color: #003399;
	background: url(bnavbg.jpg);
	height: 20px;
}
#botNav ul{
	margin: 0;/*zeroes off the margins*/
	padding: 0px;
	text-align: right;
	display: block;
}
#botNav li{
	display: inline;
}
#botNav a {
	color: #000066;
	text-decoration: none;
	font: bold 95% Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
}
#botNav a:hover {
	color: #9E0039;
	text-decoration: none;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.black {
	color: #FFFFFF;
}
#insertRowLeftT {
	width: 1000px;
	position: relative;
	margin: 0px;
	padding: 5px 0px;
	text-align: left;
}
#insertRowLeftT ul {
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
}

#colThin {
	margin: 10px 10px 10px 10px;
	padding: 6px;
	width: 580px;
	position: relative;
	text-align: justify;
	font-size: 99%;
	float: right;
	background-color: #D7C5B9;
}
#colThin a {
	font-size: 96%;
}

#colThin ul {
	text-align: left;
	list-style: disc inside;
	margin: 0px;
	padding: 0px 4px 0px 10px;
}
#collumnTwo {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	border: thin solid #FFFFFF;
	float: right;
}
.redtext {
	color: #990000;
}

.bluetext {
	color: #0000CC;
}
.greytext {
	color: #333333;
}
#sidebar {

	margin: 0px 10px 5px 0px;
	padding: 5px;
	float: left;
	width: 270px;
	position: relative;
	left: 0px;
	border: thin solid #FFFFFF;
	text-align: center;
}
#sideInsert {
	margin: 0px;
	padding: 5px;
	height: 90px;
	width: auto;
	text-align: left;
	border: 1px solid #FFFFFF;
}
.highlight4 {
	color: #003399;
	text-align: left;
	font-weight: bolder;
	font-style: italic;
}

#insertRowLeftT ul {

	text-align: left;
	text-indent: 20px;
}
#colLinks {
	padding: 6px;
	width: 285px;
	position: relative;
	text-align: left;
	font-size: 99%;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #003399;
}
form {
	float: right;
	border: thin solid #0000FF;
	padding: 10px 10px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.comp {
	width: 600px;
	margin-right: 10px;
	}
#colLinksLeft {

	padding: 6px;
	width: 285px;
	position: relative;
	text-align: left;
	font-size: 99%;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
