/* This zeros all browsers*/
html,body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.centerImage {
	text-align: center;
	padding-top: 10px;
}
/* This fixes a bug in Firefox with the scroll bar */
/* hide from IE mac \*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE mac */
/* This styles the body elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 62.5%;
	line-height: 1.4em;
	word-spacing: 0em;
	letter-spacing: normal;
	background-image: url(../CSS08_Images/sc_edu_bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color: #990000;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/******************************** This is the top toolbar text version ********************************/
#topToolBarText {
	background-color: #990000;
	height: 14px;
	width: 570px;
	padding-left: 180px;
}
#topToolBarList  {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;	
}
#TopCurrentStudentsText, #TopCurrentStudentsText a {
	color: #FFFFFF;
	text-decoration: none;
	height: 14px;
	width: 113px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7D0000;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
}
#TopCurrentStudentsText a:hover { background-color: #A60000;}
#topFutureStudents, #topFutureStudents a {
	color: #FFFFFF;
	text-decoration: none;
	height: 14px;
	width: 113px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7D0000;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
}
#topFutureStudents a:hover { background-color: #A60000;}
#topAlumni, #topAlumni a {
	color: #FFFFFF;
	text-decoration: none;
	height: 14px;
	width: 113px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7D0000;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
}
#topAlumni a:hover { background-color: #A60000;}
#topFacultyStaff, #topFacultyStaff a {
	color: #FFFFFF;
	text-decoration: none;
	height: 14px;
	width: 113px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7D0000;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
}
#topFacultyStaff a:hover { background-color: #A60000;}	

#topVisitors, #topVisitors a {
	color: #FFFFFF;
	text-decoration: none;
	height: 14px;
	width: 114px;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
}
#topVisitors a:hover { background-color: #A60000;}
/* This is the wrapper for the page */
#wrapper {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#columnOne {
	float: left;
	width: 180px;
	padding-bottom: 100px;
	font-size: 1.0em;
}
#twoColHeader {
	float: left;
	width: 750px;
}
#twoColHeaderImage {
	float: left;
	height: auto;
	width: auto;
}
#twoColHeaderText {
	background-color: #333333;
	float: left;
	height: 240px;
	width: 190px;
}
#twoColHeaderText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 20px;
	line-height: normal;
}
#twoColHeaderText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
}

/*******************************Header Elements ********************************/
#logo, #logo a {
	background-color: #000000;
	background-image: url(http://www.sc.edu/template/images/hdr_usc.gif);
	background-repeat: no-repeat;
	display: block;
	height: 80px;
	width: 100px;
	float: left;
}
#logo a:hover, #logo a:active {
	background-color: #000000;
	background-image: url(http://www.sc.edu/template/images/hdr_usc.gif);
	background-repeat: no-repeat;
	display: block;
}
#tree, #tree a, #tree a:hover, #tree a:active {
	background-color: #990000;
	background-image: url(http://www.sc.edu/template/images/hdr_logo.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 80px;
	width: 80px;
}
.banner {
	background-color: #000000;
	background-image: url(../../presidentialsearch/images/pageBanner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 570px;
}
#header {
	width: 750px;
	background-color: #000000;
	display: block;
}
#colTwo {
	float: left;
	width: 555px;
}
#columnThree {
	float: left;
	width: 190px;
	padding-left: 00px;
}
/*This is the top toolbar */
#topToolBar {
	background-color: #990000;
	height: 13px;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#currentStudents, #currentStudents a {
	background-color: #990000;
	background-image: url(includes/images/currentStudents.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 15px;
	width: 114px;
}
#currentStudents a:hover {
	background-color: #990000;
	background-image: url(includes/images/currentStudents.jpg);
	background-repeat: no-repeat;
	background-position: 0px -16px;
}
#futureStudents, #futureStudents a {
	background-color: #990000;
	background-image: url(includes/images/futureStudents.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 15px;
	width: 114px;
}
#futureStudents a:hover {
	background-color: #990000;
	background-image: url(includes/images/futureStudents.jpg);
	background-repeat: no-repeat;
	background-position: 0px -16px;
}
#alumni, #alumni a {
	background-color: #990000;
	background-image: url(includes/images/alumni.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 15px;
	width: 114px;
}
#alumni a:hover {
	background-color: #990033;
	background-image: url(includes/images/alumni.jpg);
	background-repeat: no-repeat;
	background-position: 0px -16px;
}
#facultyStaff, #facultyStaff a {
	background-color: #990000;
	background-image: url(includes/images/facultyStaff.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 15px;
	width: 114px;
}
#facultyStaff a:hover {
	background-color: #990000;
	background-image: url(includes/images/facultyStaff.jpg);
	background-repeat: no-repeat;
	background-position: 0px -16px;
}
#visitors, #visitors a {
	background-color: #990000;
	background-image: url(includes/images/visitors.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 15px;
	width: 114px;
}
#visitors a:hover {
	background-color: #990033;
	background-image: url(includes/images/visitors.jpg);
	background-repeat: no-repeat;
	background-position: 0px -16px;
}
#redFiller {
	height: 14px;
	width: 180px;
	float: left;
}
/*-- This is the Inner Wrapper -- */
#innerwrapper {
	background-repeat: repeat-y;
	background-position: 560px top;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}
