/* ----- MSMC GLOBAL STYLESHEET ------*/
/* ------------------------------------------- */
/* -- general styles for site -- */


#sitelogo
{
}

.hidden
{
	text-indent: -9999px;
}

/* ------------------------------------------- */
/* -- general layout styles for containers -- */
table.PageBoundingBox, #headerwrapper, #gnavwrapper, #intheaderwrapper, #footerwrapper
{
	width: 100%;
}

.travelrow { width: 200px;}

#headercontent, table.ContentBoundingBox ,#fixedcontentwrapper, #intheadercontent, #footercontent
{
	/* fixed with of site content areas go here */
	width: 1000px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

#fixedcontentwrapper
{
	padding: 0 0px 10px 0;
	width: 980px;
	z-index: 0;
}

.MainContent ul li 	{
	line-height: 1.5;
}

.MainContent ol li 	{
	line-height: 1.5;
}

.MainContent ul {
	margin:0 0 10px 30px;
}
.MainContent ul ul {
	margin-bottom:0;
}
.MainContent li {
	padding:2px 0;
	line-height:1.2; /* for very long li's this will keep them spaced better */
}
.MainContent ol {
	margin:0 0 10px 37px;
}

/* ------------------------------------------- */
/* -- header styles -------------------------- */
#headerwrapper {
	background: url('/images/system2008/header_bg.gif') repeat-x 0 0;
	height: 74px;
	margin-bottom: 11px;
	position: relative;
	z-index: 10;
}

#sitelogo {
	float: left;
}

#searcharea {
	float: right;
	display: inline;
	/* fixes ie double margin bug */
	height: 21px;
	width: 275px;
	margin: 20px 100px 0 0;
}

#searcharea img {
	margin: 0 10px 0 0;
	float: right;
}

select#quicklink {
	font-size: 8pt;
	width: 136px;
	float: right;
}

#squarelogo {
	position: absolute;
	top: 9px;
	right: 0;
}

/* --- global nav styles --- */
#navcontainer {
	height: 24px;
	padding-left: 10px;
	clear: both;
	width: 970px;
	float: left;
	margin-top: 8px;
}

#gnav {
	list-style: none;
	padding-top: 4px;
}

#gnav li {
	float: left;
	margin-right: 20px;
	position: relative;
}

#gnav a {
	color: #000;
	text-decoration: none;
	font-size: 9pt;
	background: url('/images/system2008/global-nav-arrow.gif') no-repeat 0 50%;
	padding-left: 12px;
	display: block;
}

#gnav a:hover, #gnav li:hover a {
	/* this keeps root highlighted while over drop-downs */
	color: #333399;
}

/* drop-down styles */
#gnav ul {
	position: absolute;
	left: -9999px;
	padding: 10px 0;
	z-index: 1;
}

#gnav li:hover ul {
	left: auto;
	width: 200px;
	background: #e4e4e4;
}

#gnav li li {
	display: block;
	clear: left;
	padding: 0;
	margin: 0;
}

#gnav li:hover li a {
	background: #e4e4e4;
	padding: 2px 10px;
	width: 180px;
	font-size: 8pt;
	color: #000;
}

#gnav li li a:hover, #gnav li li:hover a {
	color: #333399;
	background: #d3d3d3;
}

/* second tier styles */
#gnav li:hover ul ul {
	position: absolute;
	left: -9999px;
	padding: 2px 0;
	width: 200px;
	background: #e4e4e4;
	z-index: 1000;
	border-left: 1px solid #000;
}

#gnav li ul li:hover ul {
	left: 200px;
	top: 0;
}

#gnav li li:hover li a {
	background: #e4e4e4;
	color: #000;
	padding: 1px 5px;
	width: 190px;
}

#gnav li li:hover li a:hover {
	background: #d3d3d3;
	color: #333399;
}

/* Interior page new header styles */
#headerwrapper {
	margin-bottom:0; /* overwriting previous styles from home */
}
#intheaderwrapper {
	height:128px;
	background:#fff url('/images/system2008/section colors/yellow-header-bar.gif') repeat-x 0 0;
    margin-bottom:11px;        
}
#intheadercontent {
    padding:0 0 0 10px;
    width:990px;
}
#int-branding { /* branding image on 2-3 column templates */
	float:left;
    margin-right:10px;
	margin-top:10px;
}
#area-title {
    margin:10px 0 5px 0;
    padding: 0 0 10px 0;
}
#intheadercontent h2 {
	color:#333399;
	font-weight:normal;
	font-size:20px;
	margin-bottom: 0px;
}
#cookiewrapper {
	font-size:8pt;
	color:#888;
	margin-bottom:10px;
}
#cookiewrapper a {
	color:#888;
	text-decoration:none;
}
#cookiewrapper a:hover {
	color:#000;
}


/* ------------------------------------------- */
/* -- footer styles -------------------------- */
#footerwrapper
{
	border-top: 1px solid #e6cd45;
}

#footercontent
{
	padding: 10px 10px;
	width: 980px;
}

#footercontent p
{
	color: #666666;
	font-size: 8pt;
}

#footer-left, #footer-middle, #footer-right
{
	width: 240px;
	float: left;
	margin-right: 10px;
}

#footer-right
{
	width: 480px;
	margin: 0;
}

#footer-right ul
{
	list-style: none;
	margin-bottom: 10px;
}

#footer-right li
{
	display: inline;
}

#footer-right span
{
	font-size: 8pt;
	color: #666666;
}

#footer-right a
{
	color: #666666;
	text-decoration: none;
	font-size: 8pt;
	/*background:url('/images/system2008/footer-bullet.gif') no-repeat 0 50%;*/
	padding-left: 0px;
}

#footer-right a:hover
{
	color: #000;
}

/* ------------------------------------------- */
/* -- extra styles -------------------------- */
/* -- SPLASH PAGES -------------------------- */
#container
{
	width: 100%;
	overflow: auto;
}

#container1
{
	/*border: 1px solid #999;*/
	width: 490px;
	float: left;
}

#container2
{
	/*border: 1px solid #666;*/
	width: 490px;
	float: right;
}

#left
{
	/*border: 1px solid #0000ff;*/
	width: 240px;
	margin-right: 10px;
	float: left;
}

#left p
{
	margin-right: 5px;
}

#right
{
	/*border: 1px solid #ff0000;*/
	width: 240px;
	float: right;
}

#right p
{
	margin-right: 5px;
}

.clear
{
	clear: both;
}

table.checklist
{
	border-collapse: collapse;
	border: 1px solid #333399;
	margin: 0px 0px 10px 0px;
}

td.achecktop
{
	background-color: #333399;
	text-align: center;
}

p.acheck
{
	color: #ffffff;
	font-weight: bold;
	margin: 4px 2px 5px 2px;
}

p.links
{
	padding: 4px 0px 5px 0px;
	margin: 0px;
}

/* -- UPDATED SPLASH PAGES -------------------------- */

/* COLUMN STYLES */
#col1	{
	float: left;
	width: 230px;
	margin-right: 10px;
}

#col2	{
	float: left;
	width: 240px;
	margin-right: 10px;
}

#col3	{
	float: left;
	width: 240px;
	margin-right: 10px;
}

#col4	{
	float: left;
	width: 240px;
	margin-right: 0px;
}

#col1 ul, #col2 ul, #col3 ul, #col4 ul	{
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

#col1 h3, #col2 h3, #col3 h3, #col4 h3	{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
}

.slrandom	{
	margin-bottom: 10px;
}

/* -- LEFT SIDEBAR STYLES --------------------- */

.navlist {
    list-style:none;
    margin-top: 5px;
}
.navlist li {
    padding:0 0 4px 0;
    line-height:1.2;        
}
.navlist a {
    color:#888;
    text-decoration:none;
    font-size:8pt;
   	display:block;
    width:229px;
    padding:2px 0 3px 10px;
    background:url('/images/system2008/lsb_bullet.gif') no-repeat 0 7px;
}
.navlist a:hover, .navlist .Active a {
    background-color:#eaeaf5;
    color:#333333;
   	text-decoration:none;
}

/* Left Side Bar Styles without classes for truncated navigation*/

td.LSB ul	{
	list-style: none;
}

td ul a	{
	color: #333399;
	font-size: 9pt;
}


/* -- INTERNAL STYLES ------------------------- */

/* 2nd tier styles */
.subnavlist {
    list-style:none;
   	padding-top:5px;
}

.navlist .subnavlist a {
    color:#000;
    background:none;
    text-decoration: none;
}

.subnavlist a:hover, .subnavlist .Active a {
/*font-weight:bold;*/
    color:#333399;
    background:none;
    text-decoration: underline;
}

/* 3rd tier styles */
.navlist .subnavlist .subnavlist a {
    color:#000;
    background:none;
    font-weight:normal;
    width:209px;
    padding:0 0 0 30px;
   	text-decoration: none;
}
.subnavlist .subnavlist a:hover, .subnavlist .subnavlist .Active a {
	font-weight:normal;
    color:#333399;
    background:none;
    text-decoration: underline;
}

#sbt-leftsidebar ul	{
	list-style: none;
}

/* -- LIBRARY STYLES -------------------------- */

#libtitle	{
	padding: 10px; 
	background-color: #eaeaf5; 
	border-bottom: 10px solid #ffffff;
}

/* COLUMN STYLES */
#libcol1, #libcol2	{
	float: left;
	width: 230px;
	margin-right: 10px;
}

#libcol3	{
	float: left;
	width: 230px;
	margin-right: 0px;
}

/*
#libcol3	{
	float: left;
	width: 240px;
	margin-right: 10px;
	background-image: url('/images/system2008/iframe_bg.jpg');
	background-position: 0 25px;
	background-color: #cecee6;
	background-repeat: no-repeat;
	height: 490px;
}
*/

#libcol4	{
	float: left;
	width: 240px;
	margin-right: 0px;
}

#libcolleftcontainer	{
	float: left; 
	overflow: auto; 
	width: 730px;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
	background-color: #f2f0e6;
	height: 490px;
}

#libcolleftcontainer2	{
	overflow: auto; 
	width: 710px;
	padding: 10px;
	border-top: 10px solid #fff;
}

#libsearch	{
	padding: 5px 10px 5px 10px; 
	border: 1px solid #ccc; 
	margin: 0 0 10px 0;
	background-color: #fff;
}

#libcol1 ul, #libcol2 ul	{
	margin: 0 0 10px 10px;
	padding: 0;
	list-style: none;
}

#libcol3 ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}

#libcol3 ul li 	{
	line-height: 1.4;
}

#libcol1 h2, #libcol2 h2	{
	margin: 0;
	padding: 0;
}

#libgraybar	{

}

#libleftnav	{
	background-image: url('/images/system2008/iframe_bg.jpg');
	background-color: #cecee6;
	background-repeat: no-repeat;
	padding: 10px;
}

#libgraybar h2	{
	line-height: 1.4;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0;
}

#libgraybar ul	{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#libgraybar ul li	{
	line-height: 1.5;
}

#libgraybar #libsearch	{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #6666b3;
}

#srch_box	{
	display: none;
}

#sbt-maincontent div.libstaff dd	{
	margin-bottom: 1.4em;
	padding-left: 20px;
}

/* SEARCH ENGINE OPTIMIZED TEXT */

div.seotext	{
	padding: 10px 10px 0px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url('/images/system2008/backgrounds/neutralgray_bg.gif');
	background-repeat: repeat-x;
	width: 958px;
	margin-top: 10px;
}

div.seotext p	{
	color: #4d4b3d;
	font-size: 8.5pt;
	margin-bottom: 1.5em;
}

#sbt-maincontent #container div.seotext h1, #sbt-maincontent div.seotext h1, #sbt-maincontent #container div.seotext h2	{
	color: #4d4b3d;
	font-size: 8.5pt;
	line-height:1.4;
	margin: 0;
	font-weight: bold;
}

