body {
	background-color: #fff8f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
#Menu { 
	font-size: x-small; 
	font-weight: normal; 
	color: #CC6633; 
}	

a:link {
	color: #d00;
}
.bannertop {
	font-family: Papyrus, "Bradley Hand ITC TT-Bold", "Bookman Old Style", serif;
	font-size: 32px;
	background-color: #009;
	text-align: center;
	color: #fff8f0;
	font-weight: bolder;
	padding: 7px 5px 2px;
	height: 60px;
	bottom: 66px;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
    clear: both;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.h3 {
	font-size: larger;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-variant: normal;
	list-style-position: outside;
	list-style-type: none;
	background-position: center;
	text-align: center;
}
dt {
	font-variant: normal;
	padding-top: .5ex;
	padding-bottom: .2ex;
	font-weight: bolder;
	font-size: 1.1em;
}
.quote {
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	font-size: .85em;
}
.barheader {
	color: #fff8f0;
	border: thin none;
	background-color: #009;
	padding: 2px;
	width: 20%;
	font-size: larger;
	font-weight: normal;
	background-position: 35px;
}
.h4 {
	color: #fff8f0;
	border: thin none;
	background-color: #009;
	padding: 2px;
	width: 20%;
	font-size: larger;
	font-weight: bolder;
	background-position: 35px;
}
.ablisting {
	list-style-type: lower-alpha;
}
.SubsectionHeader {
	color: #fff8f0;
	border: thin none;
	background-color: #000099;
	padding: 2px;
	width: 35%;
	font-size: larger;
	font-weight: bolder;
	background-position: 30px;
	margin-top: 1.7em;
}
.center {
	text-align: center;
}

#Menu a:link 					{ color: #009; text-decoration: none; background-color: transparent;}
#Menu a:visited 				{ color: #009; text-decoration: none; background-color: transparent;}
#Menu a:active 					{ color: #009; text-decoration: underline; background-color: transparent;}
#Menu a:hover, #Menu a:focus 	{ color: #009; text-decoration: underline; background-color: transparent;}
#Menu p 						{ margin-left: 0em;}



#TopNav a:link 						{ color: #666666; text-decoration: none; background-color: transparent;}
#TopNav a:visited 					{ color: #666666; text-decoration: none; background-color: transparent;}
#TopNav a:active 					{ color: #666666; text-decoration: underline; background-color: transparent;}
#TopNav a:hover, #TopNav a:focus 	{ color: #cc6633; text-decoration: underline; background-color: transparent;}

#FloatingInfoBox {	border: 2px dotted #cccccc;}

#ShadedIndentBox, .ShadedIndentBox {
	background-color: #cccccc;
	margin-left: 3em;
	margin-right: 3em;
	border: 1px solid black;
	padding-right: 2em;
}

/*  leftMenu and PageContent have to coordinate:
    PageContent must be absolutely positioned to the
	right of leftMenu  */
#leftMenu {
	position: absolute;
	top: 80px;
	left: 8px;
    width: 10em;  
    background-color: #009;
	padding-left: 1em;
}
#leftMenu a { color: #fff8f0; 
	text-decoration: none; 
	font-weight:bold; 
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	width: 6.5em;	
}
#leftMenu a:hover { background-color: #33c }
#leftMenu .MenuItem { text-indent: -1em; 
	padding-top:.5em; 
	padding-bottom:.5em 
}
#PageContent {
	padding-left: 3em;
	height: auto;
}

/* #Content -------------------------------------------------------------- */

#Content {	
		height: auto; 
margin-left: 5px;
	padding-left:3ex;
		margin-right: 5%;
		}

#Content.menufix 		{	vertical-align: top;	margin-left: 20%;	padding-left: 0.5em;	border-left: 2px dotted #CCCCCC;}
#Content.rightbarfix, .rightbarfix 	{	float: left;	width: 55%;		padding-right: 1em;		border-right: 2px dotted #CCCCCC; }

/* #The cute menuing box on the side of the page -------------------------------------------------------------- */

#Menubox {
	font-family: Arial, Helvetica, sans-serif;
/*      font-size: larger; */
	font-weight: bold; 
	float: left;
	height: 800px;
/*	border: 5px solid #999; */
	background-color: #009;
	padding-left: 4px;
}

#Menubox a		{ width:30ex; padding-right: 8px; font-weight: bold; color: white; }
#Menubox a:hover	{ background-color: #9c9; text-decoration: none; }


.LfloatIMG {
	float: left;
	margin: 0.5em;
	border: 3px solid #336699;
}
.RfloatIMG {
	float: right;
	margin: 0.5em;
	margin-top: 0;
	border: 3px solid #336699;
}

.CfloatIMG {
	float: none;
	margin: 0.5em;
	border: 3px solid #336699;
}
.LfloatIMG_thin {
	float: left;
	margin: 0.5em;
	border: 1px solid #336699;
}
.RfloatIMG_thin {
	float: right;
	margin: 0.5em;
	border: 1px solid #336699;
}

.IMGborder {

	margin: 0.5em;
	border: 2px solid #336699;
}

.LfloatIMG_clear {
	float: left;
	margin: 0.5em;
}

.RfloatIMG_clear {
	float: right;
	margin: 0.5em;
}
.CfloatIMG_clear {
	float: none;
	margin: 0.5em;
}

#FloatImage_text {
	width: 80%;
	border: 2px dotted #cccccc;
	float: left;
	vertical-align: top;
	/*display: inline;*/
	margin: 1em;
	padding: 0.5em;
	background-color: transparent;
}
#FloatImage_sub {
	
	float: left;
	border: 0px;
	margin: 0em 1.5em 0em;
}

/* #Footer -------------------------------------------------------------- */

#Footer {
	clear: both;
	text-align: center;
	width: 100%;
	margin-top: 1ex;
	border-top: 3px solid #009;
 }

#FooterLinks {	font-size: x-small; 	color: #666666; 	height: 26px;	padding-top: 0px;	padding-bottom: 0px;	margin-top: 0px;	margin-bottom: 0px;	vertical-align: middle;}
#FooterLinks li { display: inline; }
#FooterNavBar hr { display: none; }

/* To keep the Statement of Purpose from wrapping with the photo -- */
#Purpose {	clear: both;	text-align: left;	width: 100%;}

.BookTitle {
	font-style: italic;
}
