body {
	color: #000;
	background: url('/images/bodyBackground.jpg') #e8e8db top repeat-x;
	/* background: url('/images/bodyBackgroundWhite.jpg') #fff top repeat-x; */
	text-align: center;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
}

body.beta {
	background: url('/images/bodyBackgroundBeta.jpg') #e8e8db top repeat-x;
}

html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

.clearFloats {
	clear: both;	
}

a, a:link, a:visited {
	color: #370457;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

a.pdf {
	padding: 5px 20px 5px 0;
	background: transparent url('/images/pdf.gif') no-repeat center right;
}

a.offsite {
	padding: 5px 15px 5px 0;
	background: transparent url('/images/offsite.gif') no-repeat center right;
}

a.redirect {
	padding: 5px 0px 5px 40px;
	background: transparent url('/images/redirectArrow.gif') no-repeat center left;
}

h2 {
	color: #2c0347;
	border-bottom: 1px solid #8b8b8b;
	font-family: 'Times New Roman', 'Times Roman', 'Times', serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding-bottom: 2px;
}

h3 {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 6px;
}

h4 {
	color: #222;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;
}

strong, dt {
	color: #000;
	font-weight: bold;
}

ul {
	margin-bottom: 0;
}

blockquote {
	font-size: 12px;
	line-height: 16px;
	background: url('/images/quoteMarks.gif') no-repeat;
	margin: 20px 10px 10px 10px;
	padding: 0 0 10px 40px;
}

blockquote span {
	padding-left: 20px;
}

dt {
	font-weight: bold;
	margin-bottom: 5px;
}

dd {
	line-height: 16px;
	margin-bottom: 20px;
}

#header {
	background: url('/images/headerBackground.gif') top center no-repeat;
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 760px;
	text-align: left;
}

.centered {
	text-align: center;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	background: url('/images/headerLogo.gif') no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	width: 360px;
	height: 48px;
}

#header h1 a.beta {
	background: url('/images/headerLogoBeta.gif') no-repeat;
}

#header h1 a span { display: none; }

#actionsNav {
	height: 30px;
	padding: 0;
	position: relative;
	margin: 0;
	width: 760px;
	text-align: left;
}

#actionsBox {
	background: url('/images/actionsNavBG.gif') top repeat-x;
	margin: 0 0 0 360px;
	padding: 0;
	position: relative;
	width: 400px;
	height: 30px;
}

#UESearch {
	border: 0;
	margin: 0 0 0 255px;
	padding: 6px 0 0 0;
}

#UESearch input.searchInput {
	border: 0;
	color: #999;
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 0 0;
	padding: 2px;
	width: 120px;
	height: 12px;
}

#UESearch input.searchSubmit {
	display: none;
}

#actions {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 250px;
}

#actions li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#actions a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win */
}

#actions span {
	display: none;
}
	
#aapply a { width: 65px; background: url('/images/actionsNav.gif') 0px 0px no-repeat; }
#aapply a:hover { background-position: 0px -30px; }
#aapply a.selected { background-position: 0px -60px; }

#agive a { width: 47px; background: url('/images/actionsNav.gif') -65px 0px no-repeat; }
#agive a:hover { background-position: -65px -30px; }
#agive a.selected { background-position: -65px -60px; }

#avisit a { width: 60px; background: url('/images/actionsNav.gif') -112px 0px no-repeat; }
#avisit a:hover { background-position: -112px -30px; }
#avisit a.selected { background-position: -112px -60px; }

#acontact a { width: 78px; background: url('/images/actionsNav.gif') -172px 0px no-repeat; }
#acontact a:hover { background-position: -172px -30px; }
#acontact a.selected { background-position: -172px -60px; }

#topicsNav {
	position: relative;
	width: 760px;
	height: 30px;
	padding: 0;
	margin: 0 auto;
}

#topics {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 760px;
}
	
#topics li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#topics a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win */
}

#topics span {
	display: none;
}

#thome a { width: 73px; background: url('/images/topicsNav.gif') 0px 0px no-repeat; }
#thome a:hover { background-position: 0px -30px; }
#thome a.selected { background-position: 0px -60px; }
#thome a:hover.selected { background-position: 0px -60px; }

#tabout a { width: 68px; background: url('/images/topicsNav.gif') -73px 0px no-repeat; }
#tabout a:hover { background-position: -73px -30px; }
#tabout a.selected { background-position: -73px -60px; }
#tabout a:hover.selected { background-position: -73px -60px; }

