/* CSS Document */body{background:black url('images/backing.gif');background-repeat:repeat-x;font-family: tahoma; arial, sans-serif;    font-size:13px;}h3{		font-size: 20px;	font-style: italic;}#title{	margin-right: 20px;	margin-left: 20px;}#title2{	color: #FFF;	font-family: "Times New Roman", Times, serif;	font-size: 24px;	font-style: italic;		}#update{		font-size: 12px;	font-family: Arial, Helvetica, sans-serif;}div.containerm{width:750px;color:#000000;margin-left:auto;margin-right:auto;border:0px solid gray;line-height:150%;}div.header{color:white;clear:left;}div.footertop{height:3.5px;color:white;background-color:#000000;clear:both;}div.footer{heght:150px;color:white;background-image:url(images/bottom.gif);background-repeat:repeat-x;clear:left;}div.left{float:left;width:160px;margin:0;padding:1em;}div.content{min-height:390px;	background-color:white;	clear:left;	color: #000000;}/*Top LIST!!*//* Remove all margin and padding from the unordered list in the main menu. */#main-menu ul {margin: 0px;padding: 0px;}/* Remove bullets for each list item. Make each list item go horizontal instead of vertical. Add 5 pixels of margin to the left and right sides of each list item to space them away from eachother. */#main-menu li {list-style-type: none;display: inline;margin: 0 5px 0 5px;}/* Links within each list item will appear with white text and the text will not be underlined. */#main-menu li a {color: #FFFFFF;text-decoration: none;font-size:14px;font-family:Arial, Helvetica, sans-serif;}/* When the mouse hovers over a link, it will appear with brownish yellow text and the text will be underlined. Any links with a class of active will also appear the same way. */#main-menu li a.active, #main-menu a:hover {text-decoration: underline;color: #3333CC;}/*Top BOTTOM LIST!!*//* Remove all margin and padding from the unordered list in the main menu. */#bottom-menu ul {margin: 0px;padding: 0px;}/* Remove bullets for each list item. Make each list item go horizontal instead of vertical. Add 5 pixels of margin to the left and right sides of each list item to space them away from eachother. */#bottom-menu li {list-style-type: none;display: inline;margin: 0 5px 0 5px;}/* Links within each list item will appear with white text and the text will not be underlined. */#bottom-menu li a {font-size:13px;color: #FFFFFF;text-decoration: none;font-family:Arial, Helvetica, sans-serif;