/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial,sans-serif; 
	color: #FFFFFF
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffcc;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color:#FF0000;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
 margin: 0px;
 padding: 0px;
 text-align:center;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #006699;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 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                                 */
/***********************************************/



#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	background-color:#FFFFCC;
	width: 100%;
}

#masthead h3 {
	color: #006699;
}

#navBar{
	float: left;
	width: 20%;  /* sets the width of the left-most col */
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
	background-color:#FFFFCC;
  	float:right;
	width: 20%; /* sets the width of the right most col */
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-right: 0px;
	margin: 0px;
	font-size: 12px;
	font:"Times New Roman", Times, serif;
}

#headlines h3{
background-color:#CCCCCC;
color:#000000;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	font-family:"Times New Roman", Times, serif;
}

#headlines a, #headnlines a:link, #headlines a:visited {
	color: #006699;
}

#content{
	background-color:#eeeeee;
	float: left;
  	width: 57%;  /* sets the width of the center col */
  	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size:12px;
	padding-left: 15px;
	margin: 0px;
}

#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content2col{
	background-color:#eeeeee;
	float: left;
  	width: 75%;  /* sets the width of the center col */
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size:12px;
	padding-left: 5px;
}

#content2col p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* bottom part of each page */
#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo a, #siteInfo a:link, #siteInfo a:visit {
	color: #006699;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/*************** sliding vertical menu styles **/
.cParentMain{ 
width: 100%;	
margin: 0px;	
padding: 5px, 1px, 5px, 1px;	
font-size: 12px;
color: #CCCCCC;	
background-color:#FFFFCC;
} 


.cParentMain h3 {
color: #CCCCCC;	
background-color:#FFFFCC;
font-size:12px;
}

.cParentMain a {display: block;} 
.cParentMain a:link, .cParentMain a:visited{
border-top: 1px solid #F0F0F0; 
border-bottom: 1px solid #CCCCCC;	
color: #000000;	
background-color:#FFFFCC;
font-weight: bold;	
padding: 2px 5px 2px 20px;	
text-decoration: none;
} 
.cParentMain a:hover{
border-top: 1px solid #6666CC;	
background-color: #6666CC;	
font-weight: bold;	
color: #F8F8F8;	
text-decoration: none;
}  


.cDaughterMain{	
width: 100%; 
margin: 0px; 
padding: 0px; 
font-size: 12px; 
} 
.cDaughterMain a {display: block;} 
.cDaughterMain a:link, .cDaughterMain a:visited {
border-top: 1px solid #FCFCCC;	
border-bottom: 1px solid #CCCCCC;	
background-color: #FFEEB0;	
font-weight: bold;	
padding: 0px 5px 0px 22px;	
color: #6666CC;	
text-decoration: none;
} 
.cDaughterMain a:hover{	
border-top: 1px solid #6666CC;	
background-color: #8888FF;	
font-weight: bold;	
color: #F8F8F8;	text-decoration: none;
} 

/************** .tabbar styles ****************/
.tabbar{
	padding: 2px 0px 2px 30px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 100%;
	background-color:#FFFFCC;
	color:#000000;
	font-size:12px;
}

.tabbar a {
	display:inline;
}

.tabbar a:link, a:visited {
 font-weight: bold;
 text-decoration: none;
 color:#000000;
}

.tabbar a:hover {
background-color: #6666CC;	
font-weight: bold;	
color: #F8F8F8;	
text-decoration:underline;
}

/************** .customTable styles ***********/
.bannerTable table{
	border-style:none;
	border-width:0px;
	width: 800px;
}

.bannerTable th {
	border-style:none;
	border-width:0px;
	
}

.bannerTable td {
	border-style:none;
	border-width:0px;
}

.bannerTable tr {
	border-style:none;
	border-width:0px;
}

.customTable table{
	border-style:solid;
	border-width:thin;
}

.customTable th {
	border-style:solid;
	border-width:thin;
}

.customTable td {
	border-style:solid;
	border-width:thin;
}

.customTable tr {
	border-style:solid;
	border-width:thin;
}




/************** .feature styles ***************/

.feature{
	padding: 5px 0px 5px 0px;
	font-size: 100%;
	color: #000000;
}

.feature a, .feature a:link, .feature a:visited {
	color: #006699; 
}

.feature h2{
	padding: 0px, 0px, 5px, 0px;
	text-align: center;
}

.feature h3{
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.featureImageCenter{
text-align:center;
}



/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 0px 0px 5px;
	font-size: 12px;
	color: #000000;
}

.story p{
	padding: 0px 0px 2px 0px;
}

.story h3{
	color: #000000;
	font-size:14px;
	background-color:#CCCCCC
}

.story a{
	color: #006699;
	text-decoration:none;
}

.story a:hover{
	color: #006699;
	text-decoration: underline;
	background-color: #dddddd;
}

.story a:visited {
	color:#006699; 
}

.storyCenter {
text-align:center;
padding: 0px 0px 5px 5px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	float:left;
	background-color:#FFFFCC;
	padding: 5px 0px 5px 0px;
	border-bottom: 0px solid #cccccc;
	border-top: 0px solid #cccccc;
	font-size:x-small;
	width: 80%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none; 
	margin: 0; 
	padding-top: 1px; 
	padding-bottom:1px; 
	padding-left: 0px;}

#navBar h3 {
	border-bottom: 1px solid #eeeeee;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #cccccc;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: 1px solid #cccccc;}