#tacademics a { width: 77px; background: url('/images/topicsNav.gif') -141px 0px no-repeat; }
#tacademics a:hover { background-position: -141px -30px; }
#tacademics a.selected { background-position: -141px -60px; }
#tacademics a:hover.selected { background-position: -141px -60px; }

#tadmission a { width: 76px; background: url('/images/topicsNav.gif') -218px 0px no-repeat; }
#tadmission a:hover { background-position: -218px -30px; }
#tadmission a.selected { background-position: -218px -60px; }
#tadmission a:hover.selected { background-position: -218px -60px; }

#tathletics a { width: 72px; background: url('/images/topicsNav.gif') -294px 0px no-repeat; }
#tathletics a:hover { background-position: -294px -30px; }
#tathletics a.selected { background-position: -294px -60px; }
#tathletics a:hover.selected { background-position: -294px -60px; }

#tglobal a { width: 74px; background: url('/images/topicsNav.gif') -366px 0px no-repeat; }
#tglobal a:hover { background-position: -366px -30px; }
#tglobal a.selected { background-position: -366px -60px; }
#tglobal a:hover.selected { background-position: -366px -60px; }

#tnews a { width: 100px; background: url('/images/topicsNav.gif') -440px 0px no-repeat; }
#tnews a:hover { background-position: -440px -30px; }
#tnews a.selected { background-position: -440px -60px; }
#tnews a:hover.selected { background-position: -440px -60px; }

#toffices a { width: 126px; background: url('/images/topicsNav.gif') -540px 0px no-repeat; }
#toffices a:hover { background-position: -540px -30px; }
#toffices a.selected { background-position: -540px -60px; }
#toffices a:hover.selected { background-position: -540px -60px; }

#tstudentlife a { width: 94px; background: url('/images/topicsNav.gif') -666px 0px no-repeat; }
#tstudentlife a:hover { background-position: -666px -30px; }
#tstudentlife a.selected { background-position: -666px -60px; }
#tstudentlife a:hover.selected { background-position: -666px -60px; }

#subHeader {
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: right;
	width: 760px;
}

#subHeaderImage {
	background-color: #d5d5c6;
	padding: 0 0 10px 0;
	margin: 0;
}

div#moreinBoxAboutue, div#moreinBoxAcademics, div#moreinBoxAdmission, div#moreinBoxAthletics,
div#moreinBoxGlobalue, div#moreinBoxDonors, div#moreinBoxAlumni, div#moreinBoxApply,
div#moreinBoxGive, div#moreinBoxVisit, div#moreinBoxOnlyUE, div#moreinBoxStudentLife,
div#moreinBoxNews, div#moreinBoxParents, div#moreinBoxOffices, div#moreinBoxContact,
div#moreinBoxIntensiveEnglish, div#moreinBoxEvansvilleExperience {
	float: left;
	margin: 0 0 20px 0;
	padding: 90px 0 0 0;
	text-align: left;
	width: 180px;
}

div#moreinBoxAboutue { background: url('/aboutue/images/moreinAboutUE.jpg') top no-repeat; }
div#moreinBoxApply { background: url('/apply/images/moreinApply.jpg') top no-repeat; }
div#moreinBoxAcademics { background: url('/academics/images/moreinAcademics.jpg') top no-repeat; }
div#moreinBoxAdmission { background: url('/admission/images/moreinAdmission.jpg') top no-repeat; }
div#moreinBoxAthletics { background: url('/athletics/images/moreinAthletics.jpg') top no-repeat; }
div#moreinBoxGive { background: url('/give/images/moreinGive.jpg') top no-repeat; }
div#moreinBoxGlobalue { background: url('/globalue/images/moreinGlobalUE.jpg') top no-repeat; }
div#moreinBoxDonors { background: url('/donors/images/moreinDonors.jpg') top no-repeat; }
div#moreinBoxAlumni { background: url('/alumni/images/moreinAlumni.jpg') top no-repeat; }
div#moreinBoxVisit { background: url('/visit/images/moreinVisit.jpg') top no-repeat; }
div#moreinBoxOnlyUE { background: url('/onlyue/images/moreinOnlyUE.jpg') top no-repeat; }
div#moreinBoxStudentLife { background: url('/studentlife/images/moreinStudentLife.jpg') top no-repeat; }
div#moreinBoxNews { background: url('/news/images/moreinNews.jpg') top no-repeat; }
div#moreinBoxParents { background: url('/parents/images/moreinParents.jpg') top no-repeat; }
div#moreinBoxOffices { background: url('/aboutue/images/moreinAboutUE.jpg') top no-repeat; }
div#moreinBoxContact { background: url('/contact/images/moreinContact.jpg') top no-repeat; }
div#moreinBoxIntensiveEnglish { background: url('/intensiveenglish/images/moreinIntensiveEnglish.jpg') top no-repeat; }
div#moreinBoxEvansvilleExperience { background: url('/evansvilleexperience/images/moreinEvansvilleExperience.jpg') top no-repeat; }