/************************* -- This is the left Nav Bar Text Version -- **************************/
#leftNav ul {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
#leftNav li {margin: 0;}

#leftNav a, #leftNav a:visited {
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;	
}
#leftNav a:hover {
	background-image: url(../CSS08_Images/lefNavArrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#leftNav li li a:hover {
	background-image: url(../CSS08_Images/lefNavArrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#leftNav li li a, #leftNav li li a:visited {
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
}	

/* -- This is the left Nav Bar -- */
#leftNav {
	background-image: url(../../presidentialsearch/images/sidenav_redfade.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 170px;
	width: 180px;
	float: left;
	font-size: 1.1em;
	color: #000000;
	background-color: #990000;
}
#leftNavAbout, #leftNavAbout a {
	background-color: #990000;
	background-image: url(leftNavImages/about.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
}
#leftNavAbout a:hover {
	background-color: #990000;
	background-image: url(leftNavImages/about_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#leftNavApply, #leftNavApply a {
	background-color: #990000;
	background-image: url(leftNavImages/apply.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
}
#leftNavApply a:hover {
	background-color: #990000;
	background-image: url(leftNavImages/apply_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}#leftNavLibraries, #leftNavLibraries a {
	background-color: #990000;
	background-image: url(leftNavImages/library.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
}
#leftNavLibraries a:hover {
	background-color: #990000;
	background-image: url(leftNavImages/library_hover.jpg);
	background-repeat: no-repeat;
}
#leftNavColleges, #leftNavColleges a {
	background-color: #990000;
	background-image: url(leftNavImages/colleges.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
}
#leftNavColleges a:hover {
	background-color: #990000;
	background-image: url(leftNavImages/colleges_hover.jpg);
	background-repeat: no-repeat;
}

