/***********************************************//* styles.css                             *//* Use with template           *//***********************************************//***********************************************//* HTML tag styles                             *//***********************************************/ body{	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #333333;}	ul{	list-style-type: none;}ul.noindent {	margin: 0;	padding: 0;}ul.noident li {	list-type: none;	margin: 0;	padding: 5px 0 5px 0;}/***********************************************//* Layout Divs                                 *//***********************************************/#container {    width: 900px;	margin:0 auto;}/***********************************************//* Mast Head                                   *//***********************************************/#logo{	width:50%;	float: left;	padding-bottom: 10px;}#search{	width:auto;	float: right;	margin-top: 10px;}#mastimage{	width:100%;	float: left;	padding-top: 10px;	padding-bottom: 10px;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #999999;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #999999;}/***********************************************//* Left Navigation                             *//***********************************************/#leftnavbar{	float: left;	width: 20%;	border-right-width: thin;	border-right-color: #CCCCCC;	border-right-style: solid;}#sectionLinks{	font-family: Geneva, Arial, Helvetica, sans-serif;	padding-top: 25px;	padding-right: 10px;	padding-bottom: 0px;	padding-left: 0px;	line-height: 30px;}#sectionLinks a{	color: #666666;	text-decoration: none;	font-size: 14px;	font-weight: normal;}#sectionLinks a:link{	color: #666666;	text-decoration: none;}#sectionLinks a:visited{	color: #666666;	text-decoration: none;}#sectionLinks a:hover{	color: #3366FF;	text-decoration: none;}/***********************************************//* Right Navigation                            *//***********************************************/#rightnavbar{	float:right;	width: 20%;	border-left-width: thin;	border-left-style: solid;	border-left-color: #cccccc;}#articleLinks{	font-family: Geneva, Arial, Helvetica, sans-serif;	padding-top: 25px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 15px;	line-height: 18px;	font-size: 11px;	font-weight: normal;}#articleLinks h1{	font-size: 20px;	margin: 0px;	font-weight: normal;	padding-bottom: 10px;	font-family: Geneva, Arial, Helvetica, sans-serif;	color: #CC6600;}#articleLinks h2{	font-size: 11px;	margin: 0px;	font-weight: normal;	padding-bottom: 10px;	font-family: Geneva, Arial, Helvetica, sans-serif;	color: #3366FF;}#articleLinks a{	color: #3366FF;	text-decoration: none;	font-size: 11px;	font-weight: normal;}#articleLinks a:link{	color: #3366FF;	text-decoration: none;}#articleLinks a:visited{	color: #3366FF;	text-decoration: none;}#articleLinks a:hover{	color: #CC6633;	text-decoration: none;}/***********************************************//* Content                                	   *//***********************************************/#content{	float: left;	width: 57%;	padding-left: 15px;	padding-top: 15px;}#content a{	color: #3333FF;	text-decoration: none;}#content a:link{	color: #3333FF;	text-decoration: none;}#content a:visited{	color: #3333FF;	text-decoration: none;}#content a:hover{	color: #FF6600;	text-decoration: underline;}#content h1{	font-size: 28px;	margin: 0px;	font-weight: normal;	padding-bottom: 10px;	font-family: Geneva, Arial, Helvetica, sans-serif;	color: #CC6600;}#content h2{	font-size: 120%;	margin: 0px;	font-weight: normal;	padding-bottom: 10px;	font-family: Geneva, Arial, Helvetica, sans-serif;}/***********************************************//* Footer                                      *//***********************************************/#siteInfo{	color: #666666;	padding: 10px;	clear: both;}#siteInfo a{	color: #666666;	text-decoration: none;}#siteInfo a:link{	color: #666666;	text-decoration: none;}#siteInfo a:visited{	color: #666666;	text-decoration: none;}#siteInfo a:hover{	color: #3366FF;	text-decoration: none;}