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

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

body, td{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	font-size: 80%;
	margin: 0px 0px 12px 0px;
}

ul {
	padding: 0px;
	font-size: 80%;
	margin: 0px 0px 12px 24px;
}

ol {
	padding: 0px;
	font-size: 80%;
	margin: 0px 0px 12px 24px;
}

td.inner{
	font-size: 80%;
	padding: 4px;
}


td.rating{
	font-size: 80%;
	padding: 2px;
}


td.purchase{
	font-size: 80%;
	padding: 2px;
}



td.abbrev{
	padding: 0px 4px 0px 4px;
	vertical-align: top;
}

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

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

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

h1{
 font-family: "Times New Roman", Times, serif;
 font-size: 240%;
 color: #000000;
 font-weight: normal;
 letter-spacing: 7px;
}

.cap{
	font-size: 144%;
}

h2{
 font-size: 90%;
 color: #0000000;
}

h3{
 font-size: 100%;
 color: #000000;
 letter-spacing: 1px;
}

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

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


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

#masthead{
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align: center;
 	margin: 0px 0px 10px 0px;
}

#tagline{
	padding: 6px 0px 6px 0px;
	border-bottom: 2px solid #666666;
	border-top: 2px solid #666666;
}

#content{
	margin: 0;
	padding: 0px 20px 0px 20px;
}

#acrobat{
	margin: 0;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

#acrobat img{
	padding: 5px 0px 5px 0px;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/


#siteInfo{
	width: 90%;
	font-size: 76%;
	padding: 0px 20px 0px 20px;
}


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

#globalNav{
color: #cccccc;
padding: 4px 0px 4px 0px;
white-space: nowrap;
 text-transform: capitalize;
 font-size: 70%;
 letter-spacing: 1px;
}
/* '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 */




.blue {
	background-color: #D2E9FF;
	font-weight: bold;
}

.green1 {
	background-color: #F5E9DF;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
}

.green2 {
	background-color: #F5E9DF;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
}

.red {
	background-color: #EBD6C2;
	font-weight: bold;
	margin: 0px 0px 0px 85px;
}

.yellow {
	background-color: #D2E9FF;
	font-weight: bold;
}

.fuchsia1 {
	background-color: #F5E9DF;
	font-weight: bold;
}

.fuchsia2 {
	background-color: #EBD6C2;
	font-weight: bold;
}

.fuchsia3 {
	background-color: #F5E9DF;
	font-weight: bold;
}

.fuchsia4 {
	background-color: #EBD6C2;
	font-weight: bold;
}

.fuchsia5 {
	background-color: #F5E9DF;
	font-weight: bold;
}

.fuchsia6 {
	background-color: #EBD6C2;
	font-weight: bold;
}