#leftNavResearch, #leftNavResearch a {
	background-color: #990000;
	background-image: url(leftNavImages/research.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
}
#leftNavResearch a:hover {
	background-color: #990000;
	background-image: url(leftNavImages/research_hover.jpg);
	background-repeat: no-repeat;
}
#leftNavSports, #leftNavSports a {
	background-color: #990000;
	background-image: url(leftNavImages/athletics.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
}
#leftNavSports a:hover {
	background-color: #990000;
	background-image: url(leftNavImages/athletics_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
#leftNavTechnology, #leftNavTechnology a {
	background-color: #990000;
	background-image: url(leftNavImages/technology.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
}
#leftNavTechnology a:hover {
	background-color: #990000;
	background-image: url(leftNavImages/technology_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#leftNavOffices, #leftNavOffices a {
	background-color: #990000;
	background-image: url(leftNavImages/offices.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F0C00;
}
#leftNavOffices a:hover {
	background-color: #990000;
	background-image: url(leftNavImages/offices_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#leftNavCampuses, #leftNavCampuses a {
	background-color: #990000;
	background-image: url(leftNavImages/campuses.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F0C00;
}
#leftNavCampuses a:hover {
	background-color: #990000;
	background-image: url(leftNavImages/campuses_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
#leftNavNews, #leftNavNews a {
	background-color: #990000;
	background-image: url(includes/images/leftNav_News.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
	float: left;
}
#leftNavNews a:hover {
	background-color: #990000;
	background-image: url(includes/images/leftNav_News.jpg);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
#leftNavIndex, #leftNavIndex a {
	background-color: #990000;
	background-image: url(leftNavImages/Index.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F0C00;
}
#leftNavIndex a:hover {
	background-color: #990000;
	background-image: url(leftNavImages/Index_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#leftNavInnovista, #leftNavInnovista a {
	background-color: #990000;
	background-image: url(leftNavImages/innovista.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
}
#leftNavInnovista a:hover {
	background-color: #990000;
	background-image: url(leftNavImages/innovista_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#leftNavGifts, #leftNavGifts a {
	background-color: #990000;
	background-image: url(leftNavImages/gift.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F0C00;
}
#leftNavGifts a:hover {
	background-color: #990000;
	background-image: url(leftNavImages/gift_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*---------------This is the Seearch Box DIV---------- */

#searchbox {
	background-color: #990000;
	display: block;
	width: 160px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin-left: 0px;
	height: 40px;
	font-size: 1.0em;
}

.form {
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#searchbox label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	color: #990000;
}
#searchbox input {
	display: block;
	float: left;
	margin-right: 5px;
}
#searchbox input#qt {
	font: bold 10px/10px Arial, sans-serif;
	border: 1px solid #900;
	border-color: #600 #d99 #d99 #600;
	width: 125px; /* was 130 */
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#formContainer {
	float: left;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#searchbox input#searchSubmit {
width: 16px; 
height: 16px;
}
#searchbox input#qp {
display: none;
}
#searchbox a {
	display: block;
	clear: both;
	text-decoration: none;
	color: #fff; /*padding: 5px 0; Breaks in IE*/
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	padding-top: 2px;
}
#searchbox a:hover {
background: 
none; 
color: #ccc;
}
/*----------------This ends the SearchBox DIV---------------------*/

/*----------------This is the bottom tool bar text version ---------------------*/
#bottomToolBarList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#bottomReturnText, #bottomReturnText a {
	background-color: #333333;
	width: 180px;
	height: 14px;
	text-align: center;
	display: block;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
#bottomReturnText a:hover { background-color: #666666; }
#bottomSiteInfoText, #bottomSiteInfoText a {
	background-color: #333333;
	width: 190px;
	height: 14px;
	text-align: center;
	display: block;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
#bottomSiteInfoText a:hover { background-color: #666666; }
#bottomDirectoryText, #bottomDirectoryText a {
	font-size: 0.95em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 124px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	float: left;
}
#bottomReturnDirectory a:hover { color:#333333; }
#bottomMapText, #bottomMapText a {
	font-size: 0.95em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 99px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	float: left;
}
#bottomMapText a:hover { color:#333333; }
#bottomCalendarText, #bottomCalendarText a, #bottomCalendarText a:visited {
	font-size: 0.95em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 120px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	float: left;
	text-decoration: none;
}
#bottomCalendarText a:hover { color:#333333; }
#bottomVIPText, #bottomVIPText a {
	font-size: 0.95em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 34px;
	float: left;
}
#bottomVIPText a:hover { color:#333333; }

/*----------------This is the bottom tool bar---------------------*/


