/* Text Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: 150%;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3050b0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #3050b0;
	line-height: 120%;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3050B0;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text {
}

.DoubleSpace {
	line-height: inherit;
}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
}

.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #3050B0;
	line-height: 150%;
}

li {
	list-style-image: url(images/bullet%201.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
}

ul {
	list-style-image: url(images/bullet%201.gif);
	list-style-position: outside;
	list-style-type: disc;
}

input.magnify {
	width: 30px;
	height: 30px;
	padding: 55px 0 0;
	margin: 0;
	border: 0;
	background: transparent url(http://www.spyderwebconcepts.com/httpdocs/Providence/images/arrow-left.gif) no-repeat;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

hr {
	border: 0;
	width: 90%;
	color:#3050b0;
	height: 5px;
	background: 3050b0;
	background-color: #3050B0;
}

.text-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}



<!-- Paste this code into the CSS section of your HTML document  -->

/* Excerpt Box Styles */
em.excerpt-right {
  font-style: normal;
}

span.excerptbox-right {
	float: right;
	width: 30%;
	padding: 5px;
	margin: 0 0 5px 5px;
	background-color: #99ccff;
	border: 1px solid #3050b0;
	color: #3050b0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
	font-style: normal;
}

div#css_sniffer {
  left:0;
}

em.excerpt-left {
  font-style: normal;
}

span.excerptbox-left {
	float: left;
	width: 30%;
	padding: 5px;
	margin: 0 5px 5px 5px;
	background-color: #99ccff;
	border: 1px solid #3050b0;
	color: #3050b0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
	font-style: normal;
}

div#css_sniffer {
  left:0;
}

/* Table  & Div Styles */
.repeat	{
	background-repeat:no-repeat;
	background-position:center center;
}

.repeat-bottom	{
	background-repeat:no-repeat;
	background-position:center bottom;
}

.thin-border  {
	border:thin;
	border-color:#000000;
}

.related-links  {
	border:solid #3050b0 thin;
}

.menu-table  {
	background-color:#ccffff;
	border: solid #0000ff thin;
}

.table1 {
	line-height: 250%;
}

/* Cursor Styles */
p.hand {
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

img.hand {
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}

/* Image Styles */

.img  {
	padding:0px;
	border:1px solid #000000;
}

/* Rounded Corners */
.rbroundbox { background: url(images/Corners/nt.gif) repeat; }
.rbtop div { background: url(images/Corners/tl.gif) no-repeat top left; }
.rbtop { background: url(images/Corners/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/Corners/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/Corners/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really necissary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }
