<!--
body {background-color: #FFF; color: #696F7E; font-family: Arial, Helvetica, sans-serif; border-width: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;}

div.site_container1 { width: 100%; text-align: center; }

div.site_container2 {
    display: block;
    padding: 0px;
    width: 770px;
    margin: 0px auto;
    position: relative;
    text-align: left;
	border: 1px solid #8a8f9e;
}

div.header {
	width: 770px;
	height: 168px;
	background: url("graphics/banner.jpg") no-repeat 0px 0px;
}

div.left_nav {
	float: left;
	width: 180px;
	padding-left: 40px;
	margin-top: -20px;
}

#nav { padding: 0px; margin: 0px; list-style: none; font-size: 75%; }

#nav li { float: left; font-weight: bold; }

#nav a:link { display: block; float: left; width: 165px; text-decoration: none; color: #8a8f9e; padding: 2px 0px 2px 15px; border-bottom: 1px solid #8a8f9e; background: url("graphics/bull_off.gif") no-repeat 0px 6px;}
#nav a:visited { display: block; float: left; width: 165px; text-decoration: none; color: #8a8f9e; padding: 2px 0px 2px 15px; border-bottom: 1px solid #8a8f9e; background: url("graphics/bull_off.gif") no-repeat 0px 6px;}
#nav a:hover { display: block; float: left; width: 165px; text-decoration: none; color: #6c1f80; padding: 2px 0px 2px 15px; border-bottom: 1px solid #8a8f9e; background: url("graphics/bull_on.gif") no-repeat 0px 6px;}
#nav a:active { display: block; float: left; width: 165px; text-decoration: none; color: #F7941D; padding: 2px 0px 2px 15px; border-bottom: 1px solid #8a8f9e; background: url("graphics/bull_off.gif") no-repeat 0px 6px;}

#nav a.active:link { color: #F7941D; }
#nav a.active:visited { color: #F7941D; }
#nav a.active:hover { color: #6c1f80; }
#nav a.active:active { color: #F7941D; }

div.pg_content {
	float: left;
	width: 500px;
	padding: 20px 25px 0px 25px;
}

div.main_content {
	float: left;
	width: 340px;
	padding-right: 10px;
}

div.right_col {
	float: left;
	width: 150px;
	text-align: center;
	font-size: 70%;
}

div.contact_col1 {
	float: left;
	width: 150px;
	font-size: 80%;
}

div.contact_col2 {
	float: left;
	width: 350px;
	font-size: 80%;
}

div.clearer {
	clear: both;
	height: 0px;
	font-size: 0%;
}

div.spacer {
	float: left;
	width: 500px;
	height: 20px;
	line-height: 20px;
}

div.footer {
	clear: both;
	width: 700px;
	padding: 20px 30px 10px 40px;
	font-size: 70%;
}

span.left { float: left; }
span.right { float: right; width: 374px; }

img{border: 0px;}
img.left1  {float: left; padding-right: 15px;}
img.right1  {float: right; padding-left: 15px;}
img.right_col {padding-top: 10px;}

h1 {font-size: 110%; color: #6c1f80;}
h1.orange {font-size: 110%; color: #F7941D;}
h1.home {padding-top: 137px; margin: 0px; color: #F7941D;}

h2 {font-size: 100%; color: #F7941D;}

p {font-size: 80%; margin: 12px 0px 12px 0px; line-height: 17px;}
p.home {padding-left: 120px;}
p.note {font-style: italic;}

ul.home {font-size: 80%; padding: 0px 0px 0px 60px; margin: 0px 0px 0px 60px; list-style: none;}
ul.home li {padding: 4px 0px 4px 15px; background: url("graphics/bull_on.gif") no-repeat 0px 8px; line-height: 17px;}

a:link {color: #F7941D; text-decoration: none;}
a:visited {color: #F7941D; text-decoration: none;}
a:hover {color: #6c1f80; text-decoration: underline;}
a:active {color: #F7941D; text-decoration: underline;}

strong.purple {color: #6c1f80;}

-->