/* CSS Document */
html, body {
	color: #444;
}

div#banner {
	height: 87px;
}

div#column-main {
	font-size: 10pt;
	width: 745px;
	padding: 5px 10px 20px 20px;
	margin: 0;
}

div#column-main a{
	border-bottom: 1px dotted #bbb; 
	outline: none;
	color: inherit;
}

div#column-main a:hover{
	border-bottom: 1px solid;
	color: #600;
	text-decoration: none;
}

div#column-main a.plainlink {
	text-decoration:none;
	border:none;
}
div#column-main  h1, div#column-main  h2, div#column-main  h3, div#column-main  h4 {
	line-height: normal;
}

div#column-main  h1{
	font-size: 1.6em;
	color: #600;
}
div#column-main  h2{
	font-size: 1.4em;
	color: #444;
}
div#column-main  h3{
	font-size: 1.2em;
	color: #f79144;
}
div#column-main  h4{
	font-size: 1.1em;
}

div#column-main  li {
	padding: 0.3em 0;
	
}

div#column-main ul {
	list-style: disc url("../images/arrow.gif");
	margin-left: 1.5em;
	padding-right: 1.5em;
}

div#column-main strong, div#column-main b {
	color: #600;
}

div #columns {
	padding-bottom: 30px;
}

div#column-nav { 
	width: 165px;
	margin: 0;
	margin-left: 10px;
}

#head-strip {
	background: #600;
}

#lnav li:hover {
	background: #600;
}
#lnav li a {
	font-size: 12px;
	padding: 9px 0px 9px 7px;
	font-weight: bold;
}

#lnav li.level2  {
	height: 24px;
}

#lnav li.level2  a {
	font-size: 10px;
	padding: 5px 0px 5px 18px;
	font-weight: normal;
}


#lnav li.lnactive {
	background: #600;
}

td.headernav {
	color:#898989;
	font-size:0.8333em;
	line-height:1em;
	padding: 3px 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 0.8em;
}
td.headernav a:visited, #maincontent td.headernav a:link {
	background-color:transparent;
	color:#898989;
	text-decoration:none;
}
td.headernav a:hover {
	text-decoration:underline;
}
td.pagetitle {
	color:#600;
	padding: 0.5em 0;
	font-size:1.5em;
	font-weight:bold;
}

.smalltext {
	font-size:0.85em;
}

.verysmalltext {
	font-size:0.75em;
}
/*
#banner {
	background: #B7B7B7 top left repeat-x url(srs_banner.jpg);
}
*/
td.infoboxcontent, tr.infoboxcontent td, table.infoboxcontent td {
	color:inherit;
	font-weight:normal;
	font-style:normal;
	text-transform:none;
	border:1px solid #b2afa7;
	background-color:#FFFFFF;
	line-height:1.25em;
	padding:0.5em 0.5em 0.5em 1em;
}
table.infoboxcontent {
	border-collapse:collapse;
}
#column-main th, td.tableheading, table.infoboxcontent td.tableheading {
	color:#FFF; 
	background-color:#555;
	text-align:left; 
	font-weight:bold;
	font-size:1.1em;
	padding:0.4em 0 .4em .6em;
	border-bottom:1px solid #b2afa7;
}

#column-main img {
	margin: 0px 5px;
	border: 0 none;
}

* html #column-main table {
	width: auto;
}
