/* CSS Document 12/8/06*/
body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #ccc;
	padding: 0px;
	margin: 0px

}
#wrapper {
	margin: 0px auto;
	width: 802px;
	
}
#page{
	height: 600px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-top: 10px;
	position: relative;
	}
	
#menu {
	width: 200px;
	background-image:  url(../imagesA/menu_bkgd.gif);
	background-repeat: repeat-y;
	height: 260px;
	top: 110px;
	left: 0px;
	color: #444;
	letter-spacing: .07em;
	margin: 0px;
	position: absolute;
	padding: 0px;
}
#menu ul {
	list-style-type: none;
	line-height: 1.7em;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	width: 160px;
}
#menu li {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
#menu li a {
	color: #555;
	text-decoration: none;
	background-image: url(../imagesA/trans-block.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}
#menu li a:hover{
	color: #060;
	background-image: url(../imagesA/grn-block.gif);
	background-repeat: no-repeat;
}
#menu li a.active {
	color: #600;
	background-image: url(../imagesA/red-block.gif);
	background-repeat: no-repeat;
	}
	
#menu ul ul {
	position: relative;
	top: 0px;
	width: 155px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu ul li ul li {
	border: none;
	display: inline;
	font-size: 0.95em;
}
#menu ul li ul li a {
	margin: 0;
	padding-left: 6px;
}
#menu ul ul a:hover {
	background-image: none;
	background-image: url(../imagesA/grn-block-s.gif);
	background-repeat: no-repeat;
}
#menu ul ul a.view {
	color: #000;
	margin: 0;
	background-image: url(../imagesA/red-block-s.gif);
	background-repeat: no-repeat;
}
	
#main {
	position: absolute;
	top: 109px;
	left: 201px;
	width: 600px;
	line-height: 1.3em;
	
	
}
#main a {
	text-decoration: none;
	letter-spacing: .1em;
	color: #666666;
	font-weight: bold;
}
#main p {
	margin-top: 0;
	margin-bottom: .7em;
}

.separator {
clear: both; height: 0em;}

#ss_text {
	width: 216px;
	padding: 0 1em 0 .5em;;
	position: absolute;
	top: 0px;
	left: 355px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	height: 259px;
}

#change {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 145px;
	padding-bottom: 4px;
	background-image: url(../imagesA/hand_pnt.gif);
	background-repeat: no-repeat;
	background-position: 136px 0px;
	padding-left: 15px;
	left: 10px;
	top: 200px;
	margin: 8px 0 0 8px;
}
#change a {
	color: #666;
	margin-left: -16px;
	padding-left: 16px;
	text-decoration:none;
}

#change a:hover {
	color: #660000;
	text-decoration: none;
}


h1 {
	font-size: 1.2em;
	color: #555;
	margin-bottom: 1em;
	width: 595px;
}
h2 {
	font-size: 1.1em;
	color: #003366;
	font-weight: bold;
	margin-bottom: .4em;
}
#blurb {
	font-size: 1.2em;
	line-height: 1.1em;
	color: #666666;
	padding: 0 0 0.5em 1em;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	position: relative;
	left: 10px;
	top: 30px;
	width: 160px;
}
#change.webchange {
	background-image: url(../imagesA/hand_pnt.gif);
	background-repeat: no-repeat;
	background-position: 142px;
}
strong {
	color: #555;
}