#morein {
	background-color: #fff;
	border-bottom: 1px solid #d5d5c6;
	font-size: 11px;
	margin: 0;
	padding: 8px 5px;
}

#moreinMain {
	border-bottom: 10px solid #d5d5c6;
	font-size: 11px;
	margin: 0;
	padding: 10px 0px;
}

#morein a {
	background: url('/images/moreinBullet.gif') top left no-repeat;
	display: block;
	text-decoration: none;
	padding-left: 20px;
}

#morein a:hover {
	text-decoration: underline;
}

#mainContent {
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
}

#contentArea {
	float: right;
	width: 560px;
}

#contentAreaWide {
	width: 760px;
	padding-bottom: 20px;
}

#contentArea p, #contentAreaWide p {
	color: #000;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 15px 0;
	/* font: normal 11px/15px Verdana, Helvetica, Arial, sans-serif; */
}

#contentArea p.indent, #contentAreaWide p.indent {
	margin-left: 20px;
}

#contentArea ol, #contentArea ul, #contentAreaWide ol, #contentAreaWide ul {
	padding-left: 30px;
	margin-left: 0px;
	margin-bottom: 18px;
}

#contentArea ul li ul, #contentArea ul li ol, #contentArea ol li ul, #contentArea ol li ol {
	margin-top: 10px;
}

#contentArea li, #contentAreaWide li {
	line-height: 16px;
	margin-bottom: 5px;
}

#contentArea hr, #contentAreaWide hr {
  background-color: #8b8b8b;
	border: 0;
	color: #8b8b8b;
  height: 1px;
	margin-bottom: 18px;
}

#contentArea hr.dashed, #contentAreaWide hr.dashed {
	background-color: transparent;
	border-top: 1px dashed #b7b6b2;
}

#contentArea div.contentMiniBox, #contentAreaWide div.contentMiniBox{
	background-color: #d5d5c6;
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px 10px 0 10px;
	width: 180px;
}

#contentArea div.contentMiniBox p, #contentAreaWide div.contentMiniBox p{
	font-size: 10px;
	line-height: 13px;
}

#contentArea div.contentMiniBox ul, #contentArea div.contentMiniBox ul {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.contentPhoto {
	border: 5px solid #d5d5c6;
	float: right;
	margin: 5px 0 10px 15px;
}

.contentPhotoNoBorder {
	float: right;
	margin: 5px 0 10px 15px;
}

.contentPhotoLeft {
	border: 5px solid #d5d5c6;
	float: left;
	margin: 5px 15px 10px 0;
}

.contentButton {
	background-color: #fbd451;
	border-top: 1px solid #fbd451;
	border-left: 1px solid #fbd451;
	border-bottom: 1px solid #cd811d;
	border-right: 1px solid #cd811d;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}

.contentButton a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

div#contentArea div.slideshow {
	width: 160px;
	background-color: #d5d5c6;
	border-bottom: 1px solid #999;
	float: right;
	margin: 5px 0 10px 15px;
	text-align: center;	
}

div#contentArea div.slideshow img {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	margin: 5px auto;
}

div#contentArea div.slideshow p {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	margin: 0 5px 5px 5px;
}

div#contentArea div.slideshow a {
	font-weight: bold;
	text-decoration: none;
}

div#contentArea div.slideshow a:hover {
	text-decoration: underline;
}

div#contentArea table.contactData {
	border: 0;
	border-spacing: 0;
	margin-bottom: 20px;
}

div#contentArea table.contactData td {
	vertical-align: top;	
	padding: 8px 0px 0px 0px;
}

div#contentArea table.contactData td.contactType {
	font-weight: bold;
	width: 110px;
}

div#contentArea div.infoArea {
	background-color: #fff;
	border: 1px solid #aaa;
	margin-top: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

