/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #FFFFFF
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	background-color: #990000;
}

a{
	color:#006699;
	text-decoration: none;
}

a:link{
	color: #000000;
	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: #334d55;
 margin: 0px;
 padding: 0px;
}

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: #000000;
 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:#990000;
	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:#990000;  /* sets the background color for the navBar div */
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/************** #headlines styles **************/

#headlines{
	background-color: #99CCFF;
    float:right;
	width: 23%; /* 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;
}


#content{
	background-color: #99CCFF;
	float: left;
  	width: 55%;  /* 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{
	background-color:#99CCFF;
	float: right;
  	width: 78%;  /* 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;
}


#borderLineLeft {
	border-left-style:solid;
	border-left-width:thin;
}

#borderLineRight {
	border-right-style:solid;
	border-right-width:thin;
}




/***********************************************/
/* Components                                  */
/***********************************************/


/*************** sliding vertical menu styles **/
.cParentMain{ 
width: 100%;	
margin: 0px;	
padding: 5px, 1px, 5px, 1px;	
font-size: 12px;
color: #CCCCCC;	
background-color:#990000;
} 

.cParentMain h3 {
color: #CCCCCC;	
background-color:#990000;
font-size:12px;
}

.cParentMain a {display: block;} 
.cParentMain a:link, .cParentMain a:visited{
border-top: 1px solid #F0F0F0; 
border-bottom: 1px solid #CCCCCC;	
color: #cccccc;	
background-color:#990000;
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:#669966;
	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;
}



/************** .feature styles ***************/

.feature{
	padding: 5px 0px 5px 0px;
	font-size: 100%;
	color: #000000;
}

.feature a:visited {
/*	color:#FF0000; */
}

.feature h1 {
	text-align: center;
	color:#000000;
}

.feature h2{
	padding: 0px, 0px, 5px, 0px;
	text-align: center;
}

.feature h3{
	padding: 5px 0px 5px 0px;
	text-align: center;
}
.feature h4 {
	text-decoration:underline;
	color: #000000;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.featureImageCenter{
text-align:center;
}

/************** custom Table 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;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 0px 0px 5px;
	font-size: 12px;
	color: #000000;
}

.story p{
	padding: 0px 0px 2px 0px;
}

.story h3{
	background-color:#CCCCCC;
	color:#000000;
	font-size:14px;
}

.story a{
	color: #006699;
	text-decoration:none;
}

.story a:hover{
	color: #006699;
	text-decoration: underline;
	background-color: #dddddd;
}

.story a:visited {
/*	color:#FF0000;*/
}

.storyCenter {
text-align:center;
padding: 0px 0px 5px 5px;
}



/************* #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;
}

#siteInfo a, a:link {
	color:#CCCCCC;
	text-decoration: underline;
}

/************* #search styles ***************/


#search{
	float:left;
	background-color:#990000;
	color: #FFFFFF;
	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;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #eeeeee;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: 1px solid #cccccc;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	font-size: 12px;
}



#sectionLinks h3{
	padding-top: 1px; 
	padding-bottom:1px; 
	padding-left: 0px;
	background-color:#669966; /* sets the background of the large left hand links */
	color: #000000;
	
}

#sectionLinks a {
	display: block;
	color: #000000;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	color:#000000;
}

#sectionLinks a:visited {
	/*color:#FF0000; */
}

#listSectionLinks a {
	background-color:#eeeeee;
	color:#000000;
}