/* ------------------------------------------- */

/*  BLUE LINK STYLES  - Phase out and replace with "div.bluebutton" */
a:link.bnav
{
	font-family: verdana, sans-serif;
	/*font-size: 11pt;*/
	color: #E6CD45;
	font-weight: bold;
	text-decoration: none;
	background: url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
	padding: 4px 25px 5px 10px;
}

a:visited.bnav
{
	font-family: verdana, sans-serif;
	/*font-size: 11pt;*/
	color: #E6CD45;
	font-weight: bold;
	text-decoration: none;
	background: url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
	padding: 4px 25px 5px 10px;
}

a:hover.bnav
{
	font-family: verdana, sans-serif;
	/*font-size: 11pt;*/
	color: #E6CD45;
	font-weight: bold;
	text-decoration: none;
	background: url('/images/system2008/button-apply-online-bg_on.gif') repeat-x 0 100%;
	padding: 4px 25px 5px 10px;
}

/* -- RULES AND TABLES -------------------------- */
div.gold
{
	border-top: 1px solid #dbc342;
	margin: 0px 0px 11px 0px;
	padding: 0px;
	/*width: 98%;*/
	font-size: 0px;
}

div.bluerule
{
	border-top: 1px solid #333399;
	margin: 0px 0px 11px 0px;
	padding: 0px;
	/*width: 98%;*/
	font-size: 0px;
}

table.wcaption
{
	border-collapse: collapse;
	margin: 3px 10px 11px 0px;
	border: 1px solid #333399;
}

#sbt-maincontent table.wborder
{
	border-collapse: collapse;
	margin: 0px 0px 11px 0px;
	border: 1px solid #333399;
}

iframe.ssborder
{
	border: 1px solid #999999;
}

div.ask_msmc
{
	border: 1px solid #333399;
	background-color: #cccce5;
	padding: 10px;
	margin-bottom: 10px;
}

div.graybox
{
	border: 1px solid #333399;
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 10px;
	width: 50%;
}

div.lightbluebox
{
	border: 1px solid #333399;
	background-color: #eaeaf5;
	padding: 10px;
	margin-bottom: 10px;
}

/* -- PARAGRAPHS -------------------------- */
p.nospace
{
	margin: 0px;
	padding: 0px;
}

p.caption
{
	margin: 5px 5px 10px 5px;
	font-style: italic;
}

strong.red
{
	color: #CC0000;
}

/* -- IMAGES -------------------------- */
img.blueborder
{
	border: 1px solid #333399;
}

img.blueborderleft
{
	border: 1px solid #333399;
	margin: 0px 10px 10px 0px;
}

img.pictureleft
{
	position: relative;
	margin: 0px 10px 10px 0px;
}

img.blueborderright
{
	border: 1px solid #333399;
	margin: 0px 5px 10px 10px;
}

img.pictureright
{
	margin: 0px 5px 10px 10px;
}

.chinese-text
{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

/*Calendar Page Links*/
#other-cals
{
	width: 729px;
	padding: 25px 25px;
	background: #eaeaf5;
	border: 1px solid #A7A7A7;
	float: right;
}

#other-cals ul
{
	list-style-type: none;
}

#other-cals li
{
	margin: 5px 0px;
}

#awards
{
	padding: 25px 25px;
	background: #eaeaf5;
	border: 1px solid #A7A7A7;
}

/* New contact page .6130.asp */
.school-info
{
	width: 240px;
	margin: 0px 0px;
	float: left;
}

.school-info p
{
	margin: 0px 0px;
}

.school-info img
{
	float: left;
	clear: both;
	margin: 10px auto;
}

.department-info
{
	width: 340px;
	margin: 0px 10px;
	float: left;
}

.department-info p
{
	margin: 0px 0px;
}

.float
{
	float: left;
	margin-right: 10px;
}

/* Learning Center */
#lcwrap
{
	width: 900px;
	margin: 0px auto;
}

#lcheader
{
	width: 100%;
	height: 81px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #ffffff url(/images/learning-center/lcnav-bg.gif) center center no-repeat;
}

.lcnav
{
	height: 55px;
	width: 870px;
	margin: 0px auto 10px auto;
	background: url(/images/learning-center/topnav-bg.gif) bottom center no-repeat;
	padding: 10px 15px;
	overflow: hidden;
	font-size: 11px;
}

.lchide
{
	visibility: hidden;
}

.topnav
{
	margin: 0px auto -30px auto;
	text-align: center;
}

.topnav ul
{
	margin: 0;
	padding: 0;
}

.topnav li
{
	display: inline;
	margin-right: 10px;
	font-size: 11px;
}

.bottomnav
{
	width: 870px;
	padding: 10px 15px;
	margin: 10px auto 0px auto;
	text-align: center;
	background: #eaeaf5;
}

.bottomnav ul
{
	margin: 0px 0px 0px -20px;
	padding: 0;
}

.bottomnav li
{
	display: inline;
	margin: 0px 0px 0px 20px;
}

#lcslideshow
{
	width: 900px;
	height: 350px;
	margin: 0px auto;
}

.lccontent
{
	padding: 0px 0px;
	width: 900px;
	margin: 50px auto;
	font-size: 13px;
}

#lcfooter
{
	width: 900px;
	height: 25px;
	margin: 20px auto 0px auto;
	background: url(http://www..msmc.la.edu/images/learning-center/lcfooter-bg.gif) center center no-repeat;
}

#lc-slide
{
	width: 600px;
	height: 350px;
	float: left;
	margin: 0px 0px;
}

#lc-info
{
	width: 280px;
	height: 330px;
	padding: 10px 10px;
	margin: 0px 0px;
	float: left;
}

/* end learning center */
/*The Clothesline Project */
#clpheader
{
	width: 100%;
	height: 81px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #ffffff url(/images/tcp/clpheader.gif) center center no-repeat;
}

#clpslideshow
{
	width: 225px;
	height: 475px;
	float: left;
}

#clpcontent
{
	width: 600px;
	float: left;
	margin: 0px auto 0px 30px;
}

#clpcontent p
{
	margin-right: 100px;
}
/*Human Rights Videos*/
#human-rights-header{
        width: 100%;
	height: 81px;
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 0px 0px;
	background: #ffffff url(/images/human-rights-education/hrff-header.gif) center center no-repeat;
}

.hrffhide
{
	visibility: hidden;
}

.hrffcontent	{
	text-align: center; 
	margin-bottom: 15px;
}

.hrfffooter	{
	padding: 10px; 
	background-color: #eaeaf5; 
	margin-bottom: 10px;
}

.hrfffooter	p {
	font-size: 8pt;
}

/* NEWS STYLES! */ 

div.newscontent	{
	margin-bottom: 15px;
	line-height: 1.5;
}

div.newscontent p	{
	margin-bottom: 0px;
}

#sbt-maincontent div.grayblock	{
	background-color: #f0f0f0; 
	border: 1px solid #333399;
	margin-bottom: 10px;
}

#sbt-maincontent div.grayblock h4	{
	padding: 10px; 
	border-bottom: 1px solid #333399;
	margin-bottom: 5px;
	background-color: #cccce5; 
}

#sbt-maincontent div.grayblock p, #sbt-maincontent div.grayblock ul.nobullet	{
	padding: 0 10px 0px 10px;
}

/*EDUCATION DEPARTMENT SPOTLIGHT (NEWS & EVENTS)*/

div.eduspotlight	{
	background-image: url(/images/Education/spotlight/gray_spotlight_bg.jpg);
	border: 1px solid #333399;
	padding: 10px;
	margin-bottom: 10px;
}

div.edutestimonials	{
	background-image: url(/images/system2008/iframe_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333399;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #cecee7;
}

div.grayboxright	{
	padding: 10px; 
	background-color: #f0f0f0; 
	float: right; 
	width: 216px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.spotlightTeaser {
	font-style: italic;
}

.spotlightitem {
 	padding: 5px 0 5px 0;
}

.important {
	padding: 20px 20px;
	margin: 0px auto;
	border: 1px solid #cfcfe7;
	background: #f6f6fb;
}

.less-important {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #cfcfe7;
	background: #f6f6fb;
	overflow: auto;
}

/*Career Services Video Box*/
#cs-videobox { 
	width: 960px; 
	/*height: 200px;*/ 
	padding: 10px 0px 10px 20px; 
	margin: 0px auto; 
	font-size: 11px;
	background: #f6f6fb;
	border: 1px solid #cfcfe7;
 }
 
.cs-video {
	width: 135px;
	/*height: 102px;*/
	display: inline-block;
	margin: 0px 24px 10px 24px;
	float: left;
	/*
background: #eaeaf5;
	border: 2px solid #cfcfe7;
*/
}

.cs-video img {
	border: 2px solid #cfcfe7;
}

.cs-clear { width: 100%; height: 5px; clear: both;}

/* GREEN TEAM */

#sbt-maincontent div.green	{
	float: left; 
	width: 180px;
	border: 1px solid #999;
	padding: 0;
	margin: 0 10px 10px 0;
	height: 385px;
}

#sbt-maincontent div.green h2	{
	padding: 5px 0 5px 10px;
	font-size: 12px;
	background-color: #A2B21B;
	margin: 0 0 5px 0;
	color: #000;
}

#sbt-maincontent div.green ul	{
	padding: 0;
	margin: 10px;
	list-style: none;
}

/* MBA LISTS */

div.mbaboxright	{
	padding: 0; 
	float: right; 
	width: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mbalistswrap {
	width: 730px;
	margin: 10px 0;
}

.mbalists {
	width: 230px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px;
	float: left;
	}
/*NURSING ADMINSSIONS PAGES STYLES*/
#na-nav-wrapper{
	/*width: 940px;*/
	margin: 0px auto;
	overflow: auto;
}
#na-wrapper{
	/*width: 940px;*/
	margin: 0px auto;
	}
#na-wrapper p{
	padding: 0px 5px 0px 0px;
	}
#na-asn{
	width: 225px;
	height: 175px;
	margin: 0px 5px 0px 0px;
	float: left;
	}
#na-asn a:link {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-asn a:visited {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-asn a:hover {
	border: 2px solid #e6cd45;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-asn a:active {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-bsn{
	width: 225px;
	margin: 0px 5px;
	float: left;
	}
#na-bsn a:link {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-bsn a:visited {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-bsn a:hover {
	border: 2px solid #e6cd45;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-bsn a:active {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-msn{
	width: 225px;
	margin: 0px 5px;
	float: left;
	}
#na-msn a:link {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-msn a:visited {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-msn a:hover {
	border: 2px solid #e6cd45;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-msn a:active {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-anp{
	width: 225px;
	margin: 0px 5px;
	float: left;
	}
#na-anp a:link {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-anp a:visited {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-anp a:hover {
	border: 2px solid #e6cd45;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-anp a:active {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-content{
	width: 590px;
	margin 0px auto;
	float: left;
	padding: 0px;
	}
#na-sidebar{
	width: 225px;
	margin: 0px 10px 0px 30px;
	float: left;
	padding: 5px 5px;
	}
/* GRADUATE ADMISSIONS HP STYLES */

div.gaapplication	{
	padding: 0 0 10px 0;
	border: 1px solid #dbdbe2;
	margin-bottom: 10px;
	height: 553px;
}

div.gaapplication h1	{
	color: #333399;
	padding: 4px 0 0 10px; 
	margin: 0;
}

div.gaapplication h2	{
	padding: 0 0 0 10px; 
	margin: 40px 0 0 0;
}

div.gaapplication ul	{
	list-style: none;
	padding: 0;
	margin: 0 0 10px 10px;
	font-weight: bold;
}

div.gaapplication p	{
	padding: 0;
	margin: 0 10px 10px 10px;
}

div.gagold	{
	padding: 0 0 10px 0;
	background-color: #eaeaf5;
	height: 555px;
}

div.gagold h2	{
	color: #000;
	padding: 4px 0 0 10px; 
	margin: 0;
}

