@charset "UTF-8";

/* CSS Document */

body  {
	margin: 0 0 64px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in older IE browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #cc6;
	font-variant: normal;
}


/*ALL FONT SIZES IN CSS TAGS SHOULD BE EM UNITS EXCEPT THE BODY TAG*/

p {  /*regular paragraph text set by ems and reduced 65 percent by body tag for smaller increments in font size control*/
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	margin-bottom: 1.3em;
	line-height: 1.34em;
	margin-top: 0;
}
h1 {
	color : #336699;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	margin-top: 0em;
	text-transform: uppercase;
	margin-bottom: 0.4em;
	line-height:1.34em;
	padding: 0px;
}
h2 {
	color : #336699;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	margin-top: .6em;
	margin-bottom:.4em;
}


h2 a:link {
	text-decoration: underline;
	color: #336699;
}
h2 a:visited {
	text-decoration: underline;
	color: #336699;
}

h2 a:hover {
	text-decoration: none;
	color:#336699;
}

h2 a:active {
	text-decoration: none;
	color:#336699;
}

h3 {
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	font-weight : bold;
	margin-top: .3em;
	margin-bottom: .2em;
}
h3 a:link {
	text-decoration: underline;
	color: #666;
}
h3 a:visited {
	text-decoration: underline;
	color: #666;
}

h3 a:hover {
	text-decoration: none;
	color:#666;
}

h3 a:active {
	text-decoration: none;
	color:#666;
}

#mainContent .caption {
	font-size:.9em;
	color:#699;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0 0 1.8em 0;
	line-height:1.1em;
}

 
 /* Link Styles  */
#mainContent a:link {
	text-decoration: underline;
	color: #666;
}
#mainContent a:visited {
	text-decoration: underline;
	color: #699;
}

#mainContent a:hover {
	text-decoration: none;
	color:#666;
}

#mainContent a:active {
	text-decoration: none;
	color:#666;
}

#mainContent h2 a:link {
	text-decoration: underline;
	color: #369;
}
#mainContent h2 a:visited {
	text-decoration: underline;
	color: #699;
}
#mainContent h2 a:hover {
	text-decoration: none;
	color:#369;
}
#mainContent h2 a:active {
	text-decoration: none;
	color:#369;
}

#mainContent h3 a:link {
	text-decoration: underline;
	color: #666;
}
#mainContent h3 a:visited {
	text-decoration: underline;
	color: #699;
}
#mainContent h3 a:hover {
	text-decoration: none;
	color:#666;
}
#mainContent h3 a:active {
	text-decoration: none;
	color:#666;
}

#breadcrumb a:link {
	text-decoration: underline;
	color: #999999;
}

#breadcrumb a:visited {
	text-decoration: underline;
	color: #999999;
}

#breadcrumb a:hover {
	text-decoration: none;
	color:#999999;
}

#breadcrumb a:active {
	text-decoration: none;
	color:#999999;
}
#rightNavColumn  a {
	text-decoration:none;
	color:#369;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightNavColumn   a:hover {
	text-decoration:none;
	color:#369;
	font-weight:bold;
}

#rightNavColumn a:visited {
	text-decoration:none;
	color:#369;
}


#relatedlinks {
}

#relatedlinks  a   {
	color: #993;
}

#relatedlinks a:hover {
	color: #993;
	font-weight: bold;
}

#relatedlinks a:visited {
	color: #993;
}


/* Lists */
#mainContent ul {
	list-style-type: none;
	margin-bottom:2em;
	margin-top:.7em;
	padding:0;
}

#mainContent ul li {
	padding-left: 25px;
	background-image: url("https://www.smith.edu/css/bulletArrowBlue.gif");
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 0.5em;
	margin-top:0;
	font-size:1.1em;
	margin-left:0;
}



#mainContent ol {
	list-style-type: none;
	padding-left:25px;
	margin-bottom:1em;
	margin-top:.7em;

}
#mainContent ol li {
	list-style-type: decimal;
	padding-right: 0;
	padding-left: 0;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
	background-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

#mainContent ul li p {
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:1em;
	margin-bottom: .9em;
	margin-top: 0.2em;
}
#mainContent ol li p {
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:1em;
	margin-bottom: .9em;
	margin-top: 0.2em;
}

/* Right Nav */


#rightNavColumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #666;
}

#rightNavColumn ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

#rightNavColumn li {
	list-style-type: none;
	padding-bottom: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #666;
	margin-top: 0px;
	padding-top: 0px;
}



.listOfItems {
	margin-bottom: .8em;
	margin-top:0;
	padding:0;
}	

.listOfItemsLast {
	margin-bottom: 2em;
	margin-top:0;
	padding:0;
}
	
.documentLinks {
	margin-bottom: 0.3em;
	background-image: url("https://www.smith.edu/css/icondoc.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: 1.3em;
}

.documentLinksLast {
	margin-bottom: 0.3em;
	background-image: url("https://www.smith.edu/css/icondoc.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: 1.6em;
}


/* Image Styles */

img {
	border:none;
}
.mainImage {
	border:none;
	margin:0;
	padding: .2em 0 1em 0;
	}

.imageAlignRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 3px 0 8px 10px;
}
.imageAlignLeft { /* this class can be used to float an element left in your page */
	float: left;
	padding: 3px 10px 8px 0;
	margin:0;
}