#bottomToolBar {
	background-color: #000000;
	height: 14px;
	width: 750px;
}
#return, #return a {
	background-image: url(newImages/return.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 180px;
	float: left;
}
#return a:hover {
	background-image: url(newImages/return_hover.jpg);
	background-repeat: no-repeat;
}
#siteInfo, #siteInfo a {
	background-image: url(bottomToolBarIncludes/site_info.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 14px;
	width: 189px;
	float: left;
}
#siteInfo a:hover {
	background-image: url(bottomToolBarIncludes/site_info.jpg);
	background-repeat: no-repeat;
	background-position: 0px -19px;
}
#directory, #directory a {
	background-image: url(newImages/directory.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 101px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#directory a:hover {
	background-image: url(newImages/directory_hover.jpg);
	background-repeat: no-repeat;
}
#map, #map a {
	background-image: url(newImages/map.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 98px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#map a:hover {
	background-image: url(newImages/map_hover.jpg);
	background-repeat: no-repeat;
}
#calendar, #calendar a {
	background-image: url(newImages/events.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 124px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#calendar a:hover {
	background-image: url(newImages/events_hover.jpg);
	background-repeat: no-repeat;	
}
#vip, #vip a {
	background-image: url(newImages/vip.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 54px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#vip a:hover {
	background-image: url(newImages/vip_hover.jpg);
	background-repeat: no-repeat;
}
#siteInfo, #siteInfo a {
	background-image: url(newImages/siteInfo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 189px;
	float: left;
}
#siteInfo a:hover {
	background-image: url(newImages/vip_hover.jpg);
	background-repeat: no-repeat;
}
/*-- This is the copyright div -- */
#copyright {
	height: 14px;
	width: 750px;
	padding-top: 5px;
	display: block;
}

#copyrightContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	float: left;
	width: 365px;
}
#copyrightBoard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: right;
	padding-right: 15px;
	float: right;
	width: 360px;
}

