

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


/* 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: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: Black;
}

h2{
	font-size: 114%;
	color: Black;
}

h3{
	font-size: 100%;
	color: Black;
}

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

h5{
	font-size: 100%;
	color: Black;
}

ul{
 list-style-type: square;
}

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

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

label{
	font: bold 100% Arial,sans-serif;
	color: Black;
}
				

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

#masthead{
	margin: 0;
	padding: 10px 0px;

}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color:#0b0b0b;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}



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

#globalNav{
	color: Gray;
	padding: 0px 10px 10px 10px;
	white-space: nowrap;
	font : normal small Arial, Helvetica, sans-serif;
	margin-left : 221px;
	margin-right : 20px;
	border : thin groove Gray;
	border-bottom : thin groove Gray;
	border-color : Gray Gray Gray Gray;
}
#globalNav a.active {
	text-decoration: underline;
}

#globalNav a.menuon {
	font-family: Tahoma,Verdana; 
	font-size: 8pt; 
	display:block; 
	padding:5px 30px 5px 0px;
	color: #cf046d;
	text-decoration: bold;

}
/* '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 */






/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;

	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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" */


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px 5px 200px;
	font-size: 90%;
	text-align : left;
	font : normal small Arial, Helvetica, sans-serif;

}

#sectionLinks h3{
	padding: 0px 0px 2px 0px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 0px;
}

#sectionLinks a:hover{
	
	padding: 2px 0px 2px 0px;
}
#sectionLinks a.active {
	text-decoration: underline;
}

a:link {
	color: #800080;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.menuon {
	font-family: Tahoma,Verdana; 
	font-size: 8pt; 
	display:block; 
	padding:5px 30px 5px 0px;
	color: #cf046d;
	text-decoration: none;
	border-top:1px solid #cf046d;
	background-color: #fae0ed;
}


#language-selector {
	padding: 5px;
	border-color: #000000;
	border-width: 1px;
	left: 900px;
	top: 10px;
	position: absolute;
}
#language-selector ul {
	padding: 0px;
	float: left;
	margin: 0px;
}

#language-selector li {
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: none;
}