div.gagold p	{
	padding: 0;
	margin: 0 10px 10px 10px;
}

div.gabuttons	{
	padding: 0; 
	margin: 0;
	border-bottom: 5px solid #fff;
}

/* CAREER SERVICES */

div.cslists	{
	width: 230px;
	margin-right: 10px;
	float: left;
}
/* GOALS AND OUTCOMES SPECIFIC CSS */
.goalsAndOutcomes {
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 730px;
	}
.goalsAndOutcomes td {
	padding: 5px 10px;
	width: 50%;
	background: #f6f6fb;
	margin: 0px;
	vertical-align: top;
	}
.goalsAndOutcomes .header {
	background: #333399;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	}
#sbt-maincontent  .goalsAndOutcomes td h2 {
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	}
#sbt-maincontent  .goalsAndOutcomes td h3 {
	padding: 0;
	margin: 2px 0px;
	font-size: 14px;
	color: #333399;
	font-weight: normal;
	}
.goalsAndOutcomes td p {
	margin: 3px 0px;
	}
.goalsAndOutcomes tr {
	margin:0 ;
	}
.goalsAndOutcomes ol {
	margin: 0;
	padding: 0;
	list-style: decimal;
	}
.goalsAndOutcomes li {
	padding: 0;
	margin: 0px 0px 0px 15px;
    list-style: decimal;
	}
.congrats {
	background: #333399;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	width: 630px;
	padding: 5px 10px;
	}
.congrats h2 {
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-align: center;
	}

/* NEW FROM PAUL ADD TO NEW GLOBAL CSS FILE */

#sbt-maincontent table	{
	border-collapse: collapse;
	border-color: #333399;
	margin-bottom: 0px;
}

#sbt-maincontent table th	{
	background-color: #cccce5;
	text-align: left;
}

#sbt-maincontent table p	{
	margin: 0;
}

#sbt-maincontent table.wcaption	{
	margin: 0 10px 12px 0;
}

#sbt-maincontent p.caption	{
	font-style: italic;
}

#sbt-maincontent table p.caption	{
	padding: 5px;
}

#sbt-maincontent .twocolumncontainer	{
	width: 730px;
	overflow: auto;
	margin: 0;
	padding: 0;
}

#sbt-maincontent .twocolumns	{
	width: 350px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

/* NAVIGATION BUTTONS */

div.bluebutton	{
	display: block;
	border-bottom: 5px solid #ffffff;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.025em;
}

div.bluebutton a, div.bluebutton a:visited	{
	display: block;
	background: url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
	color: #E6CD45;
	padding: 4px 0 5px 10px;
	text-decoration: none;
}

div.bluebutton a:hover	{
	display: block;
	background: url('/images/system2008/button-apply-online-bg_on.gif') repeat-x 0 100%;
	color: #E6CD45;
	padding: 4px 0 5px 10px;
	text-decoration: none;
}

div.darkbluearrow {
        color:#e6cd45;
        font-weight:bold;
        background-color: #333399;
        margin-bottom: 5px;
}

div.darkbluearrow a {
        display: block;
        color:#e6cd45;
        font-weight:bold;
        background-color: #333399;
        text-decoration: none;
        background-image: url('/images/system2008/homepage/dark-blue-arrow-bg.gif');
        background-position: right 50%;
        padding: 4px 0 4px 10px;
}

div.darkbluearrow:hover a {
        color:#e6cd45;
        font-weight:bold;
        background-color: #333399;
        text-decoration: none;
        background-image: url('/images/system2008/homepage/dark-blue-arrow-bg-on.gif');
        background-position: right 50%;
}

/* ADMISSION MAIN PAGE */

div.undergradadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/undergrad-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.transferadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/transfer-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.gradadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/grad-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.wecadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/wec-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.nursingadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/nursing-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.undergradadmission a, div.transferadmission a, div.gradadmission a, div.wecadmission a, div.nursingadmission a 	{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px 10px 10px 170px;
}

div.undergradadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/undergrad-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

div.transferadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/transfer-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

div.gradadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/grad-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

div.wecadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/wec-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

div.nursingadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/nursing-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

/* MORE ADMISSION STYLES */

#admissiontitle	{
	background-color: #eaeaf5;
	border-bottom: 10px solid #ffffff;
	padding: 0 0 0 10px;
}

#sbt-maincontent #container #admissiontitle h1	{
	color: 333399;
	font-size: 16px;
	font-weight: normal;
	padding: 13px 0 13px 0;
	margin-bottom: 0;
}

div.transferbutton	{
	float: right;
	margin: 8px 10px 0px 0px; 
	border: 1px solid #ffffff; 
	width: 200px;
	background-color: #e1e1f0;
	font-family: Tahoma, verdana, sans-serif;
	letter-spacing: .05em;
}

div.transferbutton a	{
	display: block;
	text-decoration: none;
	padding: 7px; 
	background-image: url('/images/system2008/transfer-rollover-off.gif');
	background-position: right 50%;
}

div.transferbutton:hover a	{
	background-image: url('/images/system2008/transfer-rollover.gif');
	background-position: right 50%;
}

/* New learning center style*/

#sbt-maincontent #learning-center-wrap {

	width: 790px;
	margin: 0px auto;
	
}

#sbt-maincontent #learning-center-header {
	
	width:  770px;
	height: 61px;
	padding:  10px 10px;
	background: #333399 url(/images/learning-center/lcnav-bg.gif) no-repeat scroll center center;
	
}

#sbt-maincontent .learning-center-navigation {

	width: 375px;
	padding:  10px 10px;
	float:  left;
	
}

#sbt-maincontent .learning-center-navigation  ul, .learning-center-navigation  ul li {
	
	margin:  0px auto 0px 10px;
	list-style-type: none;
	
}	

#sbt-maincontent #learning-center-right {
	
	width: 500px ;
	float:  right;
	margin:  0px auto;
	
}
/* ----- MSMC GLOBAL STYLESHEET ------*/
/* ------------------------------------------- */
/* -- general styles for site -- */


#sitelogo
{
}

.hidden
{
	text-indent: -9999px;
}

/* ------------------------------------------- */
/* -- general layout styles for containers -- */
table.PageBoundingBox, #headerwrapper, #gnavwrapper, #intheaderwrapper, #footerwrapper
{
	width: 100%;
}

.travelrow { width: 200px;}

#headercontent, table.ContentBoundingBox ,#fixedcontentwrapper, #intheadercontent, #footercontent
{
	/* fixed with of site content areas go here */
	width: 1000px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

#fixedcontentwrapper
{
	padding: 0 0px 10px 0;
	width: 980px;
	z-index: 0;
}

.MainContent ul li 	{
	line-height: 1.5;
}

.MainContent ol li 	{
	line-height: 1.5;
}

.MainContent ul {
	margin:0 0 10px 30px;
}
.MainContent ul ul {
	margin-bottom:0;
}
.MainContent li {
	padding:2px 0;
	line-height:1.2; /* for very long li's this will keep them spaced better */
}
.MainContent ol {
	margin:0 0 10px 37px;
}

/* ------------------------------------------- */
/* -- header styles -------------------------- */
#headerwrapper {
	background: url('/images/system2008/header_bg.gif') repeat-x 0 0;
	height: 74px;
	margin-bottom: 11px;
	position: relative;
	z-index: 10;
}

#sitelogo {
	float: left;
}

#searcharea {
	float: right;
	display: inline;
	/* fixes ie double margin bug */
	height: 21px;
	width: 275px;
	margin: 20px 100px 0 0;
}

#searcharea img {
	margin: 0 10px 0 0;
	float: right;
}

select#quicklink {
	font-size: 8pt;
	width: 136px;
	float: right;
}

#squarelogo {
	position: absolute;
	top: 9px;
	right: 0;
}

/* --- global nav styles --- */
#navcontainer {
	height: 24px;
	padding-left: 10px;
	clear: both;
	width: 970px;
	float: left;
	margin-top: 8px;
}

#gnav {
	list-style: none;
	padding-top: 4px;
}

#gnav li {
	float: left;
	margin-right: 20px;
	position: relative;
}

#gnav a {
	color: #000;
	text-decoration: none;
	font-size: 9pt;
	background: url('/images/system2008/global-nav-arrow.gif') no-repeat 0 50%;
	padding-left: 12px;
	display: block;
}

#gnav a:hover, #gnav li:hover a {
	/* this keeps root highlighted while over drop-downs */
	color: #333399;
}

/* drop-down styles */
#gnav ul {
	position: absolute;
	left: -9999px;
	padding: 10px 0;
	z-index: 1;
}

#gnav li:hover ul {
	left: auto;
	width: 200px;
	background: #e4e4e4;
}

#gnav li li {
	display: block;
	clear: left;
	padding: 0;
	margin: 0;
}

#gnav li:hover li a {
	background: #e4e4e4;
	padding: 2px 10px;
	width: 180px;
	font-size: 8pt;
	color: #000;
}

#gnav li li a:hover, #gnav li li:hover a {
	color: #333399;
	background: #d3d3d3;
}

/* second tier styles */
#gnav li:hover ul ul {
	position: absolute;
	left: -9999px;
	padding: 2px 0;
	width: 200px;
	background: #e4e4e4;
	z-index: 1000;
	border-left: 1px solid #000;
}

#gnav li ul li:hover ul {
	left: 200px;
	top: 0;
}

#gnav li li:hover li a {
	background: #e4e4e4;
	color: #000;
	padding: 1px 5px;
	width: 190px;
}

#gnav li li:hover li a:hover {
	background: #d3d3d3;
	color: #333399;
}

/* Interior page new header styles */
#headerwrapper {
	margin-bottom:0; /* overwriting previous styles from home */
}
#intheaderwrapper {
	height:128px;
	background:#fff url('/images/system2008/section colors/yellow-header-bar.gif') repeat-x 0 0;
    margin-bottom:11px;        
}
#intheadercontent {
    padding:0 0 0 10px;
    width:990px;
}
#int-branding { /* branding image on 2-3 column templates */
	float:left;
    margin-right:10px;
	margin-top:10px;
}
#area-title {
    margin:10px 0 5px 0;
    padding: 0 0 10px 0;
}
#intheadercontent h2 {
	color:#333399;
	font-weight:normal;
	font-size:20px;
	margin-bottom: 0px;
}
#cookiewrapper {
	font-size:8pt;
	color:#888;
	margin-bottom:10px;
}
#cookiewrapper a {
	color:#888;
	text-decoration:none;
}
#cookiewrapper a:hover {
	color:#000;
}


/* ------------------------------------------- */
/* -- footer styles -------------------------- */
#footerwrapper
{
	border-top: 1px solid #e6cd45;
}

#footercontent
{
	padding: 10px 10px;
	width: 980px;
}

#footercontent p
{
	color: #666666;
	font-size: 8pt;
}

#footer-left, #footer-middle, #footer-right
{
	width: 240px;
	float: left;
	margin-right: 10px;
}

#footer-right
{
	width: 480px;
	margin: 0;
}

#footer-right ul
{
	list-style: none;
	margin-bottom: 10px;
}

#footer-right li
{
	display: inline;
}

#footer-right span
{
	font-size: 8pt;
	color: #666666;
}

#footer-right a
{
	color: #666666;
	text-decoration: none;
	font-size: 8pt;
	/*background:url('/images/system2008/footer-bullet.gif') no-repeat 0 50%;*/
	padding-left: 0px;
}

#footer-right a:hover
{
	color: #000;
}

/* ------------------------------------------- */
/* -- extra styles -------------------------- */
/* -- SPLASH PAGES -------------------------- */
#container
{
	width: 100%;
	overflow: auto;
}

#container1
{
	/*border: 1px solid #999;*/
	width: 490px;
	float: left;
}

#container2
{
	/*border: 1px solid #666;*/
	width: 490px;
	float: right;
}