/*-- These are the body style elements -- */
.itemSolid {
	font-size: 1.1em;
	color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.itemSolid p { color: #000000; }
.boldRedHeader {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
}
.itemSolid ul {
	list-style-type: none;
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.itemSolid li {
	padding-top: 2px;
}
.smallToolBars {
	font-size: .9em;
}
.subToolBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.itemNoLine {
	font-size: 1.1em;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.itemNoLine h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.2em;
	padding-bottom: 10px;
	font-weight: bold;
}
.itemNoLine  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
	padding-bottom: 5px;
}
.itemNoLine ul {
	list-style-type: none;
	font-size: 1.0em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
}
.itemNoLine li {
	padding-top: 2px;
}.itemNoLine p { color: #000000; }
.colThreeItemSolid {
	margin: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	float: left;
	width: 180px;
}
.colThreeItemNoLine {
	margin: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	float: left;
	width: 180px;
}	
	.colThreeItemSolid ul{
	margin: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	list-style-type: none;
}
.colThreeItemSolid li {
	padding-top: 2px;
	padding-bottom: 2px;
}


#newsIndexHeader {
	background-color: #FFFFCC;
	height: 80px;
	width: 570px;
}
#newsIndesCol2 {
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 80px;
	width: 190px;
	background-color: #000000;
}
.dateStamp {
	font-size: 0.9em;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#newsIndesCol2 p {
	font-size: 1.1em;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 8px;
}
#indexHeaderColOne {
	font-size: 1.1em;
	float: left;
	width: 367px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.boldRedHeader16 {
	font-size: 1.8em;
	font-weight: bold;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-bottom: 2px;
}
#indexheaderCol2 {
	font-size: 1.1em;
	display: block;
	float: left;
	width: 180px;
	background-color: #666666;
	height: 65px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.colThreeYellowHeader {
	background-color: #FFFFCC;
	display: block;
	float: left;
	width: 189px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.colThreeYellowHeader p {
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.smallRedHeader {
	font-size: 1.4em;
	font-weight: bold;
	color: #990000;
}
.colThreeItemNoLine p { font-size: 1.0em; }
.colThreeItemProfile {
	margin: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	width: 180px;
}
.imgThumbLeft {
	float: left;
	height: 50px;
	width: 50px;
	padding-right: 5px;
	padding-bottom: 0px;
}.colThreeItemNoLine h3 {
	font-size: 1em;
	padding-left: 2px;
	color: #990000;
}
.imgThumbLeft, .imgThumbLeft a {
	float: left;
	height: 52px;
	width: 52px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
}
.facStaffHeader {
	background-color: #25A8AB;
	float: left;
	height: 30px;
	width: 570px;
}
.facStaffHeader  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-shadow:#000000 2px +2px 1px;
	letter-spacing: .11em;
}
.twoColimage {
	float: left;
	width: 570px;
}
.yellowBlock {
	background-color: #FFFF99;
	width: 367px;
	padding-right: 5px;
	padding-left: 8px;
	font-size: 1.1em;
	padding-bottom: 10px;
}
.yellowBlock h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #990000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: lighter;
}
.Redarrow {
	margin-left: 0px;
	padding-left: 20px;
	list-style-image: url(../../presidentialsearch/images/sm_red_arrow.gif);
	list-style-position: outside;
}
.Redarrow li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;	
}table.One { font-size: 1.1em; }
.yellowBlock p {
	font-size: 1.1em;
}
.imgThumbLeft70 {
	float: left;
	height: 70px;
	width: 70px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
}
.itemSolid h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #000000;
	font-weight: lighter;
	padding-bottom: 5px;
}
.smallFSbanner {
	background-color: #25A8AB;
	height: 20px;
	width: 159px;
	display: block;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	vertical-align: middle;
}
.smallFSbanner h3 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	vertical-align: middle;
	text-shadow:#000000 2px +2px 1px;
}
table.Index { width: 360px; }
table.IndexTimeStamp {
	font-size: .9em;
	color: #999999;
}
#leftNav h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCCCCC;
	padding-left: 20px;
	padding-bottom: 2px;
	font-size: 1.1em;
	padding-top: 5px;
}
.boldText {
	font-weight: bold;
}
.pageMenu {
	font-size: 1em;
	color: #990000;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.govBanner {
	background-color: #000000;
	background-image: url(../../advancement/images/hdr_pagetitle_gov.gif);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 570px;
}
.itemNoLine h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #990000;
	padding-bottom: 0px;
	padding-left: 5px;
}
.hahcBanner {
	background-color: #000000;
	background-image: url(../images/HAHC_BANNER.gif);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 570px;
}
.coeeBanner {
	background-color: #000000;
	background-image: url(../images/coee_header.gif);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 570px;
}
.srsmartBanner {
	background-color: #000000;
	background-image: url(../images/seniorsmart_header.gif);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 570px;
}
.polynanoBanner {
	background-color: #000000;
	background-image: url(../images/polynano_header.gif);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 570px;
	}
.advBanner {
	background-color: #000000;
	background-image: url(../images/adv_header.gif);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 570px;
}
.colThreeItemNoLine h4 {
	font-size: 1em;
	padding-left: 2px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 2px;
}
.colThreeThumb {
	height: 100px;
	width: 100px;
	padding-top: 10px;
	padding-left: 10px;
}
.colThreeThumbText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	width: 100px;
	padding-left: 10px;
	height: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#thumbContainer {
	width: 360px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	text-align: center;
	float: left;
	padding-top: 5px;
}
#mainImageContainer {
	width: 360px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 0px;
	text-align: center;
	float: left;
	padding-top: 0px;
}
img.galleryThumbs {
	float: left;
	margin-right: 4px;
	margin-bottom: 3px;
	border: 1px solid #000000;
	padding: 2px;
}
.dropDownMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#gallerySelect {
	float: left;
	width: 360px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
.itemNoLineNoPad {
	font-size: 1.1em;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
