/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************//***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Cambria, Calibri;
	vertical-align:top;
	color: #003366;
	font-size:14px;
	font-weight:100;
	font-style:normal;
	line-height: 1.5;
	margin: 8px;
	padding: 10px;
	text-indent: 0px;
	}
	
	a{
	color: #000066;
	text-decoration: underline;
}a:link{
	color: #000066;
	text-decoration: underline;
}a:visited{
	color: #003366;
	text-decoration: underline;
}a:hover{
	color: #006699;
	text-decoration: underline;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #CCCCFF;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 18px;
	color: #003399;
	margin: 0px;
	padding: 0px;
	text-align:center;
	line-height: normal;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 16px;	font-weight:bold;
	color: #003333;
	margin: 0px;
	padding: 0px;
	text-align:center;
	line-height: normal;
	margin-bottom: 8px;
	padding-top: 8px;
	color: #003399;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #003399;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	line-height: normal;
	text-align: center;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	vertical-align: top;
	line-height: normal;
	font-style: normal;
	width: auto;
	font-variant: normal;
	height: auto;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000033;
	margin: 0px;
	padding: 0px;
	text-indent: 10px;
	font-weight: bold;
}
h6{
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 color: #006666;
 margin: 0px;
 padding: 0px;
 text-align:center
}
ul{
 list-style-type: square;
}ul ul{
 list-style-type: disc;
}ul ul ul{
 list-style-type: none;
}
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #334d55;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/#masthead{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#navBar{
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #9999CC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	
}#headlines{
	float:left;
	width: 20%;
	padding-right: 10px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #CCCCCC;
}#content{
  float: left;
  width: 55%;
}/***********************************************/
/* Components                                  */
/***********************************************/#siteName{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 10px;
}
/************* #globalNav styles **************/#globalNav{
	padding: 0px 0px 5px 10px;
	color: #C0C0C0;
	font-size:18px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}#globalNav img{
 display: block;
}#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}/*************** #pageName styles **************/#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align:left;
	padding-top: 10px;
}/************* #breadCrumb styles *************/#breadCrumb{
	font-size: 70%;
	letter-spacing:normal;
	padding: 2px 0px 0 10px;
	letter-spacing: normal;
	text-align: left;
	
}
/************** .feature styles ***************/.feature{
	font-size: 10pt;
	line-height: normal;
	text-align: left;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: middle;
	text-indent: 0px;
}.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}.feature img{
	float: left;
	padding: 15px 15px 15px 15px;
	text-wrap: unrestricted;
}
/************** .story styles *****************/.story{
	clear: left;
	padding: 6px 3px 6px 3px;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	text-indent: 0px;
	outline-color: #000000;
	margin-bottom: 3pt;
}.story p{
	padding: 0px 0px 10px 0px;
	font-size: 10pt;
}
/************* #siteInfo styles ***************/#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
/************* #search styles ***************/#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #9999CC;
}#search form{
 margin: 0px;
 padding: 0px;
}#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
/*********** #navBar link styles ***********/#navBar ul a:link,#navBar ul a:hover{
	color: #333399;
	background-color: #CCCCFF;
}
	 
#navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	width: auto;
}/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	background-color: #CCCCFF;
	position: static;
}
/*********** #sectionLinks styles ***********/#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	list-style-type: square;
	list-style-position: inside;
	height: auto;
	width: auto;
	vertical-align: top;
	line-height: normal;
	font-weight: bold;
}#sectionLinks h3{
	padding: 8px 0px 2px 8px;
}#sectionLinks a {
	display: block;
	border-top: 1px solid #003333;
	padding: 2px 0px 2px 8px;
}#sectionLinks a:hover{
	color: #333399;
	background-color: #CCCCFF;
}
/*********** .relatedLinks styles ***********/.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	background-color: #9999CC;
	color: #003366;
}/************** #advert styles **************/#advert{
	padding: 20px 0px 10px;
}#advert img{
	display: block;
}
/************** #headlines styles **************/#headlines{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 10pt;
}#headlines p{
	padding: 5px 0px 5px 0px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	float:left
	line-height: normal;
}
.Update-SiteMeter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align:center
	
}
/***********************************************/
/* HTML tag styles
font colors
003333
003366
006699
                             */
/***********************************************/

