/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
	font-variant: normal;
	background-color: #9999CC;
}
 
#wrapper {
	width: 770px;
	margin: 10px auto auto;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
}

h1{
 font-size: 115%;
 color: #663366;
}

h2{ 
  font-size: 105%;
 color: #006699;
 }

h3{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #663366;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
	font-size: 130%;
	font-weight: bold;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: 110% Arial, sans-serif;
	line-height: 140%;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom-width: 0px;
}

#content{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 10px 10px;
	color: #663366;
}

/*************** #pageName styles **************/

#pageName{
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #663366;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 2px 10px;
	white-space: nowrap;
	background-color: #006699;
	margin: 0px;
	word-spacing: 2px;
}
/* '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%;
	color: #FFFFFF;
	padding: 0px;
	text-decoration: none; 
}

#globalNav a:hover {
	text-decoration: underline; 
}

/************** .bc styles ***************/

.bc {
	font-size: 75%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}

/************** .nav_sml styles ***************/

.nav_sml {
	font-size: 95%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}

/************** .feature styles ***************/

.feature{
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.contactbox{
	font-size: 85%;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 10px;
	float: right;
	width: 150px;
	background-color: #663366;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	page-break-before: auto;
	height: auto;
	padding-bottom: 10px;
}

.homepagebuttons{
	float: left;
	width: 560px;

}

.feature h3{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 0px;
	color: #006699;
}

.feature a {
	text-decoration: underline;
}

.feature a:hover {
	color: #990000;
}

.feature img{
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


.glossary {
	font-weight: bold;
	font-size:110%;
}

a.glossary:link, a.glossary:visited{
	font-weight: bold;
	color:#990000;
	text-decoration: underline;
}

a.glossary:hover{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

a.glossaryon{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
	font-size:110%;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #cccccc;
	padding: 3px 10px 3px 10px;
	border-right: 1px none #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px none #cccccc;
	margin: 0px;
	vertical-align: middle;
}
/* 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{
	vertical-align: middle;
}

.stf{
	vertical-align: middle;
	font-size:110%;
}

.stf1{
	vertical-align: middle;
	font-size:120%;
}
#siteInfo a{
	text-decoration: none; 
}

#siteInfo a:hover{
	text-decoration: underline;
	color: #990000;
}
.acrobat {
	vertical-align: text-top;
}

td.border-grey{
border-top: 1px solid #cccccc;
	}

td.border-grey1{
border-top: 1px solid #cccccc;
font-size:120%;
	}
