/***********************************************/
/* website.css                                 */
/***********************************************/

/************* #SiteHeader styles **************/

#SiteHeader{
	margin: 0;
	padding: 3px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC66CC;
	/*width: 89%;*/
	/*padding: 10px 0px 10px 80px;*/
}

/************* #SiteFooter styles ***************/

#SiteFooter{
	clear: both;
	/*border: 1px solid #9999CC;*/
	font-size: 75%;
	color: #9999FF;
	padding: 5px 0px 5px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the ButtonArea in cases where they "touch" */

#SiteFooter img{
	padding: 0px 4px 4px 0px;
	vertical-align: middle;
}

/************* #NavLinks styles **************/

#NavLinks{
    margin: 0px;
	border: 1px solid #9999CC;
	color: #9999CC;
	padding: 0px 0px 0px 20%;
	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 */

#NavLinks img{
 display: block;
}

#NavLinks a {
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	/* font-family: Arial,sans-serif; */
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;
	margin: 2px;
	padding: 5px;
	background-image: url(images/background.jpg); 
}

a:link, a:visited, a:hover {
	color: #660099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: Arial,sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	margin: 2px;
	padding: 2px;
}

h1{
 font-size: 150%;
 color: #8984d6;
}

h2{
 font-size: 160%; /* was 140 */
 color: #996699;
}

h3{
 font-size: 120%;
 color: #663366;
}

h4{
 font-size: 125%;
 font-weight: normal;
 color: #8984d6;
}

h5{
 font-size: 125%;
 color: #8984D6;
}

ul{
 list-style-type: square;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#ButtonArea{
	float: left;
	width: 149px;
	margin: 0px;
	padding: 0px;
}

#MiscArea{
	margin: 0 0 0 85%;
	padding: 80px 0 20px 10px; 
	/*padding: 220px 0 20px 10px; */
	border: 1px solid #c6c;
	border-top:none;
	background-color: #CCCCCC;
}

#MiscLinks{
	padding: 0 4px 10px 4px;
	/*background-color: #CCCCCC;*/
	/*background-color gray :#CCCCCC, white : #FFFFFF;*/
}

#MiscLinks h3{
	padding-bottom: 10px; 
}

/*************** #WelcomeArea styles **************/

#WelcomeArea{
    text-align:center;
	width: 100%;
	margin: 0;
	padding: 7px 0px 0px 0px; 
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC66CC;
}


/*************** #ContentArea styles **************/

#ContentArea{
	float:left;
	width: 75%; 
	margin: 0;
	padding: 10px 10px 0 10px; 
	font-size: 120%;
}

#MiscLayout #ContentArea{
	width: 63%;
}

/*************** #ContentTitle styles **************/

#ContentTitle{
	padding: 0px 0px 10px 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/************* #SiteFooter styles ***************/

#SiteFooter{
	clear: both;
	font-size: 100%;
	color: #9999FF;
	padding: 10px 0px 10px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the ButtonArea in cases where they "touch" */

#SiteFooter img{
	padding: 0px 4px 4px 0px;
	vertical-align: middle;
}

/************** .excerpt styles ***************/

.excerpt{
	padding: 10px;
	font-size: 90%;
	background-color: #FFFFFF;
	border: thin solid #333333;
	font-family: "Times New Roman", Times, serif;
}

.excerpt h2{
	text-align: center;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	font-weight:400;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 5px;
	margin: 0 5px 5px 0;
}

/************** .manuscripts unordered list styles ***************/

ul.manuscripts{
 list-style-type: none;
 border:none;
}

ul.manuscripts li{
 min-height:141px;
 margin-top:10px;
 /* padding-top:10px; */
}

ul.manuscripts img{
 width:100px;
 height:136px;
 border:none; 
 float:right;
 margin-top:5px;
 /* padding-top:5px; */
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/*********** #MiscArea link styles ***********/

#MiscArea ul a:link, #MiscArea ul a:visited {display: block;}
#MiscArea ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#MiscArea li {
	padding: 0px 0px 10px 0px;
	font-size: 100%;
	font-weight: bold;
}

/* fix for browsers that don't need the hack */
html>body #MiscArea li {
	border-bottom: none;
}

/*********** #ButtonArea link styles ***********/

#ButtonArea ul a:link, #ButtonArea ul a:visited  {display: block;} 
#ButtonArea ul {list-style: none; margin: 0; padding: 0; padding-top:50px;}
#ButtonArea li {padding: 12px 0px 0px 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#ButtonArea li {border-bottom: 1px solid #EEE;} */

/* fix for browsers that don't need the hack */
html>body #ButtonArea li {border-bottom: none;}


/*********** #NavButtons styles ***********/

#NavButtons{
	position: relative;
	margin: 0px;
	padding: 0px;
	/*padding: 20px 0px 0px 0px;*/
	/*padding: 20px 20px 20px 5px;*/
	font-size: 100%;
}

#NavButtons h3{
	padding: 10px 0px 2px 5px;
	font-size: 120%;
}

#NavButtons a:link{
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#NavButtons a:hover{
	border-top: 1px solid #c6c;
	background-color: #CC66CC;
	padding: 2px 0px 2px 5px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #c6c;*/
	font-size: 100%;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 5px;
	font-size: 120%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #c6c;
	width: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #c6c;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #c6c;
	background-color: #CC66CC;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

