/* CSS Document */

#container {
	width:848px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	/*background-image:url(menu-art/backrule2.gif);
	background-repeat:repeat-y;*/
	margin-top:24px;
}
#insideContainerRule {
	background-image:url(menu-art/backrule.gif);
	background-repeat:repeat-y;
	width:auto;
	height:auto;
	margin:24px 24px;
}	
#leftColumn {
	width:254px;
	float:left;
}
#rightColumn {
	width:521px;
	float:right;
}
#insideLeftColumn {
	/*padding-right:20px;*/
}
#insideRightColumn {
	margin-left:15px;
}	
body {
	font:12px/150% Georgia, "Times New Roman", Times, serif;
	background-color:#C0C0C0;
	color:#484848;
}	
.hed {
	font-size:24px;
	font-style:normal;
	color:#1d619e;
	margin:18px 0;
}	
.subhed {
	font-size:16px;
	font-style:normal;
	color:#000000;
	line-height:170%;
}
.subhed1 {
	font-size:14px;
	font-style:normal;
	color:#000000;
	line-height:1.5em;
}
.defaultRule {
	width:auto;
	height:12px;
	border-bottom:#666666 solid 1px;
	margin-bottom:12px;
}	
.black {
	color:#000000;
}
.green {
	color:#1d619e;
}
.greensubhed {
	color:#1d619e;
	font-weight:bold;
}		
.bullet {
	width:12px;
	height:8px;
	margin:5px 3px 0 1px;
	float:left;
}	
a:link {
	color: #000000;
	text-decoration: none;
	border-bottom:#666666 dotted 1px;
	line-height:2em;
	
}
a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom:#666666 dotted 1px;
	line-height:2em;
}
a:hover {
	text-decoration: none;
	color: #1d619e;
	border-bottom:#1d619e dotted 1px;
	line-height:2em;
}
a:active {
	text-decoration: none;
	color: #000000;
	border-bottom:#666666 dotted 1px;
	line-height:2em;
}	

a.altlink:link {
	color: #000000;
	text-decoration: none;
	border-bottom:#666666 dotted 1px;
}
a.altlink:visited {
	text-decoration: none;
	color: #000000;
	border-bottom:#666666 dotted 1px;
}
a.altlink:hover {
	text-decoration: none;
	color: #1d619e;
	border-bottom:#1d619e dotted 1px;
}
a.altlink:active {
	text-decoration: none;
	color: #000000;
	border-bottom:#666666 dotted 1px;
}	

			
			