  /* Default styles used throughout the site - do not modify */
/* If you need to override a setting, use the !important flag in custom.css */
    html, body {
	margin:0; padding:0; text-align: left; color: #000000;
	border:0; /* This removes the border around the viewport in old versions of IE */
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px;
	font-style: normal; font-variant: normal; font-weight: normal;
	line-height: 16px; background-image: url(/images/bg_140774.png); height: 100%;
	width:100%;
	}

/* Header styles */
	#header {
	position : relative; width : 889px;  margin : 0 auto; background-color : #fff;
	height : 180px;
	}

/* header graphic images */
	#logospace {
	position : absolute; top: 0px; width:234px; height:70px;
	z-index:1;
	}
	#logospace a:hover {
	color:#ffffff; background-color: #ffffff;
	}
	#logospace1 {
	position : relative; top: 0px; float: right; width:639px; height:89px;
	z-index:1;
	}
	#logospace_contact {
	position:absolute; top:30px; left:395px; z-index:3
	}
	#logospace_search {
	position:absolute; top:30px; left:685px; z-index:2
	}

/* BACKGROUND ITEMS (COLOR STRIPS) */
	#strip1 { /* semi transparant green at header */
	position : absolute; left : 0px; top : 0px; width : 100%; height : 89px;
	background-color : #003333; z-index : 0;
	}
	#strip2 { /* semi transparant burgandy below header */
	position : absolute; left : 0px; top : 88px; width : 100%; height : 30px;
	background-color : #660033; opacity : 0.5;
	visibility : visible; z-index : 0;
	}
	#strip3 { /* semi transparant gray */
	position : absolute; left : 0px; top : 688px; width : 100%; height : 25px;
	background-color : #666666; opacity : 0.5;
	z-index : 0;
	}

/* navigation bar at top */
	#navbar_top {
	position : absolute; background-color : #660033;
	text-align : center; font-size : 14px; color : #ffffff;
	font-variant : small-caps;
	top : 88px; left : 0; width : 889px; height : 30px;
	visibility : visible; z-index : 1;
	}
	#navbar_toptext {
	position:relative; top:6px
	}
	#navbar_top a {
	color:#ffffff; font-weight:bold; text-decoration:none;
	}
	#navbar_top a:hover {
	color:#000033; background-color: #b7b799;
	}

	#title {
	position:absolute; width:390px; height:50px; top:135px; left:15px;
	font-size:20px; line-height:22px;
	color:#06085d; z-index:1;
	}
	#subtitle {
	position:absolute; width:889px; height:40px; top:160px; left:15px;
	font-size:18px; line-height:20px;
	color:#06085d; z-index:1;
	}
	#title3rd {
	position:absolute; width:889px; height:30px; top:135px; left:15px;
	font-size:20px; line-height:22px;
	color:#06085d; z-index:1;
	}
	#title a {
	font-weight:normal; text-decoration:none;
	}
	#contact {
	position:absolute; top:136px; left:395px; z-index:1
	}
	#search {
	position:absolute;
	top:131px;
	left:685px;
	z-index:1;
	height: 40px;
	width: 220px;
	}
	.colhead {
	font-size:14px; line-height:16px; font-weight: bold;
	color: #660033;
	}
	.colhead2 {
	font-size:18px; line-height:20px; font-weight: bold;
	color: #660033;
	}

/* OVERALL ANCHORS */
	a {
	color : #003333; font-weight:bold;
	}
	a:hover {
	background-color : #c1cdc1; color:#000033;
	}
	a:active {
	color : #999999; font-weight:bold; background-color : #c1cdc1;
	}
	a:focus {
	color : green; background-color : #c1cdc1;
	}
	a:visited {
	color:#666666;
	}
	a:visited:hover {
	color:#000033;
	}

/* kills rollover highlight for graphics  */
	.nohilit:hover {
	background-color : #ffffff; color:#000000;
	}

/* image border treatment */
	img { border: 0px; }

/* shadow master template */
.shadow_master {
	-moz-box-shadow: 4px 4px 6px #c1c1c1;
	-webkit-box-shadow: 4px 4px 4px #c1c1c1;
	box-shadow: 4px 4px 6px #c1c1c1;
}

/* COLOR TYPOGRAPHY AND FORMAT CLASS ELEMENTS */
	.darkred { color:#660033 }
	.red {color: #ff0000 }
	.teal {color: #008080 }
	.purple {color: #663399 }
	.burnt {color: #990000 }
	.blue {color: #006 }
	.green {color: #00FF33 }
	.green2 {color: #339933 }
	.gray {color: #666666 }
	.burgandy { color: #660033 }

	.big4  { color: #990000; font-size: 14px; line-height: 16px;}

	#navbar_bottom {
	clear: both; position: relative;
	margin : 0 auto;
	height: 25px;
	width: 889px;
	background-color: #666666;
	color:#ffffff;
	font-weight:bold;
	font-variant:small-caps;
	font-size:14px;
	text-align:center;
	}

	#navbar_bottomtext {
	position:relative;
	top:4px
	}

	#navbar_bottom a {
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;}

	#navbar_bottom a:hover {
	color:#000033; background-color: #b7b799;
	}

	/* Footer styles */
	#footer {
	clear: both; position: relative;
	margin : 0 auto;
	width: 889px; padding: 12px 0px 0px 0px;
	height: 24px;
	z-index: 1;
	color: #ffffff;
	text-align: center;
	background-color: #000033;
	font-size:12px;
	}

	#footer a {
	text-decoration:none;
	color:#ffffff;

	}

	#footer a:hover {
	color:#000033; background-color: #b7b799;
	}

/* LINESPACING */
.linespace {
line-height : 16px;
}
.twopoints {
line-height : 2px;
}
.threepoints {
line-height : 3px;
}
.fourpoints {
line-height : 4px;
}
.sixpoints {
line-height : 6px;
}


/* use column css style sheets c1 - cn to compliment this default sheet */
/* use custom.css style sheet to create custom settings within a site */
