body { margin: 6pt 0pt 0pt }

a:link { color:grey }
a:active { color:black }
a:visited { color:grey }

td { font-family:verdana; font-size:small }

.tiny { font-family:verdana; font-size:xx-small }
.small { font-family:verdana; font-size:x-small }
.normal { font-family:verdana; font-size:small }
.heading { font-family:verdana; font-size:medium; font-weight:bold }




hr { color: #6699cc }
hr.record-divider { border-style: dashed; color: #000000 }
textarea { font-family: verdana; font-size:xx-small }
input { font-family: verdana; font-size:xx-small }
select { font-family: verdana; font-size:xx-small }
input.button { background-color: #6699cc; color: #ffffff; font-family: verdana; font-size:xx-small; font-weight: 100 }
input.button-selected { background-color: #c0c0c0; color: #ffffff; font-family: courier; font-size: 12px; font-weight: 100 }
input.checkbox { vertical-align: baseline }
table { border-width: 0 }
table.header { background-color: #003366; color: #ffffff }
table.main { background-color: #ffffff }
td.breadcrumb { color: #ffffff }
td.footer { font-family: times }
td.logo { color: #ffffff; font-family: courier; font-size: 24px; font-weight: 700 }
th { font-family: arial; font-size: 12px; font-weight: 700 }
tr.menu { background-color: #cccccc }
tr.shade { background-color: #e5e5e5 }
tr.titlebar { background-color: #000000; color: #ffffff }

.comment { color: #ff0000; font-style: italic }
.heading-1 { color: #000000; font-family: arial; font-size: 13px; font-weight: 700 }

/************************************** Start Left Column CSS **************************************/

#insideContent {
	position: relative;
	width: 838px;
	margin: 0 0 0 23px;
}

#leftColumn {
	width: 175px;
	float: left;
	margin: 0 0 0 0px;
}

#leftColumn ul {
	list-style: none;
	font-family: "Verdana", Times, serif;
	font-size: 12px;
	color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
	width: 179px;
	
}

#leftColumn li {
	width: 160px;
	font-family: "Verdana", Times, serif;
	display: block;
	margin: 4px 0;
	border-bottom: 1px solid #D3D3D2;
	padding: 0 0 4px 0;
}

#leftColumn li a {
	width: 126px;
	height: 20px;
	font-family: "Verdana", Times, serif;
	background: url(images/main-bullet.gif) no-repeat 0 -3px;
	padding: 2px 0 0 28px;
	text-decoration: none;
	color: #7C7C7C;
	display: block;
}

#leftColumn li a:hover {
	background-color: #E5E5E4;
}

#leftColumn #active a{
	width: 126px;
	background: url(images/main-bullet.gif) no-repeat 0 -3px #E5E5E4 ;
	height: 20px;
	padding: 2px 0 0 28px;
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0 0 0 0 ;
}

#leftColumn #double a{
	width: 126px;
	background: url(images/main-bullet-double.gif) no-repeat 0 -3px;
	height: 33px;
	padding: 0 0 0px 28px;
	text-decoration: none;
	color: #7C7C7C;
	display: block;
	margin: 0 0 0 0 ;
}

#leftColumn #double a:hover {
	background-color: #E5E5E4;
}

#leftColumn #activeDouble a{
	width: 126px;
	background: url(images/main-bullet-double.gif) no-repeat 0 -3px #E5E5E4;
	height: 33px;
	padding: 0px 0 0px 28px;
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0 0 0 0 ;
}


/************************************** End Left Column CSS **************************************/