#left
{
	/*border: 1px solid #0000ff;*/
	width: 240px;
	margin-right: 10px;
	float: left;
}

#left p
{
	margin-right: 5px;
}

#right
{
	/*border: 1px solid #ff0000;*/
	width: 240px;
	float: right;
}

#right p
{
	margin-right: 5px;
}

.clear
{
	clear: both;
}

table.checklist
{
	border-collapse: collapse;
	border: 1px solid #333399;
	margin: 0px 0px 10px 0px;
}

td.achecktop
{
	background-color: #333399;
	text-align: center;
}

p.acheck
{
	color: #ffffff;
	font-weight: bold;
	margin: 4px 2px 5px 2px;
}

p.links
{
	padding: 4px 0px 5px 0px;
	margin: 0px;
}

/* -- UPDATED SPLASH PAGES -------------------------- */

/* COLUMN STYLES */
#col1	{
	float: left;
	width: 230px;
	margin-right: 10px;
}

#col2	{
	float: left;
	width: 240px;
	margin-right: 10px;
}

#col3	{
	float: left;
	width: 240px;
	margin-right: 10px;
}

#col4	{
	float: left;
	width: 240px;
	margin-right: 0px;
}

#col1 ul, #col2 ul, #col3 ul, #col4 ul	{
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

#col1 h3, #col2 h3, #col3 h3, #col4 h3	{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
}

.slrandom	{
	margin-bottom: 10px;
}

/* -- LEFT SIDEBAR STYLES --------------------- */

.navlist {
    list-style:none;
    margin-top: 5px;
}
.navlist li {
    padding:0 0 4px 0;
    line-height:1.2;        
}
.navlist a {
    color:#888;
    text-decoration:none;
    font-size:8pt;
   	display:block;
    width:229px;
    padding:2px 0 3px 10px;
    background:url('/images/system2008/lsb_bullet.gif') no-repeat 0 7px;
}
.navlist a:hover, .navlist .Active a {
    background-color:#eaeaf5;
    color:#333333;
   	text-decoration:none;
}

/* Left Side Bar Styles without classes for truncated navigation*/

td.LSB ul	{
	list-style: none;
}

td ul a	{
	color: #333399;
	font-size: 9pt;
}


/* -- INTERNAL STYLES ------------------------- */

/* 2nd tier styles */
.subnavlist {
    list-style:none;
   	padding-top:5px;
}

.navlist .subnavlist a {
    color:#000;
    background:none;
    text-decoration: none;
}

.subnavlist a:hover, .subnavlist .Active a {
/*font-weight:bold;*/
    color:#333399;
    background:none;
    text-decoration: underline;
}

/* 3rd tier styles */
.navlist .subnavlist .subnavlist a {
    color:#000;
    background:none;
    font-weight:normal;
    width:209px;
    padding:0 0 0 30px;
   	text-decoration: none;
}
.subnavlist .subnavlist a:hover, .subnavlist .subnavlist .Active a {
	font-weight:normal;
    color:#333399;
    background:none;
    text-decoration: underline;
}

#sbt-leftsidebar ul	{
	list-style: none;
}

/* -- LIBRARY STYLES -------------------------- */

#libtitle	{
	padding: 10px; 
	background-color: #eaeaf5; 
	border-bottom: 10px solid #ffffff;
}

/* COLUMN STYLES */
#libcol1, #libcol2	{
	float: left;
	width: 230px;
	margin-right: 10px;
}

#libcol3	{
	float: left;
	width: 230px;
	margin-right: 0px;
}

/*
#libcol3	{
	float: left;
	width: 240px;
	margin-right: 10px;
	background-image: url('/images/system2008/iframe_bg.jpg');
	background-position: 0 25px;
	background-color: #cecee6;
	background-repeat: no-repeat;
	height: 490px;
}
*/

#libcol4	{
	float: left;
	width: 240px;
	margin-right: 0px;
}

#libcolleftcontainer	{
	float: left; 
	overflow: auto; 
	width: 730px;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
	background-color: #f2f0e6;
	height: 490px;
}

#libcolleftcontainer2	{
	overflow: auto; 
	width: 710px;
	padding: 10px;
	border-top: 10px solid #fff;
}

#libsearch	{
	padding: 5px 10px 5px 10px; 
	border: 1px solid #ccc; 
	margin: 0 0 10px 0;
	background-color: #fff;
}

#libcol1 ul, #libcol2 ul	{
	margin: 0 0 10px 10px;
	padding: 0;
	list-style: none;
}

#libcol3 ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}

#libcol3 ul li 	{
	line-height: 1.4;
}

#libcol1 h2, #libcol2 h2	{
	margin: 0;
	padding: 0;
}

#libgraybar	{

}

#libleftnav	{
	background-image: url('/images/system2008/iframe_bg.jpg');
	background-color: #cecee6;
	background-repeat: no-repeat;
	padding: 10px;
}

#libgraybar h2	{
	line-height: 1.4;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0;
}

#libgraybar ul	{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#libgraybar ul li	{
	line-height: 1.5;
}

#libgraybar #libsearch	{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #6666b3;
}

#srch_box	{
	display: none;
}

#sbt-maincontent div.libstaff dd	{
	margin-bottom: 1.4em;
	padding-left: 20px;
}

/* SEARCH ENGINE OPTIMIZED TEXT */

div.seotext	{
	padding: 10px 10px 0px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url('/images/system2008/backgrounds/neutralgray_bg.gif');
	background-repeat: repeat-x;
	width: 958px;
	margin-top: 10px;
}

div.seotext p	{
	color: #4d4b3d;
	font-size: 8.5pt;
	margin-bottom: 1.5em;
}

#sbt-maincontent #container div.seotext h1, #sbt-maincontent div.seotext h1, #sbt-maincontent #container div.seotext h2	{
	color: #4d4b3d;
	font-size: 8.5pt;
	line-height:1.4;
	margin: 0;
	font-weight: bold;
}

/* ------------------------------------------- */

/*  BLUE LINK STYLES  - Phase out and replace with "div.bluebutton" */
a:link.bnav
{
	font-family: verdana, sans-serif;
	/*font-size: 11pt;*/
	color: #E6CD45;
	font-weight: bold;
	text-decoration: none;
	background: url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
	padding: 4px 25px 5px 10px;
}

a:visited.bnav
{
	font-family: verdana, sans-serif;
	/*font-size: 11pt;*/
	color: #E6CD45;
	font-weight: bold;
	text-decoration: none;
	background: url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
	padding: 4px 25px 5px 10px;
}

a:hover.bnav
{
	font-family: verdana, sans-serif;
	/*font-size: 11pt;*/
	color: #E6CD45;
	font-weight: bold;
	text-decoration: none;
	background: url('/images/system2008/button-apply-online-bg_on.gif') repeat-x 0 100%;
	padding: 4px 25px 5px 10px;
}

/* -- RULES AND TABLES -------------------------- */
div.gold
{
	border-top: 1px solid #dbc342;
	margin: 0px 0px 11px 0px;
	padding: 0px;
	/*width: 98%;*/
	font-size: 0px;
}

div.bluerule
{
	border-top: 1px solid #333399;
	margin: 0px 0px 11px 0px;
	padding: 0px;
	/*width: 98%;*/
	font-size: 0px;
}

table.wcaption
{
	border-collapse: collapse;
	margin: 3px 10px 11px 0px;
	border: 1px solid #333399;
}

#sbt-maincontent table.wborder
{
	border-collapse: collapse;
	margin: 0px 0px 11px 0px;
	border: 1px solid #333399;
}

iframe.ssborder
{
	border: 1px solid #999999;
}

div.ask_msmc
{
	border: 1px solid #333399;
	background-color: #cccce5;
	padding: 10px;
	margin-bottom: 10px;
}

div.graybox
{
	border: 1px solid #333399;
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 10px;
	width: 50%;
}

div.lightbluebox
{
	border: 1px solid #333399;
	background-color: #eaeaf5;
	padding: 10px;
	margin-bottom: 10px;
}

/* -- PARAGRAPHS -------------------------- */
p.nospace
{
	margin: 0px;
	padding: 0px;
}

p.caption
{
	margin: 5px 5px 10px 5px;
	font-style: italic;
}

strong.red
{
	color: #CC0000;
}

/* -- IMAGES -------------------------- */
img.blueborder
{
	border: 1px solid #333399;
}

img.blueborderleft
{
	border: 1px solid #333399;
	margin: 0px 10px 10px 0px;
}

img.pictureleft
{
	position: relative;
	margin: 0px 10px 10px 0px;
}

img.blueborderright
{
	border: 1px solid #333399;
	margin: 0px 5px 10px 10px;
}

img.pictureright
{
	margin: 0px 5px 10px 10px;
}

.chinese-text
{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

/*Calendar Page Links*/
#other-cals
{
	width: 729px;
	padding: 25px 25px;
	background: #eaeaf5;
	border: 1px solid #A7A7A7;
	float: right;
}

#other-cals ul
{
	list-style-type: none;
}

#other-cals li
{
	margin: 5px 0px;
}

#awards
{
	padding: 25px 25px;
	background: #eaeaf5;
	border: 1px solid #A7A7A7;
}

/* New contact page .6130.asp */
.school-info
{
	width: 240px;
	margin: 0px 0px;
	float: left;
}

.school-info p
{
	margin: 0px 0px;
}

.school-info img
{
	float: left;
	clear: both;
	margin: 10px auto;
}

.department-info
{
	width: 340px;
	margin: 0px 10px;
	float: left;
}

.department-info p
{
	margin: 0px 0px;
}

.float
{
	float: left;
	margin-right: 10px;
}

/* Learning Center */
#lcwrap
{
	width: 900px;
	margin: 0px auto;
}

#lcheader
{
	width: 100%;
	height: 81px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #ffffff url(/images/learning-center/lcnav-bg.gif) center center no-repeat;
}

.lcnav
{
	height: 55px;
	width: 870px;
	margin: 0px auto 10px auto;
	background: url(/images/learning-center/topnav-bg.gif) bottom center no-repeat;
	padding: 10px 15px;
	overflow: hidden;
	font-size: 11px;
}

.lchide
{
	visibility: hidden;
}

.topnav
{
	margin: 0px auto -30px auto;
	text-align: center;
}

.topnav ul
{
	margin: 0;
	padding: 0;
}

.topnav li
{
	display: inline;
	margin-right: 10px;
	font-size: 11px;
}

.bottomnav
{
	width: 870px;
	padding: 10px 15px;
	margin: 10px auto 0px auto;
	text-align: center;
	background: #eaeaf5;
}

.bottomnav ul
{
	margin: 0px 0px 0px -20px;
	padding: 0;
}

.bottomnav li
{
	display: inline;
	margin: 0px 0px 0px 20px;
}

#lcslideshow
{
	width: 900px;
	height: 350px;
	margin: 0px auto;
}

.lccontent
{
	padding: 0px 0px;
	width: 900px;
	margin: 50px auto;
	font-size: 13px;
}

#lcfooter
{
	width: 900px;
	height: 25px;
	margin: 20px auto 0px auto;
	background: url(http://www..msmc.la.edu/images/learning-center/lcfooter-bg.gif) center center no-repeat;
}

#lc-slide
{
	width: 600px;
	height: 350px;
	float: left;
	margin: 0px 0px;
}

#lc-info
{
	width: 280px;
	height: 330px;
	padding: 10px 10px;
	margin: 0px 0px;
	float: left;
}

/* end learning center */
/*The Clothesline Project */
#clpheader
{
	width: 100%;
	height: 81px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #ffffff url(/images/tcp/clpheader.gif) center center no-repeat;
}

#clpslideshow
{
	width: 225px;
	height: 475px;
	float: left;
}

#clpcontent
{
	width: 600px;
	float: left;
	margin: 0px auto 0px 30px;
}

#clpcontent p
{
	margin-right: 100px;
}
/*Human Rights Videos*/
#human-rights-header{
        width: 100%;
	height: 81px;
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 0px 0px;
	background: #ffffff url(/images/human-rights-education/hrff-header.gif) center center no-repeat;
}

.hrffhide
{
	visibility: hidden;
}

.hrffcontent	{
	text-align: center; 
	margin-bottom: 15px;
}

.hrfffooter	{
	padding: 10px; 
	background-color: #eaeaf5; 
	margin-bottom: 10px;
}

.hrfffooter	p {
	font-size: 8pt;
}

/* NEWS STYLES! */ 

div.newscontent	{
	margin-bottom: 15px;
	line-height: 1.5;
}

div.newscontent p	{
	margin-bottom: 0px;
}

#sbt-maincontent div.grayblock	{
	background-color: #f0f0f0; 
	border: 1px solid #333399;
	margin-bottom: 10px;
}

