/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
}
a {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet, Perpetua, Helvetica, sans-serif;
	font-weight: bold;
}
p, h1, h2, h3, h4, h5, h6
{
	margin: 1em 0;		/* for better consistency across platforms */
}
h1 {
	color: #990000;
	font-size: 120%;
	letter-spacing: .02em;	
}
h2 {
	color: #333333;
	font-size: 115%;
	border-bottom: 2px solid #333333;
	letter-spacing: .02em;	
}
h3 {
	color: #000000;
	font-size: 105%;
	letter-spacing: .02em;	
}
h4 {
	color: #000000;
	font-size: 100%;
}
h5 {
	color: #666666;
	font-size: 95%;
}
h6 {
	color:#000000;
	font-size: 90%;
}
#contentColumn li {
	padding-bottom: .5em;
}
#contentColumn a:hover {
	color: #000099;
	text-decoration: overline;
}
.skipnav {
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-color: #ffffff;
	background-image: none;
}
.learnmore {
	text-align: right;
	font-size: 90%;
}

#leftColumnspotlight {
	margin-bottom: 25px;
}
#leftColumnspotlight * {
	color: #ffffff;
	font-size: 95%;
	text-align: center;
}
#leftColumnspotlight ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#leftColumnspotlight li {
	padding-bottom: 2px;
	border-bottom: 2px solid #990000;
}
#leftColumnspotlight a:hover {
	color: #FF0000;
	text-decoration: overline;
}
#leftColumnspotlight .featured {
	color: #FF0000;
	font-weight: bold;
}
.title{
	padding-left: 3px;
	color: #ffffff;
	font-weight: bold;
	font-family:"Trebuchet MS", Trebuchet, Perpetua, Helvetica, sans-serif;
	border-top: 2px solid #E10039;
	border-bottom: 2px solid #E10039;
}
#infobox {
	margin: 5% 10% 5% 10%;
	font-size: 92%;
	padding: 1em;
	border: 2px solid #990000;
	background-color: #FFFFCC;
}
#infobox img {
	padding: 0.25em .5em 0.25em 0.25em;
	margin-right: .5em;
}
#infobox .title {
	padding-left: 3px;
	color: #990000;
	font-weight: bold;
	font-family:"Trebuchet MS", Trebuchet, Perpetua, Helvetica, sans-serif;
	border-top: 2px solid #E10039;
	border-bottom: 2px solid #E10039;
}
#infobox2 {
	margin: 5% 10% 5% 10%;
	padding: 1em;
	border: 2px solid #990000;
	background-color: #FFFFCC;
}
#infobox2 img {
	padding: .25em;
}
#infobox2 .title {
	padding-left: 3px;
	color: #990000;
	font-weight: bold;
	font-family:"Trebuchet MS", Trebuchet, Perpetua, Helvetica, sans-serif;
	border-top: 2px solid #E10039;
	border-bottom: 2px solid #E10039;
}
#infobox3 {
	margin: 5% 10% 5% 10%;
	padding: 1em;
	border: 2px solid #990000;
	background-color: #FFFFCC;
}
#infobox3 img {
	padding: .25em;
}
#infobox3 .title {
	padding-left: 3px;
	color: #990000;
	font-weight: bold;
	font-family:"Trebuchet MS", Trebuchet, Perpetua, Helvetica, sans-serif;
	border-top: 2px solid #E10039;
	border-bottom: 2px solid #E10039;
}
#infoboxwhite {
	margin: 5% 10% 5% 10%;
	font-size: 92%;
	padding: 1em;
	border: 0px solid #990000;
	background-color: #ffffff;
}
#infoboxwhite img {
	padding: 0.25em .5em 0.25em 0.25em;
	margin-right: .5em;
}
#infoboxwhite .title {
	padding-left: 3px;
	color: #990000;
	font-weight: bold;
	font-family:"Trebuchet MS", Trebuchet, Perpetua, Helvetica, sans-serif;
	border-top: 2px solid #E10039;
	border-bottom: 2px solid #E10039;
}
#gradinfobox {
	float: right;
	margin: 5% 0 0 1%;
	width: 150px;
	padding: 1em;
	border: 2px solid #006600;
	background-color: #CCCCFF;
}
#gradinfobox img {
	padding: .25em;
}
#gradinfobox .title {
	color: #003300;
	font-weight: bold;
	font-family:"Trebuchet MS", Trebuchet, Perpetua, Helvetica, sans-serif;
	border-top: 2px solid #006600;
	border-bottom: 2px solid #006600;
	text-align: center;
}
.smallertxt {
	font-size: smaller;
}
.txtdkred {
	color:#990000
}
.txtlarger {
	font-size: larger;
}
.txtstrikethrough {
		text-decoration:line-through;
}
div.adminstaff {
	clear: both;
}
div.adminstaff img {
	float: left;
	padding-bottom: 2em;
}
div.adminstaff ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;	
	margin-left: 150px;
}
ul.nobullet {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin-left: 1.7em;
	padding-left: 0;
	text-indent: -1.5em;
}
.indent {margin-left: 1em;}
.indentmore { margin-left: 2em;}
