/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	background-color: #FFCC99;
	color: #305236;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #ff8080;
	text-decoration: none;
}

a:hover{
	color: #800000;
	text-decoration: none;
}

a:active {
	 color: #663300
}


  div.c4 {text-align: justify}
  
  div.c3 {text-align: center}
  
  table.c2 {background-color: #EEEEEE}
  
  table.c5 {background-color: #9cce9c}
  
  img.c1 {filter:progid:DXImageTransform.Microsoft.Fade()}

h1{
 font-family: "Times New Roman", Times, serif;
 font-size: 35pt;
 color: #333399;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: "Times New Roman", Times, serif;
 font-size: 25pt;
 color: #333399;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: "Times New Roman", Times, serif;
 font-size: 20pt;
 color: #333399;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: "Times New Roman", Times, serif;
 font-size: 18pt;
 color: #333399;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: "Times New Roman", Times, serif;
 font-size: 16pt;
 color: #333399;
 margin: 0px;
 padding: 0px;
}
h6{
 font-family: "Times New Roman", Times, serif;
 font-size: 14pt;
 color: #333399;
 margin: 0px;
 padding: 0px;
}
ul{
 list-style-type: square;
}

/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}
#globalNav a {
	display: block;
	
	padding: 2px 0px 2px 10px;
}

#globalNav a:hover{
	background-color: #dddddd;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #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;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}




/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
  float: right;
	width: 20%;
	margin: 0px;
	padding: 5px;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:left;
	width: 20%;
	
	padding-right: 10px;
	text-align: justify;
	clear: both;
}



#content{
  float: left;
  width: 55%;
}
#content2{
  float: left;
  width: 75%;
}

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #8f8f8f;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 10px 20px 10px;
	font-size: 70%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