#sbt-maincontent div.grayblock h4	{
	padding: 10px; 
	border-bottom: 1px solid #333399;
	margin-bottom: 5px;
	background-color: #cccce5; 
}

#sbt-maincontent div.grayblock p, #sbt-maincontent div.grayblock ul.nobullet	{
	padding: 0 10px 0px 10px;
}

/*EDUCATION DEPARTMENT SPOTLIGHT (NEWS & EVENTS)*/

div.eduspotlight	{
	background-image: url(/images/Education/spotlight/gray_spotlight_bg.jpg);
	border: 1px solid #333399;
	padding: 10px;
	margin-bottom: 10px;
}

div.edutestimonials	{
	background-image: url(/images/system2008/iframe_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333399;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #cecee7;
}

div.grayboxright	{
	padding: 10px; 
	background-color: #f0f0f0; 
	float: right; 
	width: 216px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.spotlightTeaser {
	font-style: italic;
}

.spotlightitem {
 	padding: 5px 0 5px 0;
}

.important {
	padding: 20px 20px;
	margin: 0px auto;
	border: 1px solid #cfcfe7;
	background: #f6f6fb;
}

.less-important {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #cfcfe7;
	background: #f6f6fb;
	overflow: auto;
}

/*Career Services Video Box*/
#cs-videobox { 
	width: 960px; 
	/*height: 200px;*/ 
	padding: 10px 0px 10px 20px; 
	margin: 0px auto; 
	font-size: 11px;
	background: #f6f6fb;
	border: 1px solid #cfcfe7;
 }
 
.cs-video {
	width: 135px;
	/*height: 102px;*/
	display: inline-block;
	margin: 0px 24px 10px 24px;
	float: left;
	/*
background: #eaeaf5;
	border: 2px solid #cfcfe7;
*/
}

.cs-video img {
	border: 2px solid #cfcfe7;
}

.cs-clear { width: 100%; height: 5px; clear: both;}

/* GREEN TEAM */

#sbt-maincontent div.green	{
	float: left; 
	width: 180px;
	border: 1px solid #999;
	padding: 0;
	margin: 0 10px 10px 0;
	height: 385px;
}

#sbt-maincontent div.green h2	{
	padding: 5px 0 5px 10px;
	font-size: 12px;
	background-color: #A2B21B;
	margin: 0 0 5px 0;
	color: #000;
}

#sbt-maincontent div.green ul	{
	padding: 0;
	margin: 10px;
	list-style: none;
}

/* MBA LISTS */

div.mbaboxright	{
	padding: 0; 
	float: right; 
	width: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mbalistswrap {
	width: 730px;
	margin: 10px 0;
}

.mbalists {
	width: 230px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px;
	float: left;
	}
/*NURSING ADMINSSIONS PAGES STYLES*/
#na-nav-wrapper{
	/*width: 940px;*/
	margin: 0px auto;
	overflow: auto;
}
#na-wrapper{
	/*width: 940px;*/
	margin: 0px auto;
	}
#na-wrapper p{
	padding: 0px 5px 0px 0px;
	}
#na-asn{
	width: 225px;
	height: 175px;
	margin: 0px 5px 0px 0px;
	float: left;
	}
#na-asn a:link {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-asn a:visited {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-asn a:hover {
	border: 2px solid #e6cd45;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-asn a:active {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-bsn{
	width: 225px;
	margin: 0px 5px;
	float: left;
	}
#na-bsn a:link {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-bsn a:visited {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-bsn a:hover {
	border: 2px solid #e6cd45;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-bsn a:active {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-msn{
	width: 225px;
	margin: 0px 5px;
	float: left;
	}
#na-msn a:link {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-msn a:visited {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-msn a:hover {
	border: 2px solid #e6cd45;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-msn a:active {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-anp{
	width: 225px;
	margin: 0px 5px;
	float: left;
	}
#na-anp a:link {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-anp a:visited {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-anp a:hover {
	border: 2px solid #e6cd45;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-anp a:active {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-content{
	width: 590px;
	margin 0px auto;
	float: left;
	padding: 0px;
	}
#na-sidebar{
	width: 225px;
	margin: 0px 10px 0px 30px;
	float: left;
	padding: 5px 5px;
	}
/* GRADUATE ADMISSIONS HP STYLES */

div.gaapplication	{
	padding: 0 0 10px 0;
	border: 1px solid #dbdbe2;
	margin-bottom: 10px;
	height: 553px;
}

div.gaapplication h1	{
	color: #333399;
	padding: 4px 0 0 10px; 
	margin: 0;
}

div.gaapplication h2	{
	padding: 0 0 0 10px; 
	margin: 40px 0 0 0;
}

div.gaapplication ul	{
	list-style: none;
	padding: 0;
	margin: 0 0 10px 10px;
	font-weight: bold;
}

div.gaapplication p	{
	padding: 0;
	margin: 0 10px 10px 10px;
}

div.gagold	{
	padding: 0 0 10px 0;
	background-color: #eaeaf5;
	height: 555px;
}

div.gagold h2	{
	color: #000;
	padding: 4px 0 0 10px; 
	margin: 0;
}

div.gagold p	{
	padding: 0;
	margin: 0 10px 10px 10px;
}

div.gabuttons	{
	padding: 0; 
	margin: 0;
	border-bottom: 5px solid #fff;
}

/* CAREER SERVICES */

div.cslists	{
	width: 230px;
	margin-right: 10px;
	float: left;
}
/* GOALS AND OUTCOMES SPECIFIC CSS */
.goalsAndOutcomes {
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 730px;
	}
.goalsAndOutcomes td {
	padding: 5px 10px;
	width: 50%;
	background: #f6f6fb;
	margin: 0px;
	vertical-align: top;
	}
.goalsAndOutcomes .header {
	background: #333399;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	}
#sbt-maincontent  .goalsAndOutcomes td h2 {
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	}
#sbt-maincontent  .goalsAndOutcomes td h3 {
	padding: 0;
	margin: 2px 0px;
	font-size: 14px;
	color: #333399;
	font-weight: normal;
	}
.goalsAndOutcomes td p {
	margin: 3px 0px;
	}
.goalsAndOutcomes tr {
	margin:0 ;
	}
.goalsAndOutcomes ol {
	margin: 0;
	padding: 0;
	list-style: decimal;
	}
.goalsAndOutcomes li {
	padding: 0;
	margin: 0px 0px 0px 15px;
    list-style: decimal;
	}
.congrats {
	background: #333399;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	width: 630px;
	padding: 5px 10px;
	}
.congrats h2 {
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-align: center;
	}

/* NEW FROM PAUL ADD TO NEW GLOBAL CSS FILE */

#sbt-maincontent table	{
	border-collapse: collapse;
	border-color: #333399;
	margin-bottom: 0px;
}

#sbt-maincontent table th	{
	background-color: #cccce5;
	text-align: left;
}

#sbt-maincontent table p	{
	margin: 0;
}

#sbt-maincontent table.wcaption	{
	margin: 0 10px 12px 0;
}

#sbt-maincontent p.caption	{
	font-style: italic;
}

#sbt-maincontent table p.caption	{
	padding: 5px;
}

#sbt-maincontent .twocolumncontainer	{
	width: 730px;
	overflow: auto;
	margin: 0;
	padding: 0;
}

#sbt-maincontent .twocolumns	{
	width: 350px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

/* NAVIGATION BUTTONS */

div.bluebutton	{
	display: block;
	border-bottom: 5px solid #ffffff;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.025em;
}

div.bluebutton a, div.bluebutton a:visited	{
	display: block;
	background: url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
	color: #E6CD45;
	padding: 4px 0 5px 10px;
	text-decoration: none;
}

div.bluebutton a:hover	{
	display: block;
	background: url('/images/system2008/button-apply-online-bg_on.gif') repeat-x 0 100%;
	color: #E6CD45;
	padding: 4px 0 5px 10px;
	text-decoration: none;
}

div.darkbluearrow {
        color:#e6cd45;
        font-weight:bold;
        background-color: #333399;
        margin-bottom: 5px;
}

div.darkbluearrow a {
        display: block;
        color:#e6cd45;
        font-weight:bold;
        background-color: #333399;
        text-decoration: none;
        background-image: url('/images/system2008/homepage/dark-blue-arrow-bg.gif');
        background-position: right 50%;
        padding: 4px 0 4px 10px;
}

div.darkbluearrow:hover a {
        color:#e6cd45;
        font-weight:bold;
        background-color: #333399;
        text-decoration: none;
        background-image: url('/images/system2008/homepage/dark-blue-arrow-bg-on.gif');
        background-position: right 50%;
}

/* ADMISSION MAIN PAGE */

div.undergradadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/undergrad-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.transferadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/transfer-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.gradadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/grad-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.wecadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/wec-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.nursingadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/nursing-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.undergradadmission a, div.transferadmission a, div.gradadmission a, div.wecadmission a, div.nursingadmission a 	{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px 10px 10px 170px;
}

div.undergradadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/undergrad-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

div.transferadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/transfer-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

div.gradadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/grad-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

div.wecadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/wec-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

div.nursingadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/nursing-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

/* MORE ADMISSION STYLES */

#admissiontitle	{
	background-color: #eaeaf5;
	border-bottom: 10px solid #ffffff;
	padding: 0 0 0 10px;
}

#sbt-maincontent #container #admissiontitle h1	{
	color: 333399;
	font-size: 16px;
	font-weight: normal;
	padding: 13px 0 13px 0;
	margin-bottom: 0;
}

div.transferbutton	{
	float: right;
	margin: 8px 10px 0px 0px; 
	border: 1px solid #ffffff; 
	width: 200px;
	background-color: #e1e1f0;
	font-family: Tahoma, verdana, sans-serif;
	letter-spacing: .05em;
}

div.transferbutton a	{
	display: block;
	text-decoration: none;
	padding: 7px; 
	background-image: url('/images/system2008/transfer-rollover-off.gif');
	background-position: right 50%;
}

div.transferbutton:hover a	{
	background-image: url('/images/system2008/transfer-rollover.gif');
	background-position: right 50%;
}

/* New learning center style*/

#sbt-maincontent #learning-center-wrap {

	width: 790px;
	margin: 0px auto;
	
}

#sbt-maincontent #learning-center-header {
	
	width:  770px;
	height: 61px;
	padding:  10px 10px;
	background: #333399 url(/images/learning-center/lcnav-bg.gif) no-repeat scroll center center;
	
}

#sbt-maincontent .learning-center-navigation {

	width: 375px;
	padding:  10px 10px;
	float:  left;
	
}

#sbt-maincontent .learning-center-navigation  ul, .learning-center-navigation  ul li {
	
	margin:  0px auto 0px 10px;
	list-style-type: none;
	
}	

#sbt-maincontent #learning-center-right {
	
	width: 500px ;
	float:  right;
	margin:  0px auto;
	
}

#sbt-maincontent #learning-center-left {
	
	width:  270px;
	float:  left;
	margin: 0px auto;
	padding: 10px 10px;
	
}