div#contentArea div.infoArea p.infoItem {
	border-bottom: 1px solid #aaa;
	font-size: 11px;
	font-weight: bold;
	padding: 15px 15px;
	margin: 0;
}

div#contentArea div.infoArea p.bottom {
	border: none;
}

div#contentArea div.infoArea p.infoItem strong {
	color: #586077;
	padding-right: 5px;
}

div.contentPhotoCentered {
	text-align: center;
	margin-bottom: 10px;
}

img.contentPhotoCentered {
	border: 3px solid #d5d5c6;
	margin: 10px auto 15px auto;
}

div.photoGallery img {
	border: 3px solid #d5d5c6;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

a.galleryThumb {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border: 10px solid #fff;
	display: block;
	float: left;
	margin: 5px 10px 5px 0px;
	width: 110px;
	height: 80px;
}

table.contentTable {
	border-top: 2px solid #d5d5c6;
	border-right: 2px solid #d5d5c6;
	margin-bottom: 20px;
}

div.contentVideoBox {
	background: url('/images/videoBoxBackground.jpg') #ebae0a top repeat-x;
	float: right;
	font-size: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
	width: 120px;
}

div.contentVideoBox img {
	margin-bottom: 5px;
}

div.contentVideoBox a {
	color: #fff;
	text-decoration: none;
}

div.contentVideoBox a:hover {
	text-decoration: underline;
}

div.embeddedVideo {
	width: 560px;
	margin-bottom: 10px;
}

div.embeddedVideoWide {
	text-align: center;
}

table.contentTable td {
	border-bottom: 2px solid #d5d5c6;
	border-left: 2px solid #d5d5c6;
	padding: 5px;
}

div#photoVideoBox {
	background-color: #d5d5c6;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	float: right;
	margin: 0px 0px 15px 20px;
	padding: 10px 10px 5px 10px;
	width: 130px;
}

div#photoVideoBox img {
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

div#photoVideoBox p {
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 14px;
}

div#photoVideoBox p.caption {
	font-weight: bold;
	text-align: center;
}

div#photoVideoBox p.thumbnail {
	text-align: center;
}

div#photoVideoBox p.thumbnail img {
	border: 1px solid #aaa;
}

div#contentAreaWide ul.areasofstudy {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

div#contentAreaWide ul.areasofstudy li {
	font-weight: bold;
	list-style: none;
	margin-left: 0px;
}

div#contentAreaWide ul.areasofstudy li span {
	color: #606060;
	font-weight: normal;
}

div#contentAreaWide ul.areasofstudy ul {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

div#contentAreaWide ul.areasofstudy ul li {
	font-weight: normal;
	list-style: none;
}

div#contentArea div.degreeProgramList {
	border-left: 10px solid #d5d5c6;
	margin-bottom: 15px;
	padding-left: 15px;
}

div#contentArea div.degreeProgramList h4 {
	color: #444;
	margin: 0 0 5px 0;
}

div#contentArea div.degreeProgramList ul {
	margin: 0 0 2px 0;
	padding: 0;
}

div#contentArea div.degreeProgramList ul li {
	list-style: none;
	margin: 0;
	padding: 1px 0 1px 0;
}

div#contentAreaWide ul.offices {
	margin-top: 0;
	list-style: square;
}

div#contentArea .error {
	color: #c00;
	font-weight: bold;
}

div#contentArea h3.staffType {
	clear: left;
	font-size: 130%;
	margin-bottom: 0;
}

div#contentArea div.staffMember {
	clear: left;
	line-height: 140%;
	margin-bottom: 10px;
	padding-top: 10px;
}

div#contentArea div.staffMember img.staffPagePhoto {
	border: 3px solid rgb(213, 213, 198);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 80px;
	height: 80px;
}

div#contentArea div.staffMember div.staffMemberData {
	margin-left: 100px;	
}

div#contentArea div.staffMember div.staffMemberData ul.staffResponsibilities {
	margin: 0 0 0 15px;
	padding: 0;
}

div#contentArea div.staffMember div.staffMemberData ul.staffResponsibilities li {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
}

div.bio {
	text-align: left;
	margin-right: 10px;
}

div#contentArea .fineprint, div#contentAreaWide .fineprint {
	color: #666;
	font-size: 11px;
	line-height: 14px;
}

.officeWebsiteLink {
	color: #777;
	font-size: 10px;
}

.officeWebsiteLink a {
	color: #777;
	text-decoration: none;
}

