/* This section will control the settings for the optional 3rd column */
#col2 { width:350px;border-right:1px solid #f4f4f4;padding-right:10px; }
#col3{	min-height:600px;float:left;width:155px;padding-right:10px;}
#col3 ul{ list-style-type:none;padding:0px;margin-bottom:10px;margin-left:20px;margin-top:30px; }
#col3 li{ 	width:125px; border-left:1px solid black;border-bottom:1px solid black;border-right:1px solid black; background:#f9f9f9;padding:2px 4px; text-indent:5px; }
#col3 li:first-child{ border-top:1px solid black; background:#c8c8c8;text-indent:0px; }
#col3 a, a:active, a:visited { color:#00b; text-decoration:none; }
#col3 a:hover { text-decoration:underline; }