#sbt-maincontent #learning-center-footer {
	
	width: 770px;
	height: 90px;
	padding: 10px;
	margin: 0px auto;
	clear: both;
	
}

/*ADMISSIONS CHECK LIST STYLES*/

#sbt-maincontent table.checklist
{
	border-collapse: collapse;
	border: 1px solid #333399;
	margin: 0px 0px 10px 0px;
}

#sbt-maincontent td.achecktop
{
	background-color: #333399;
	text-align: center;
}

#sbt-maincontent p.acheck
{
	color: #ffffff;
	font-weight: bold;
	margin: 4px 2px 5px 2px;
}

#sbt-maincontent div.admissioncltitle	{
	background-color: #333399; 
	font-family: Tahoma, Verdana, Sans-Serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; 
	text-align: center; 
	padding: 5px 0 5px 0; 
	margin: 0; 
	letter-spacing: .05em;
}

#sbt-maincontent div.admissionchecklist	{
	border: 1px solid #333399; 
	margin-bottom: 10px;
}

/* CAMPUS MINISTRY WEEKLY NEWS */

#sbt-maincontent div.cmweeklynews	{
	border: 1px solid #333399; 
	padding: 10px;
	width: 718px;
	margin-bottom: 10px;
}

/*STUDY ABROAD PAGE*/

#ta-page-wrapper {
	
	width: 930px;
	margin:  0px auto;
	
}

.ta-category {
	
	width:  648px;
	height: 78px;
	padding: 10px;
	margin-bottom: 10px;
	border:  1px solid #eaeaf5;
	
}

.ta-category-photo {
	
	width: 200px;
	height: 75px;
	float:  right;
	
}

#ta-left {
	
	width: 670px;
	margin: 0px auto;
	float:  left;
	
}

#ta-right {
	
	width:  240px;
	height: 320px;
	margin:  0px auto;
	float:  left;
	background: #eee;
	margin-left: 10px;
	
}

#sbt-maincontent #learning-center-left {
	
	width:  270px;
	float:  left;
	margin: 0px auto;
	padding: 10px 10px;
	
}

#sbt-maincontent #learning-center-footer {
	
	width: 770px;
	height: 90px;
	padding: 10px;
	margin: 0px auto;
	clear: both;
	
}

/*ADMISSIONS CHECK LIST STYLES*/

#sbt-maincontent table.checklist
{
	border-collapse: collapse;
	border: 1px solid #333399;
	margin: 0px 0px 10px 0px;
}

#sbt-maincontent td.achecktop
{
	background-color: #333399;
	text-align: center;
}

#sbt-maincontent p.acheck
{
	color: #ffffff;
	font-weight: bold;
	margin: 4px 2px 5px 2px;
}

#sbt-maincontent div.admissioncltitle	{
	background-color: #333399; 
	font-family: Tahoma, Verdana, Sans-Serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; 
	text-align: center; 
	padding: 5px 0 5px 0; 
	margin: 0; 
	letter-spacing: .05em;
}

#sbt-maincontent div.admissionchecklist	{
	border: 1px solid #333399; 
	margin-bottom: 10px;
}

/* CAMPUS MINISTRY WEEKLY NEWS */

#sbt-maincontent div.cmweeklynews	{
	border: 1px solid #333399; 
	padding: 10px;
	width: 718px;
	margin-bottom: 10px;
}

/*STUDY ABROAD PAGE*/

#ta-page-wrapper {
	
	width: 930px;
	margin:  0px auto;
	
}

.ta-category {
	
	width:  648px;
	height: 78px;
	padding: 10px;
	margin-bottom: 10px;
	border:  1px solid #eaeaf5;
	
}

.ta-category-photo {
	
	width: 200px;
	height: 75px;
	float:  right;
	
}

#ta-left {
	
	width: 670px;
	margin: 0px auto;
	float:  left;
	
}

#ta-right {
	
	width:  240px;
	height: 320px;
	margin:  0px auto;
	float:  left;
	background: #eee;
	margin-left: 10px;
	
}

.hidden
{
	text-indent: -9999px;
}

/* ------------------------------------------- */
/* -- general layout styles for containers -- */
table.PageBoundingBox, #headerwrapper, #gnavwrapper, #intheaderwrapper, #footerwrapper
{
	width: 100%;
}

.travelrow { width: 200px;}

#headercontent, table.ContentBoundingBox ,#fixedcontentwrapper, #intheadercontent, #footercontent
{
	/* fixed with of site content areas go here */
	width: 1000px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

#fixedcontentwrapper
{
	padding: 0 0px 10px 0;
	width: 980px;
	z-index: 0;
}

.MainContent ul li 	{
	line-height: 1.5;
}

.MainContent ol li 	{
	line-height: 1.5;
}

.MainContent ul {
	margin:0 0 10px 30px;
}
.MainContent ul ul {
	margin-bottom:0;
}
.MainContent li {
	padding:2px 0;
	line-height:1.2; /* for very long li's this will keep them spaced better */
}
.MainContent ol {
	margin:0 0 10px 37px;
}

/* ------------------------------------------- */
/* -- header styles -------------------------- */
#headerwrapper {
	background: url('/images/system2008/header_bg.gif') repeat-x 0 0;
	height: 74px;
	margin-bottom: 11px;
	position: relative;
	z-index: 10;
}

#sitelogo {
	float: left;
}

#searcharea {
	float: right;
	display: inline;
	/* fixes ie double margin bug */
	height: 21px;
	width: 275px;
	margin: 20px 100px 0 0;
}

#searcharea img {
	margin: 0 10px 0 0;
	float: right;
}

select#quicklink {
	font-size: 8pt;
	width: 136px;
	float: right;
}

#squarelogo {
	position: absolute;
	top: 9px;
	right: 0;
}

/* --- global nav styles --- */
#navcontainer {
	height: 24px;
	padding-left: 10px;
	clear: both;
	width: 970px;
	float: left;
	margin-top: 8px;
}

#gnav {
	list-style: none;
	padding-top: 4px;
}

#gnav li {
	float: left;
	margin-right: 20px;
	position: relative;
}

#gnav a {
	color: #000;
	text-decoration: none;
	font-size: 9pt;
	background: url('/images/system2008/global-nav-arrow.gif') no-repeat 0 50%;
	padding-left: 12px;
	display: block;
}

#gnav a:hover, #gnav li:hover a {
	/* this keeps root highlighted while over drop-downs */
	color: #333399;
}

/* drop-down styles */
#gnav ul {
	position: absolute;
	left: -9999px;
	padding: 10px 0;
	z-index: 1;
}

#gnav li:hover ul {
	left: auto;
	width: 200px;
	background: #e4e4e4;
}

#gnav li li {
	display: block;
	clear: left;
	padding: 0;
	margin: 0;
}

#gnav li:hover li a {
	background: #e4e4e4;
	padding: 2px 10px;
	width: 180px;
	font-size: 8pt;
	color: #000;
}

#gnav li li a:hover, #gnav li li:hover a {
	color: #333399;
	background: #d3d3d3;
}

/* second tier styles */
#gnav li:hover ul ul {
	position: absolute;
	left: -9999px;
	padding: 2px 0;
	width: 200px;
	background: #e4e4e4;
	z-index: 1000;
	border-left: 1px solid #000;
}

#gnav li ul li:hover ul {
	left: 200px;
	top: 0;
}

#gnav li li:hover li a {
	background: #e4e4e4;
	color: #000;
	padding: 1px 5px;
	width: 190px;
}

#gnav li li:hover li a:hover {
	background: #d3d3d3;
	color: #333399;
}

/* Interior page new header styles */
#headerwrapper {
	margin-bottom:0; /* overwriting previous styles from home */
}
#intheaderwrapper {
	height:128px;
	background:#fff url('/images/system2008/section colors/yellow-header-bar.gif') repeat-x 0 0;
    margin-bottom:11px;        
}
#intheadercontent {
    padding:0 0 0 10px;
    width:990px;
}
#int-branding { /* branding image on 2-3 column templates */
	float:left;
    margin-right:10px;
	margin-top:10px;
}
#area-title {
    margin:10px 0 5px 0;
    padding: 0 0 10px 0;
}
#intheadercontent h2 {
	color:#333399;
	font-weight:normal;
	font-size:20px;
	margin-bottom: 0px;
}
#cookiewrapper {
	font-size:8pt;
	color:#888;
	margin-bottom:10px;
}
#cookiewrapper a {
	color:#888;
	text-decoration:none;
}
#cookiewrapper a:hover {
	color:#000;
}


/* ------------------------------------------- */
/* -- footer styles -------------------------- */
#footerwrapper
{
	border-top: 1px solid #e6cd45;
}

#footercontent
{
	padding: 10px 10px;
	width: 980px;
}

#footercontent p
{
	color: #666666;
	font-size: 8pt;
}

#footer-left, #footer-middle, #footer-right
{
	width: 240px;
	float: left;
	margin-right: 10px;
}

#footer-right
{
	width: 480px;
	margin: 0;
}

#footer-right ul
{
	list-style: none;
	margin-bottom: 10px;
}

#footer-right li
{
	display: inline;
}

#footer-right span
{
	font-size: 8pt;
	color: #666666;
}

#footer-right a
{
	color: #666666;
	text-decoration: none;
	font-size: 8pt;
	/*background:url('/images/system2008/footer-bullet.gif') no-repeat 0 50%;*/
	padding-left: 0px;
}

#footer-right a:hover
{
	color: #000;
}

/* ------------------------------------------- */
/* -- extra styles -------------------------- */
/* -- SPLASH PAGES -------------------------- */
#container
{
	width: 100%;
	overflow: auto;
}

#container1
{
	/*border: 1px solid #999;*/
	width: 490px;
	float: left;
}

#container2
{
	/*border: 1px solid #666;*/
	width: 490px;
	float: right;
}

#left
{
	/*border: 1px solid #0000ff;*/
	width: 240px;
	margin-right: 10px;
	float: left;
}

#left p
{
	margin-right: 5px;
}

#right
{
	/*border: 1px solid #ff0000;*/
	width: 240px;
	float: right;
}

#right p
{
	margin-right: 5px;
}

.clear
{
	clear: both;
}

table.checklist
{
	border-collapse: collapse;
	border: 1px solid #333399;
	margin: 0px 0px 10px 0px;
}

td.achecktop
{
	background-color: #333399;
	text-align: center;
}

p.acheck
{
	color: #ffffff;
	font-weight: bold;
	margin: 4px 2px 5px 2px;
}

p.links
{
	padding: 4px 0px 5px 0px;
	margin: 0px;
}

/* -- UPDATED SPLASH PAGES -------------------------- */

/* COLUMN STYLES */
#col1	{
	float: left;
	width: 230px;
	margin-right: 10px;
}

#col2	{
	float: left;
	width: 240px;
	margin-right: 10px;
}

#col3	{
	float: left;
	width: 240px;
	margin-right: 10px;
}

#col4	{
	float: left;
	width: 240px;
	margin-right: 0px;
}

#col1 ul, #col2 ul, #col3 ul, #col4 ul	{
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

#col1 h3, #col2 h3, #col3 h3, #col4 h3	{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
}

.slrandom	{
	margin-bottom: 10px;
}

/* -- LEFT SIDEBAR STYLES --------------------- */

.navlist {
    list-style:none;
    margin-top: 5px;
}
.navlist li {
    padding:0 0 4px 0;
    line-height:1.2;        
}
.navlist a {
    color:#888;
    text-decoration:none;
    font-size:8pt;
   	display:block;
    width:229px;
    padding:2px 0 3px 10px;
    background:url('/images/system2008/lsb_bullet.gif') no-repeat 0 7px;
}
.navlist a:hover, .navlist .Active a {
    background-color:#eaeaf5;
    color:#333333;
   	text-decoration:none;
}

/* Left Side Bar Styles without classes for truncated navigation*/

td.LSB ul	{
	list-style: none;
}

