/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	font-size: 100.01%;
}

a:link/*, a:visited,a:hover*/ {
	color: #006633;
	text-decoration: none;
}

a:visited {
	color: #006633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #006633;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #006633;
}

h1{
 font-size: 120%;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

/*label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}*/
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 2px 0px 0px;
	border-bottom: 3px solid #006633;
	width: 100%;
	background-image: url(../index_images/bar.gif);
	background-repeat: repeat-x;
}

#navBar{
	margin: 0% 79% 0% 0%;
	padding: 0px;
	background-image: url(../index_images/bar.gif);
	background-repeat: repeat-y;
	border: none;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 2px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006633;
	font-weight: bold;
	font-size: 120%;
	position: absolute;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

/*#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

/*#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #pageLinks styles *************/

/*#pageLinks{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.questions{
	padding: 5px 0px 2px 10px;
	font-size: 80%;
}

/*.feature h3{
	padding: 0px;
	text-align: center;
}*/

.questions img{
	float: right;
	margin: 0px 0px 5px 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.sectionleft{
	clear: both;
	padding: 2px 0px 0px 10px;
	font-size: 80%;
}

.sectionleft img{
	float: left;
	margin: 0px 0px 2px 2px;
	padding: 2px;
}
.sectionright{
	clear: both;
	padding: 2px 0px 0px 5px;
	font-size: 80%;
}
.sectionart{
	clear: both;
	padding: 2px 0px 0px 5px;
	font-size: 80%;
}
/*.sectionright p{
	padding: 0px;
}*/

.sectionright img{
	float: right;
	margin: 2px 0px 2px 2px;
	padding: 2px;
	
	/*padding-left: 5px;*/
}
.sectionart img{
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
}	
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #006633;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #006633;
	border-right: none;
	border-bottom: 5px solid #006633;
	border-left: none;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/*#siteInfo img{
	padding: 1px;
	vertical-align: middle;
	/*margin-right: 20px;*/
	/*text-align: left;
}*/
#siteInfo span{
	padding: 1px;
	text-align: center;
	display: block;
	margin-top: 0px;
}

/************* #search styles ***************/

#search{
	padding: 2px 0px 2px 12px;
	font-size: 80%;
	font-weight: bold;
	border: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFFFCC;
}
/*
#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

#search form{
 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: 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;
	margin: 0px 10px;
	padding: 0px;
	border-bottom: 1px solid #FFFFCC;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #FFFFCC;
	width: auto;
	/*voice-family: "\"}\"";
	voice-family:inherit;*/
	color: #FFFFCC;
	background-color: #006633;
	background-image:  url("../index_images/blur.gif");
	background-repeat: repeat-x;
	background-position: left top;
	
}

#sectionLinks a:visited{
	border-top: 1px solid #FFFFCC;
	padding: 2px 0px 2px 10px;
	color: #FFFFCC;
	background-color: #006633;
	background-image:  url("../index_images/blur.gif");
	background-repeat: repeat-x;
	background-position: left top;
	
}

#sectionLinks a:hover{
	border-top: 1px solid #FFFFCC;
	background-color: #669966;
	padding: 2px 0px 2px 10px;
	color: #FFFFCC;
	font-weight: normal;
	background-image:  url("../index_images/blur2.gif");
	background-repeat: repeat-x;
	background-position: left top;
	
}


/*********** .relatedLinks styles ***********/

/*.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 30px;
	font-size: 80%;
	border: none;
}

#advert img{
	display: block;
	text-align: center;
	vertical-align: middle;
}


/************** #headlines styles **************/

/*#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}*/
#logo {
	margin-top: 2px;
	margin-left: 2px;
}
#pic {
	margin-top: 1px;
	margin-left: 300px;
}
#style {
	font-size: 70%;
	color: #FFFFCC;
	background-color: #006600;
	font-weight: normal;
	padding-left: 2px;
	border-bottom-style: double;
	border-bottom-color: #FFFFCC;
	border-bottom-width: 3px;
}
#style a {
	color: #FFFFCC;
}
.boldtext {
	font-weight: bold;
}
.buriedlink {
	color: #006633;
	font-weight: bold;	
}
.buriedlink a:link {
	text-decoration: underline;
}
.buriedlink a:hover {
	text-decoration: none;
}
.buriedlink a:visited {
	text-decoration: none;
}
.tableStandard {
	text-align: left;
	vertical-align: top;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.tableCellStandard {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-bottom: none;
	border-left: none;
}
.tableHeaderStandard {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-bottom: none;
	border-left: none;
}
.tableHeaderNoBorders {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.tableNoBorders {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
}
.tableCellNoBorders {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: none;
}
.boxleft {
	padding: 5px;
	width: 40%;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: thin solid #000000;
	float: left;
	
}
.boxleftNoborder {
	padding: 5px;
	width: 40%;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
}
#pageLinks {
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
.backTop {
	font-size: 80%;
	text-align: right;
}
.normaltext {
	font-size: 90%;
	color: #000000;
	font-weight: normal;
}
