/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */

/***********************************************/ 

body{
	font-family: Sans,Arial,sans-serif;
	color:#333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #5C3F6D;
	text-decoration: none;
}

a:hover {
	color:#FFFFFF;
	background-color: #5C3F6D;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Sans,Arial,sans-serif;
	padding:0;
	margin:0;
}

h1{
 font-family: Sans,Arial,sans-serif;
 font-size: 120%;
 color: #5C3F6D;
 }

h2{
 font-size: 200%;
 color:#000000;

}

h3{
 font-size: 100%;
 color: #5C3F6D;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #333333;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Sans,Arial,sans-serif;
 color: #5C3F6D;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 0 0 0;
	padding: 10px 0px;
	/*border-bottom: 1px solid #5C3F6D;*/
	width: 100%;
}

#content{
	width: 90%;
	margin: 0;
	padding: 0 5% 0% 5%;
	text-align:center;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 0px;
	text-align:left;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
text-align:center;
padding: 0px 0px 0px 0px;
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 a {
	font-size: 90%;
	font-weight:200;
	font:Arial Black;
	background-color:#CCCCCC;
	/*border: 1px solid #5C3F6D;*/
	padding: 5px 5px 5px 5px; 
}
#globalNav h3 {
	font-size: 90%;
	font-weight:200;
	font:Arial Black;
	background-color:#CCCCCC;
	/*border: 1px solid #5C3F6D;*/
	padding: 5px 5px 5px 5px; 
}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 10px 0px;
	font-size: 90%;
	text-align:left;
}

.story p{
	padding: 0px 0px 0px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	/*border: 1px solid #5C3F6D;*/
	font-size: 85%;
	color: #333333;
	width:90%;
	padding: 10px 5% 10px 5%;
	margin-top: 0px;
	text-align:center;
}

/* 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" */