td ul a	{
	color: #333399;
	font-size: 9pt;
}


/* -- INTERNAL STYLES ------------------------- */

/* 2nd tier styles */
.subnavlist {
    list-style:none;
   	padding-top:5px;
}

.navlist .subnavlist a {
    color:#000;
    background:none;
    text-decoration: none;
}

.subnavlist a:hover, .subnavlist .Active a {
/*font-weight:bold;*/
    color:#333399;
    background:none;
    text-decoration: underline;
}

/* 3rd tier styles */
.navlist .subnavlist .subnavlist a {
    color:#000;
    background:none;
    font-weight:normal;
    width:209px;
    padding:0 0 0 30px;
   	text-decoration: none;
}
.subnavlist .subnavlist a:hover, .subnavlist .subnavlist .Active a {
	font-weight:normal;
    color:#333399;
    background:none;
    text-decoration: underline;
}

#sbt-leftsidebar ul	{
	list-style: none;
}

/* -- LIBRARY STYLES -------------------------- */

#libtitle	{
	padding: 10px; 
	background-color: #eaeaf5; 
	border-bottom: 10px solid #ffffff;
}

/* COLUMN STYLES */
#libcol1, #libcol2	{
	float: left;
	width: 230px;
	margin-right: 10px;
}

#libcol3	{
	float: left;
	width: 230px;
	margin-right: 0px;
}

/*
#libcol3	{
	float: left;
	width: 240px;
	margin-right: 10px;
	background-image: url('/images/system2008/iframe_bg.jpg');
	background-position: 0 25px;
	background-color: #cecee6;
	background-repeat: no-repeat;
	height: 490px;
}
*/

#libcol4	{
	float: left;
	width: 240px;
	margin-right: 0px;
}

#libcolleftcontainer	{
	float: left; 
	overflow: auto; 
	width: 730px;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
	background-color: #f2f0e6;
	height: 490px;
}

#libcolleftcontainer2	{
	overflow: auto; 
	width: 710px;
	padding: 10px;
	border-top: 10px solid #fff;
}

#libsearch	{
	padding: 5px 10px 5px 10px; 
	border: 1px solid #ccc; 
	margin: 0 0 10px 0;
	background-color: #fff;
}

#libcol1 ul, #libcol2 ul	{
	margin: 0 0 10px 10px;
	padding: 0;
	list-style: none;
}

#libcol3 ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}

#libcol3 ul li 	{
	line-height: 1.4;
}

#libcol1 h2, #libcol2 h2	{
	margin: 0;
	padding: 0;
}

#libgraybar	{

}

#libleftnav	{
	background-image: url('/images/system2008/iframe_bg.jpg');
	background-color: #cecee6;
	background-repeat: no-repeat;
	padding: 10px;
}

#libgraybar h2	{
	line-height: 1.4;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0;
}

#libgraybar ul	{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#libgraybar ul li	{
	line-height: 1.5;
}

#libgraybar #libsearch	{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #6666b3;
}

#srch_box	{
	display: none;
}

#sbt-maincontent div.libstaff dd	{
	margin-bottom: 1.4em;
	padding-left: 20px;
}

/* SEARCH ENGINE OPTIMIZED TEXT */

div.seotext	{
	padding: 10px 10px 0px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url('/images/system2008/backgrounds/neutralgray_bg.gif');
	background-repeat: repeat-x;
	width: 958px;
	margin-top: 10px;
}

div.seotext p	{
	color: #4d4b3d;
	font-size: 8.5pt;
	margin-bottom: 1.5em;
}

#sbt-maincontent #container div.seotext h1, #sbt-maincontent div.seotext h1, #sbt-maincontent #container div.seotext h2	{
	color: #4d4b3d;
	font-size: 8.5pt;
	line-height:1.4;
	margin: 0;
	font-weight: bold;
}

/* ------------------------------------------- */

/*  BLUE LINK STYLES  - Phase out and replace with "div.bluebutton" */
a:link.bnav
{
	font-family: verdana, sans-serif;
	/*font-size: 11pt;*/
	color: #E6CD45;
	font-weight: bold;
	text-decoration: none;
	background: url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
	padding: 4px 25px 5px 10px;
}

a:visited.bnav
{
	font-family: verdana, sans-serif;
	/*font-size: 11pt;*/
	color: #E6CD45;
	font-weight: bold;
	text-decoration: none;
	background: url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
	padding: 4px 25px 5px 10px;
}

a:hover.bnav
{
	font-family: verdana, sans-serif;
	/*font-size: 11pt;*/
	color: #E6CD45;
	font-weight: bold;
	text-decoration: none;
	background: url('/images/system2008/button-apply-online-bg_on.gif') repeat-x 0 100%;
	padding: 4px 25px 5px 10px;
}

/* -- RULES AND TABLES -------------------------- */
div.gold
{
	border-top: 1px solid #dbc342;
	margin: 0px 0px 11px 0px;
	padding: 0px;
	/*width: 98%;*/
	font-size: 0px;
}

div.bluerule
{
	border-top: 1px solid #333399;
	margin: 0px 0px 11px 0px;
	padding: 0px;
	/*width: 98%;*/
	font-size: 0px;
}

table.wcaption
{
	border-collapse: collapse;
	margin: 3px 10px 11px 0px;
	border: 1px solid #333399;
}

#sbt-maincontent table.wborder
{
	border-collapse: collapse;
	margin: 0px 0px 11px 0px;
	border: 1px solid #333399;
}

iframe.ssborder
{
	border: 1px solid #999999;
}

div.ask_msmc
{
	border: 1px solid #333399;
	background-color: #cccce5;
	padding: 10px;
	margin-bottom: 10px;
}

div.graybox
{
	border: 1px solid #333399;
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 10px;
	width: 50%;
}

div.lightbluebox
{
	border: 1px solid #333399;
	background-color: #eaeaf5;
	padding: 10px;
	margin-bottom: 10px;
}

/* -- PARAGRAPHS -------------------------- */
p.nospace
{
	margin: 0px;
	padding: 0px;
}

p.caption
{
	margin: 5px 5px 10px 5px;
	font-style: italic;
}

strong.red
{
	color: #CC0000;
}

/* -- IMAGES -------------------------- */
img.blueborder
{
	border: 1px solid #333399;
}

img.blueborderleft
{
	border: 1px solid #333399;
	margin: 0px 10px 10px 0px;
}

img.pictureleft
{
	position: relative;
	margin: 0px 10px 10px 0px;
}

img.blueborderright
{
	border: 1px solid #333399;
	margin: 0px 5px 10px 10px;
}

img.pictureright
{
	margin: 0px 5px 10px 10px;
}

.chinese-text
{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

/*Calendar Page Links*/
#other-cals
{
	width: 729px;
	padding: 25px 25px;
	background: #eaeaf5;
	border: 1px solid #A7A7A7;
	float: right;
}

#other-cals ul
{
	list-style-type: none;
}

#other-cals li
{
	margin: 5px 0px;
}

#awards
{
	padding: 25px 25px;
	background: #eaeaf5;
	border: 1px solid #A7A7A7;
}

/* New contact page .6130.asp */
.school-info
{
	width: 240px;
	margin: 0px 0px;
	float: left;
}

.school-info p
{
	margin: 0px 0px;
}

.school-info img
{
	float: left;
	clear: both;
	margin: 10px auto;
}

.department-info
{
	width: 340px;
	margin: 0px 10px;
	float: left;
}

.department-info p
{
	margin: 0px 0px;
}

.float
{
	float: left;
	margin-right: 10px;
}

/* Learning Center */
#lcwrap
{
	width: 900px;
	margin: 0px auto;
}

#lcheader
{
	width: 100%;
	height: 81px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #ffffff url(/images/learning-center/lcnav-bg.gif) center center no-repeat;
}

.lcnav
{
	height: 55px;
	width: 870px;
	margin: 0px auto 10px auto;
	background: url(/images/learning-center/topnav-bg.gif) bottom center no-repeat;
	padding: 10px 15px;
	overflow: hidden;
	font-size: 11px;
}

.lchide
{
	visibility: hidden;
}

.topnav
{
	margin: 0px auto -30px auto;
	text-align: center;
}

.topnav ul
{
	margin: 0;
	padding: 0;
}

.topnav li
{
	display: inline;
	margin-right: 10px;
	font-size: 11px;
}

.bottomnav
{
	width: 870px;
	padding: 10px 15px;
	margin: 10px auto 0px auto;
	text-align: center;
	background: #eaeaf5;
}

.bottomnav ul
{
	margin: 0px 0px 0px -20px;
	padding: 0;
}

.bottomnav li
{
	display: inline;
	margin: 0px 0px 0px 20px;
}

#lcslideshow
{
	width: 900px;
	height: 350px;
	margin: 0px auto;
}

.lccontent
{
	padding: 0px 0px;
	width: 900px;
	margin: 50px auto;
	font-size: 13px;
}

#lcfooter
{
	width: 900px;
	height: 25px;
	margin: 20px auto 0px auto;
	background: url(http://www..msmc.la.edu/images/learning-center/lcfooter-bg.gif) center center no-repeat;
}

#lc-slide
{
	width: 600px;
	height: 350px;
	float: left;
	margin: 0px 0px;
}

#lc-info
{
	width: 280px;
	height: 330px;
	padding: 10px 10px;
	margin: 0px 0px;
	float: left;
}

/* end learning center */
/*The Clothesline Project */
#clpheader
{
	width: 100%;
	height: 81px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #ffffff url(/images/tcp/clpheader.gif) center center no-repeat;
}

#clpslideshow
{
	width: 225px;
	height: 475px;
	float: left;
}

#clpcontent
{
	width: 600px;
	float: left;
	margin: 0px auto 0px 30px;
}

#clpcontent p
{
	margin-right: 100px;
}
/*Human Rights Videos*/
#human-rights-header{
        width: 100%;
	height: 81px;
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 0px 0px;
	background: #ffffff url(/images/human-rights-education/hrff-header.gif) center center no-repeat;
}

.hrffhide
{
	visibility: hidden;
}

.hrffcontent	{
	text-align: center; 
	margin-bottom: 15px;
}

.hrfffooter	{
	padding: 10px; 
	background-color: #eaeaf5; 
	margin-bottom: 10px;
}

.hrfffooter	p {
	font-size: 8pt;
}

/* NEWS STYLES! */ 

div.newscontent	{
	margin-bottom: 15px;
	line-height: 1.5;
}

div.newscontent p	{
	margin-bottom: 0px;
}

#sbt-maincontent div.grayblock	{
	background-color: #f0f0f0; 
	border: 1px solid #333399;
	margin-bottom: 10px;
}

#sbt-maincontent div.grayblock h4	{
	padding: 10px; 
	border-bottom: 1px solid #333399;
	margin-bottom: 5px;
	background-color: #cccce5; 
}

#sbt-maincontent div.grayblock p, #sbt-maincontent div.grayblock ul.nobullet	{
	padding: 0 10px 0px 10px;
}

/*EDUCATION DEPARTMENT SPOTLIGHT (NEWS & EVENTS)*/

div.eduspotlight	{
	background-image: url(/images/Education/spotlight/gray_spotlight_bg.jpg);
	border: 1px solid #333399;
	padding: 10px;
	margin-bottom: 10px;
}

