@charset "utf-8";
#wscontainer  {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	margin-bottom: 15px;
}
#wscontainer  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding: 5px;
	text-transform: none;


}
#wsSidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	background-color: #A09583;
	margin-top: 4px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wsSidebar1 img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
}
#wsButton {
	width: 350px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#wsButton img {
	margin: 0px;
	padding: 0px;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wscontainer  a   {
	color: #A09583;
}
#wscontainer a:hover {
	color: #000066;
}





#wsContent  {
	margin: 0 360px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#wsContent  .subhead {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #A09583;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#wsContent  .featureHL {
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-left: 5px;
}

#wsContent .subhead02 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}

#wsContent h3 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #999999;
	background-image: url(../Templates/images/arrow_down_grey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	padding-left: 5px;
	vertical-align: middle;
	border: 3px solid #999999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#wsContent h4 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	background-color: #333333;
	height: 26px;
	line-height: 26px;
	margin: 0px 0px 10px;
	padding-left: 7px;
	padding-right: 0px;

}
#wsContent h5 {

	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 5px 5px 15px;
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 2px;
}
#wsContent h6 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	text-align: left;
}
#wsContent ul {
	list-style-type: square;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}	
#wsContent  table {
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #F3F3F1;
	width: 450px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#wsContent    td  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px;
}
#wsContent p {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px;
}	
.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;
}
