
body {
	margin:0;
	padding:0;
	background:#ffffff url(/images/pattern.gif) repeat 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
p {margin-top:0; margin-bottom:6px;}
ul {margin-top:0; margin-bottom:6px;}
a  {font-family: Arial, Helvetica, sans-serif;font-size: 11px; color: #999999;text-decoration:underline;}
a:hover {	font-family: Arial, Helvetica, sans-serif;font-size: 11px; text-decoration:underline;}
a:active{	font-family: Arial, Helvetica, sans-serif;font-size: 11px;text-decoration:none;}

.centeredImage
{
	text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:3px;
}

#container {
	background-color: #ffffff;
	width: 760px;
	margin: 0 auto;
}

.pagecontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#999999;
	padding: 0 15px 0 15px;
	line-height:18px;
}

.pagecontent ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.pagecontent li {
	background-image:url(images/bullet_orange_arrow.gif);
	background-repeat:no-repeat;
	background-position: 5px 50%;
	margin:0;
	padding:0;
}

.pagecontent li a {
	background-color:transparent;
	padding-left:20px;
	text-decoration:none;
}

.list_no_anchor ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.list_no_anchor li {
	background-image:url(images/bullet_teal_square.gif);
	background-repeat:no-repeat;
	background-position: 5px 50%;
	font-size:11px;
	margin:0;
	padding-left:20px;
}

.pagetitle {
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding-left:15px;
}

.pageitem {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	padding:3px 0 3px 0;
}

.orange_bold {
	/*color:#FF9900;*/
	color:#00656F;
}

.black {
	color:#000000;
}

.teal {
	color:#00656F;
}

.orange {
	color:#FF9900;
}

.orange_rule {
	background-color:#FF9900;
}

.blue_rule {
	background-color:#d1f0f0
}

.service_tbl {
}

.service_tbl td {
	padding:5px;	
}

.servicelist ul {
	margin:0;
	padding:0;
	list-style-type:none;	
}

.servicelist ul li {
	color:#000000;
	/*background-image:url(images/dot_orange_4.gif);*/
	background-image:url(images/dot_teal_4.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
	padding-left:10px;
}

.tbl_image {
	padding:5px;
	border-right: 1px solid #999999;
}

.footer td {
	text-align:center;
}

#nav {
	width: 200px;
	border-top:1px solid #eeeeee;
}

#nav ul {margin: 0px; padding: 0px;}
#nav li {margin: 0px; padding:2px 0px 2px 0px; list-style-type: none;}

/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open ul{display:block;}

.closed, .open {
	border-bottom:1px solid #eeeeee;
}

/* Link Styles for the Menu */

.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-color: #ffffff;
	color: #999999;
	display: block;
	font-size: 11px;
	font-weight:bold;
	padding: 2px 2px 2px 16px;
	text-decoration: none;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover {
	background-color: #eeeeee;
	text-decoration:none;
}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	background-color:transparent;
	background-image: url(images/bullet_orange_arrow.gif);
	background-repeat: no-repeat;
	background-position: 8% 50%;
	border: 0;
	color:#ff9900;
	font-size: 11px;
	font-weight:normal;
	padding: 0 2px 0 30px;
	margin: 0;
	line-height:1.5em;
	text-decoration: none;
}

.open ul a:hover { 
	background-color: #eeeeee;
}

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#current {
	background-color:#EEEEEE;
}