
/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Trebuchet, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;}

a{
	color: #333399;
	text-decoration: none;}

a:link{
	color: #333399;
	text-decoration: none;}

a:visited{
	color: #333399;
	text-decoration: none;}

a:hover{
	color: #bbbbbb;
	text-decoration: underline;
	font-weight: bold;}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #00008B;
 text-align: center;
 margin: 0px;
 padding: 10px;}

h2{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #FF7F50;
 text-align: center;
 margin: 0px;
 padding-bottom: 10px;}

h3{
 font-family: Arial,sans-serif;
 font-size: 115%;
 color: #333399;
 margin: 0px;
 padding: 0px;}

h4{
 font-family: Arial,sans-serif;
 font-size: 125%;
 font-weight: bold;
 color: #FF0000;
 margin: 0px;
 padding: 0px;}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 color: #333399;
text-align: center;
 margin: 0px;
 padding: 0px;}

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: bold;
 color: #334d55;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#logo{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;}

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;}


#navtop{
	float: left;
	margin: top;
	width: 100%;
	margin-left: 0px;
	padding: 2px;
	background-color: #bbbbbb;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;}

#headlines{
	float:right;
	font-size: 120%;
	font-family: Comic Sans MS;
	margin: top;
	width: 20%;
	color: "#FF0000";
	border-left: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	padding-right: 0px;}

#content{
	float: left;
	margin: top;
	width: 59%;}

# .centerimg img { width: 95%;
	padding: 0px 0px 12px 0px;}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;}

.feature h3{
	padding: 12px 0px 5px 0px;
	text-align: center;}

.feature h4{
	padding: 12px 0px 5px 0px;
	font-family: Comic Sans MS;
	font-weight: bold;
	text-align: center;}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;}

.style1 { font-family: "Arial";
	 font-size: 90%;
	 padding: 12px 0px 0px 0px;}

/*********** #navtop link styles ***********/
#navtop ul {
      font-family:Arial, Helvetica, sans-serif;
      font-size: 90%;
      }

#navtop ul a:link {
      color: #000080;
      text-decoration: none}

#navtop ul a:hover {
      color: #FFFFFF;
      font-weight: bold;
      text-decoration: none}

#navtop ul {list-style: none;
      margin: 0;
      padding: 0;}

#navtop li {display: inline;
      border-bottom:
      1px solid #EEE;}

html>body #navtop li {border-bottom: none;}


#leftcol {
	width: 20%;
	float: left;
	margin: top;
	margin-left: 0px;
	padding: 0px;
	background-color: #bbbbbb;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;}
}

#leftcol ul {
      font-family:Arial, Helvetica, sans-serif;
      font-size: 90%;
      }

#leftcol ul a:link {
      color: #000080;
      text-decoration: none}

#leftcol ul a:hover {
      color: #FFFFFF;
      font-weight: bold;
      text-decoration: none}

#leftcol ul {list-style: none;
      margin: 0;
      padding: 0;}

#leftcol li {border-bottom: 1px solid #EEE;}

html>body #leftcol li {border-bottom: none;}






