.Westlock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
	margin: 0px;
	background-color: #000099;
}

A:link {
	text-decoration: none;
	color: #000099;
	font-size: 12px;

}
A:visited {
	text-decoration: none;
	color: #000099;
	font-size: 12px;
}
A:active {
	text-decoration: none;
	color: #000099;
	font-size: 12px;
}
A:hover {
	text-decoration: underline;
	color: #333333;
	font-size: 12px;
}
.Tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FF9900;
	background-color: #000099;
	background-position: center top;
}
.Date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	color: #000000;
}
.copyline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	vertical-align: top;
	border: none;
}
.hightext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	vertical-align: inherit;
	padding-left: 6px;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000066;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	color: #000099;
	padding-top: 3px;
	font-size: 16px;
}
.pagebold {
	color: #000099;
	font-weight: bold;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}
#navtop {
	position:absolute;
	left:50%;
	top:16px;
	width:350px;
	height:27px;
	z-index:1;
}

.glossymenu{
	padding: 0;
	width: 145px;
}

.glossymenu a.headitem{
	color: #FFCC00;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	text-align: left;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(Images/wt_headbar3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 19px;
	padding-top: 2px;
}
.glossymenu a.menuitem{
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	height: 18px;
	padding-left: 10px;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: white;
	padding-top: 2px;
	border-bottom: 1px solid #CCCCCC;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: black;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 3px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	color: black;
	background-color: #8282FF;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #DFDFDF;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #8282FF;
colorz: white;
}

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.thrColFixHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 100px;
	z-index: 1;
} 
.thrColFixHdr #side1 {
	width: 145px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	float: left;
	margin-bottom: 5px;
}
.thrColFixHdr #side2 {
	width: 135px;
	float:right;
}
.thrColFixHdr #mainContent {
	margin: 0px 140px 0px 153px;
} 
.thrColFixHdr #mainContent2 {
	margin: 0px 0px 0px 158px;
} 
.thrColFixHdr #footer {
	padding: 0px 10px 0 20px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
} 
.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;
}
#apDiv1 {
	position:absolute;
	left:50%;
	width:656px;
	z-index:2;
	margin-left: -400px;
	height: 100px;
	top: 0px;
	background-image: url(Images/headref1.jpg);
	background-repeat: no-repeat;
}
#apDiv2 {
	position:absolute;
	left:50%;
	width:158px;
	z-index:20;
	margin-left: 240px;
	height: 108px;
	top: 15px;
	background-image: url(Images/toppic.jpg);
	background-repeat: no-repeat;
}
#apDiv4 {
	left:50%;
	top:10px;
	width:375px;
	height:21px;
	z-index:3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	vertical-align: bottom;
	text-align: right;
	position: absolute;
}