div.edutestimonials	{
	background-image: url(/images/system2008/iframe_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333399;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #cecee7;
}

div.grayboxright	{
	padding: 10px; 
	background-color: #f0f0f0; 
	float: right; 
	width: 216px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.spotlightTeaser {
	font-style: italic;
}

.spotlightitem {
 	padding: 5px 0 5px 0;
}

.important {
	padding: 20px 20px;
	margin: 0px auto;
	border: 1px solid #cfcfe7;
	background: #f6f6fb;
}
/*Career Services Video Box*/
#cs-videobox { 
	width: 960px; 
	/*height: 200px;*/ 
	padding: 10px 0px 10px 20px; 
	margin: 0px auto; 
	font-size: 11px;
	background: #f6f6fb;
	border: 1px solid #cfcfe7;
 }
 
.cs-video {
	width: 135px;
	/*height: 102px;*/
	display: inline-block;
	margin: 0px 24px 10px 24px;
	float: left;
	/*
background: #eaeaf5;
	border: 2px solid #cfcfe7;
*/
}

.cs-video img {
	border: 2px solid #cfcfe7;
}

.cs-clear { width: 100%; height: 5px; clear: both;}

/* GREEN TEAM */

#sbt-maincontent div.green	{
	float: left; 
	width: 180px;
	border: 1px solid #999;
	padding: 0;
	margin: 0 10px 10px 0;
	height: 385px;
}

#sbt-maincontent div.green h2	{
	padding: 5px 0 5px 10px;
	font-size: 12px;
	background-color: #A2B21B;
	margin: 0 0 5px 0;
	color: #000;
}

#sbt-maincontent div.green ul	{
	padding: 0;
	margin: 10px;
	list-style: none;
}

/* MBA LISTS */

div.mbaboxright	{
	padding: 0; 
	float: right; 
	width: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mbalistswrap {
	width: 730px;
	margin: 10px 0;
}

.mbalists {
	width: 230px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px;
	float: left;
	}
/*NURSING ADMINSSIONS PAGES STYLES*/
#na-nav-wrapper{
	/*width: 940px;*/
	margin: 0px auto;
	overflow: auto;
}
#na-wrapper{
	/*width: 940px;*/
	margin: 0px auto;
	}
#na-wrapper p{
	padding: 0px 5px 0px 0px;
	}
#na-asn{
	width: 225px;
	height: 175px;
	margin: 0px 5px 0px 0px;
	float: left;
	}
#na-asn a:link {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-asn a:visited {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-asn a:hover {
	border: 2px solid #e6cd45;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-asn a:active {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-bsn{
	width: 225px;
	margin: 0px 5px;
	float: left;
	}
#na-bsn a:link {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-bsn a:visited {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-bsn a:hover {
	border: 2px solid #e6cd45;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-bsn a:active {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-msn{
	width: 225px;
	margin: 0px 5px;
	float: left;
	}
#na-msn a:link {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-msn a:visited {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-msn a:hover {
	border: 2px solid #e6cd45;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-msn a:active {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-anp{
	width: 225px;
	margin: 0px 5px;
	float: left;
	}
#na-anp a:link {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-anp a:visited {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-anp a:hover {
	border: 2px solid #e6cd45;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-anp a:active {
	border: 2px solid #333399;
	width: 225px;
	height: 175px;
	display: block;
	}
#na-content{
	width: 590px;
	margin 0px auto;
	float: left;
	padding: 0px;
	}
#na-sidebar{
	width: 225px;
	margin: 0px 10px 0px 30px;
	float: left;
	padding: 5px 5px;
	}
/* GRADUATE ADMISSIONS HP STYLES */

div.gaapplication	{
	padding: 0 0 10px 0;
	border: 1px solid #dbdbe2;
	margin-bottom: 10px;
	height: 553px;
}

div.gaapplication h1	{
	color: #333399;
	padding: 4px 0 0 10px; 
	margin: 0;
}

div.gaapplication h2	{
	padding: 0 0 0 10px; 
	margin: 40px 0 0 0;
}

div.gaapplication ul	{
	list-style: none;
	padding: 0;
	margin: 0 0 10px 10px;
	font-weight: bold;
}

div.gaapplication p	{
	padding: 0;
	margin: 0 10px 10px 10px;
}

div.gagold	{
	padding: 0 0 10px 0;
	background-color: #eaeaf5;
	height: 555px;
}

div.gagold h2	{
	color: #000;
	padding: 4px 0 0 10px; 
	margin: 0;
}

div.gagold p	{
	padding: 0;
	margin: 0 10px 10px 10px;
}

div.gabuttons	{
	padding: 0; 
	margin: 0;
	border-bottom: 5px solid #fff;
}

/* CAREER SERVICES */

div.cslists	{
	width: 230px;
	margin-right: 10px;
	float: left;
}
/* GOALS AND OUTCOMES SPECIFIC CSS */
.goalsAndOutcomes {
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 730px;
	}
.goalsAndOutcomes td {
	padding: 5px 10px;
	width: 50%;
	background: #f6f6fb;
	margin: 0px;
	vertical-align: top;
	}
.goalsAndOutcomes .header {
	background: #333399;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	}
#sbt-maincontent  .goalsAndOutcomes td h2 {
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	}
#sbt-maincontent  .goalsAndOutcomes td h3 {
	padding: 0;
	margin: 2px 0px;
	font-size: 14px;
	color: #333399;
	font-weight: normal;
	}
.goalsAndOutcomes td p {
	margin: 3px 0px;
	}
.goalsAndOutcomes tr {
	margin:0 ;
	}
.goalsAndOutcomes ol {
	margin: 0;
	padding: 0;
	list-style: decimal;
	}
.goalsAndOutcomes li {
	padding: 0;
	margin: 0px 0px 0px 15px;
    list-style: decimal;
	}
.congrats {
	background: #333399;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	width: 630px;
	padding: 5px 10px;
	}
.congrats h2 {
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-align: center;
	}

/* NEW FROM PAUL ADD TO NEW GLOBAL CSS FILE */

#sbt-maincontent table	{
	border-collapse: collapse;
	border-color: #333399;
	margin-bottom: 0px;
}

#sbt-maincontent table th	{
	background-color: #cccce5;
	text-align: left;
}

#sbt-maincontent table p	{
	margin: 0;
}

#sbt-maincontent table.wcaption	{
	margin: 0 10px 12px 0;
}

#sbt-maincontent p.caption	{
	font-style: italic;
}

#sbt-maincontent table p.caption	{
	padding: 5px;
}

#sbt-maincontent .twocolumncontainer	{
	width: 730px;
	overflow: auto;
	margin: 0;
	padding: 0;
}

#sbt-maincontent .twocolumns	{
	width: 350px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

/* NAVIGATION BUTTONS */

div.bluebutton	{
	display: block;
	border-bottom: 5px solid #ffffff;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.025em;
}

div.bluebutton a, div.bluebutton a:visited	{
	display: block;
	background: url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
	color: #E6CD45;
	padding: 4px 0 5px 10px;
	text-decoration: none;
}

div.bluebutton a:hover	{
	display: block;
	background: url('/images/system2008/button-apply-online-bg_on.gif') repeat-x 0 100%;
	color: #E6CD45;
	padding: 4px 0 5px 10px;
	text-decoration: none;
}

div.darkbluearrow {
        color:#e6cd45;
        font-weight:bold;
        background-color: #333399;
        margin-bottom: 5px;
}

div.darkbluearrow a {
        display: block;
        color:#e6cd45;
        font-weight:bold;
        background-color: #333399;
        text-decoration: none;
        background-image: url('/images/system2008/homepage/dark-blue-arrow-bg.gif');
        background-position: right 50%;
        padding: 4px 0 4px 10px;
}

div.darkbluearrow:hover a {
        color:#e6cd45;
        font-weight:bold;
        background-color: #333399;
        text-decoration: none;
        background-image: url('/images/system2008/homepage/dark-blue-arrow-bg-on.gif');
        background-position: right 50%;
}

/* ADMISSION MAIN PAGE */

div.undergradadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/undergrad-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.transferadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/transfer-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.gradadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/grad-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.wecadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/wec-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.nursingadmission	{
	border: 1px solid #999999; 
	overflow: auto; 
	margin-bottom: 10px;
	display: block;
	background-image: url('/images/admission/nursing-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 95px;
}

div.undergradadmission a, div.transferadmission a, div.gradadmission a, div.wecadmission a, div.nursingadmission a 	{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px 10px 10px 170px;
}

div.undergradadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/undergrad-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

div.transferadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/transfer-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

div.gradadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/grad-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

div.wecadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/wec-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

div.nursingadmission a:hover	{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #f5f5fa;
	background-image: url('/images/admission/nursing-image.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 75px;
}

/* MORE ADMISSION STYLES */

#admissiontitle	{
	background-color: #eaeaf5;
	border-bottom: 10px solid #ffffff;
	padding: 0 0 0 10px;
}

#sbt-maincontent #container #admissiontitle h1	{
	color: 333399;
	font-size: 16px;
	font-weight: normal;
	padding: 13px 0 13px 0;
	margin-bottom: 0;
}

div.transferbutton	{
	float: right;
	margin: 8px 10px 0px 0px; 
	border: 1px solid #ffffff; 
	width: 200px;
	background-color: #e1e1f0;
	font-family: Tahoma, verdana, sans-serif;
	letter-spacing: .05em;
}

div.transferbutton a	{
	display: block;
	text-decoration: none;
	padding: 7px; 
	background-image: url('/images/system2008/transfer-rollover-off.gif');
	background-position: right 50%;
}

div.transferbutton:hover a	{
	background-image: url('/images/system2008/transfer-rollover.gif');
	background-position: right 50%;
}

/* New learning center style*/

#sbt-maincontent #learning-center-wrap {

	width: 790px;
	margin: 0px auto;
	
}

#sbt-maincontent #learning-center-header {
	
	width:  770px;
	height: 61px;
	padding:  10px 10px;
	background: #333399 url(/images/learning-center/lcnav-bg.gif) no-repeat scroll center center;
	
}

#sbt-maincontent .learning-center-navigation {

	width: 375px;
	padding:  10px 10px;
	float:  left;
	
}

#sbt-maincontent .learning-center-navigation  ul, .learning-center-navigation  ul li {
	
	margin:  0px auto 0px 10px;
	list-style-type: none;
	
}	

#sbt-maincontent #learning-center-right {
	
	width: 500px ;
	float:  right;
	margin:  0px auto;
	
}

#sbt-maincontent #learning-center-left {
	
	width:  270px;
	float:  left;
	margin: 0px auto;
	padding: 10px 10px;
	
}

#sbt-maincontent #learning-center-footer {
	
	width: 770px;
	height: 90px;
	padding: 10px;
	margin: 0px auto;
	clear: both;
	
}

/*ADMISSIONS CHECK LIST STYLES*/

#sbt-maincontent table.checklist
{
	border-collapse: collapse;
	border: 1px solid #333399;
	margin: 0px 0px 10px 0px;
}

#sbt-maincontent td.achecktop
{
	background-color: #333399;
	text-align: center;
}

#sbt-maincontent p.acheck
{
	color: #ffffff;
	font-weight: bold;
	margin: 4px 2px 5px 2px;
}

#sbt-maincontent div.admissioncltitle	{
	background-color: #333399; 
	font-family: Tahoma, Verdana, Sans-Serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; 
	text-align: center; 
	padding: 5px 0 5px 0; 
	margin: 0; 
	letter-spacing: .05em;
}

#sbt-maincontent div.admissionchecklist	{
	border: 1px solid #333399; 
	margin-bottom: 10px;
}

/* CAMPUS MINISTRY WEEKLY NEWS */

#sbt-maincontent div.cmweeklynews	{
	border: 1px solid #333399; 
	padding: 10px;
	width: 718px;
	margin-bottom: 10px;
}

/*STUDY ABROAD PAGE*/

#ta-page-wrapper {
	
	width: 930px;
	margin:  0px auto;
	
}

.ta-category {
	
	width:  648px;
	height: 78px;
	padding: 10px;
	margin-bottom: 10px;
	border:  1px solid #eaeaf5;
	
}

.ta-category-photo {
	
	width: 200px;
	height: 75px;
	float:  right;
	
}

#ta-left {
	
	width: 670px;
	margin: 0px auto;
	float:  left;
	
}

#ta-right {
	
	width:  240px;
	height: 320px;
	margin:  0px auto;
	float:  left;
	background: #eee;
	margin-left: 10px;
	
}