#contentSidebar {
	margin: 0;
	padding:0 580px 0 0;
}

#sectionNav, #relatedLinksNav, #audienceNav, #newsHeadlines, #featureBox {
	background-color: #fff;
	/* background-color: #e8e8db; */
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
}

div#relatedLinksNav {
	clear: left;
}

div#featureBoxContent {
	padding: 10px;	
}

p#sectionTitle {
	background: url('/images/sectionNav.gif') #7e0ac5 bottom repeat-x; 
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 8px 10px 14px 10px;
}

p#relatedLinksTitle {
	background-color: #b1b1b1; 
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 8px;
}

#requestMoreButton p a, .sidebarButton p a {
	background: url('/images/sidebarButtonBG.jpg') top repeat-x #e9e9e9;
	border-top: 1px solid #fbd451;
	border-left: 1px solid #fbd451;
	border-bottom: 1px solid #cd811d;
	border-right: 1px solid #cd811d;
	color: #000;
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
}

#requestMoreButton p a:hover, .sidebarButton p a:hover {
	text-decoration: underline;
}

ul#subpages, ul#relatedLinks {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

ul#subpages li, ul#relatedLinks li {
	font-size: 11px;
	line-height: 13px;
	margin: 10px;
}

ul#subpages li a, ul#relatedLinks li a, ul#audience li a {
	text-decoration: none;
}

ul#subpages li a:hover, ul#relatedLinks li a:hover, ul#audience li a:hover {
	text-decoration: underline;
}

ul#subpages li a.selected {
	background: url('/images/sectionBullet.gif') top left no-repeat;
	padding-left: 14px;
/*	display: block; */
}

ul#subpages li a.subsection {
	background: url('/images/subsectionDots.gif') top right no-repeat;
	padding-right: 18px;
	display: block;
}

table.simpleGrid {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.simpleGrid td {
	border-bottom: 1px solid #999;
	padding: 5px;
}

table.simpleGrid th {
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	width: 760px;
}

div#footerArea {
	padding-left: 200px;
	padding-bottom: 20px;
}

p#footerTopics {
	border-bottom: 1px solid #d02433;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-bottom: 0;
}

p#footerTopics a {
	color: #202020;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 10px;
	padding-right: 6px;
	text-decoration: none;
}

p#footerTopics a:hover, #footerCopyright a:hover {
	text-decoration: underline;
}

p#footerCopyright {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top: 8px;
}

p#footerCopyright a {
	color: #000000;
	text-decoration: none;
}

#footerSidebar {
	float: left;
	padding: 0;
	width: 180px;
}

.donorDeceased {
	color:#777777;
	font-style:italic;
}

div#twitter_div {
	color: #000;
	background: url('/images/ueOnTwitterWide.jpg') #baebef top left no-repeat;
	padding: 30px 10px 10px 10px;
	margin-bottom: 15px;
}

div#twitter_div a#twitter-link {
	display: block;
	font-size: 11px;
	text-align: right;
}

ul#twitter_update_list {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

ul#twitter_update_list li {
	margin-top: 8px;
	margin-bottom: 8px;
}

ul#twitter_update_list li a {
	color: #333;
	padding-left: 5px;
	text-decoration: none;
}

div#globalAlert {
	background: #b11d1a url('/images/alertIcon.gif') no-repeat left 5px;
	margin: 10px auto 20px auto;
	padding: 0px;
	text-align: left;
	width: 760px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div#globalAlert p {
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	margin-left: 40px;
	margin-right: 10px;
	overflow: hidden;
	white-space: nowrap;
}

div#globalAlert p a {
	color: #fff;
	text-decoration: none;
}

div#globalAlert p a:hover {
	text-decoration: underline;
}

#tabsContainer {
	background: url('/images/tabsBottom.gif') 0 30px repeat-x;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 560px;
}

#tabsContainer ul {
	padding: 0;
	margin: 0;
	font: bold 10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#tabsContainer ul li {
	display: inline;
}

#tabsContainer ul li a {
	background: url('/images/tabsDeselected.gif') repeat-x top left;
	color: #000;
	padding: 8px 8px 6px 8px;
	text-decoration: none;
	float: left;
}

#tabsContainer ul li.selected a {
	background: url('/images/tabsSelected.gif') repeat-x;
	color: #fff;
	padding: 6px 8px 8px 8px;
	text-decoration: none;
	float: left;
}
