/***********************************************//* 2col_leftNav.css                            *//* Use with template 2col_leftNav.html          *//***********************************************//***********************************************//* HTML tag styles                             *//***********************************************/ body{	font-family: century gothic;	color: #333333;	background-color: #FFFFFF;	font-size: large;}a:link, a:visited, a:hover {	text-decoration: none;}a:hover {	text-decoration: underline;}/* overrides decoration from previous rule for hovered links */h1, h2, h3, h4, h5, h6 {	font-family: century gothic;	}h1{ font-family: century gothic; font-size: 120%; color: #334d55;}h2{ font-size: 114%; color: #330066;}h3{ font-size: 100%; color: #334d55;}h4{ font-size: 100%; color: #333333;}h5{ font-size: 100%; color: #334d55;}ul{ list-style-type: square;}ul ul{ list-style-type: disc;}ul ul ul{ list-style-type: none;}label{	font-family: century gothic;	font-size: x-large}				/***********************************************//* Layout Divs                                 *//***********************************************/#masthead{	background-color: #330066;}#navBar{	background-color: #8306FF;}#content{float:right;width:75%;	position: relative;	color: #333333;}/***********************************************//*Component Divs                               *//***********************************************/#siteName{margin:0 0 0 0;	background-color: #330066;	color: #FFFFFF;	font-family: "century gothic";	text-decoration: none;	font-style: normal;}/*************** #pageName styles **************/#pageName{	}/************* #globalNav styles **************/#globalNav{color: #cccccc;}/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line   this will force a horizontal scrollbar if there isn't enough room for all links   remove rule or change value to 'normal' if you want the links to line-wrap */#globalNav img{ display: block;}#globalNav a {	font-size: 90%;}/************* #breadCrumb styles *************/#breadCrumb{	font-size: 80%;	padding: 0px 0px 0px 10px;}/************** .feature styles ***************/.feature{	padding: 0px 0px 0px 0px;	font-size: 80%;	background-color: #FFFFFF;}.feature h3{	padding: 30px 0px 5px 0px;	text-align: center;	background-color: #FFFFFF;	color: #330066;}.feature img{	float: left;	padding: 0px 10px 0px 5px;	margin: 0 5px 5px 0;}/* adjust margins to change separation between the feature image and text flowing around it *//************** .story styles *****************/.story{	clear: both;	padding: 10px 0px 0px 10px;	font-size: 80%;}.story p{	padding: 0px 0px 10px 0px;}/*********** #navBar link styles ***********/#navBar ul a:link, #navBar ul a:visited {	display: block;	color: #FFFFFF;	font-family: "century gothic";	font-weight: bold;	font-size: x-large;	background-color: #8306FF;	position: static;	width: 220px;	margin-top: 0px;	margin-left: 0px;}#navBar ul {	list-style: none;	margin: 0;	padding: 0;	width: 220px;	background-color: #8306FF;}/* hack to fix IE/Win's broken rendering of block-level anchors in lists */#navBar li/* fix for browsers that don't need the hack */html>body #navBar li {	background-color: #8306FF;}/*********** #sectionLinks styles ***********/#sectionLinks{}#sectionLinks h3{	padding: 10px 0px 2px 10px;}#sectionLinks a:link{	padding: 2px 0px 2px 10px;  voice-family: "\"}\"";   voice-family:inherit;	width: auto;}#sectionLinks a:visited{	padding: 2px 0px 2px 10px;	background-color: #6304C1;	font-family: "century gothic";	color: #CCCCCC;}#sectionLinks a:hover{	background-color: #dddddd;	padding: 2px 0px 2px 10px;	color: #333333;}/*********** .relatedLinks styles ***********/.relatedLinks{	margin: 0px;	padding: 0px 0px 10px 10px;	font-size: 90%;}.relatedLinks h3{	padding: 10px 0px 2px 0px;}/************** #advert styles **************/#advert{	padding: 10px 0px 0px 10px;	font-size: 80%;	}#advert img{	display: block;}/************** #headlines styles **************/#headlines{	margin: 0px;	padding: 10px 0px 20px 10px;	font-size: 80%;}#headlines p{	padding: 5px 0px 5px 0px;}