

/* ----- MSMC GLOBAL STYLESHEET ------*/
/* ------------------------------------------- */
/* -- general styles for site -- */

body
{
	font-family: Verdana, Arial;
	line-height: 1.4;
	font-size: 10pt;
	color: #000;
}

p
{
	margin-bottom: 15px;
	line-height: 1.5;
}

a
{
	color: #333399;
	text-decoration: none;
}

a:hover
{
	color: #333399;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	color: #deb808;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 10px;
}

h1
{
	color: #deb808;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 10px;
}

h2
{
	color: #333399;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 0px;
}

h3
{
	color: #deb808;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 0px;
}

h4
{
	color: #333399;
	font-weight: normal;
	font-size: 12pt;
	margin-bottom: 10px;
}

h5
{
	color: #333399;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 10px;
}

h6
{
}

.printonly
{
	display: none;
}

#sitelogo
{
}

.hidden
{
	text-indent: -9999px;
}

/* ------------------------------------------- */
/* -- general layout styles for containers -- */
table.PageBoundingBox, #headerwrapper, #gnavwrapper, #intheaderwrapper, #footerwrapper
{
	width: 100%;
}

#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;
}

td.MainContent
{
}

.MainContent ul li 	{
	line-height: 1.5;
}

.MainContent ol li 	{
	line-height: 1.5;
}

/* ------------------------------------------- */
/* -- 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;
}

/* ------------------------------------------- */
/* -- 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
{
	/*border: 1px solid #999;*/
	width: 100%;
}

#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 0px;
	padding: 0;
	list-style: none;
}

#col1 h3, #col2 h3, #col3 h3, #col4 h3	{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	line-height: 1.5;
	color: #000;
}

.slrandom	{
	margin-bottom: 10px;
}

/* -- LIBRARY STYLES -------------------------- */

/* COLUMN STYLES */
#libcol1	{
	float: left;
	width: 210px;
	margin-right: 10px;
}

#libcol2	{
	float: left;
	width: 220px;
	margin-right: 0px;
}

#libcol3	{
	float: left;
	width: 240px;
	margin-right: 10px;
	background-image: url('http://www.msmc.la.edu/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; 
	width 460px; 
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #f2f0e6;
	height: 490px;
}

#libcolleftcontainer2	{
	width: 460px; 
	padding: 10px;
	border-top: 10px solid #fff;
}

#libsearch	{
	padding: 5px 10px 5px 10px; 
	border: 1px solid #ccc; 
	margin: 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	{

}

#libgraybar h2	{
	line-height: 1.4;
	font-size: 9.5pt;
	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;
}

/* 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;
}

div.seotext h2	{
	color: #4d4b3d;
	font-size: 8.5pt;
	line-height:1.4;
	margin: 1px 0 0 0;
	font-weight: bold;
}

/* ------------------------------------------- */

/*  BLUE LINK STYLES */
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 15px 11px 0px;
	padding: 0px;
	/*width: 98%;*/
	font-size: 0px;
}

div.bluerule
{
	border-top: 1px solid #333399;
	margin: 0px 15px 11px 0px;
	padding: 0px;
	/*width: 98%;*/
	font-size: 0px;
}

table.wcaption
{
	border-collapse: collapse;
	margin: 3px 10px 11px 0px;
	border: 1px solid #333399;
}

.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(http://www.msmc.la.edu/images/learning-center/lcnav-bg.gif) center center no-repeat;
}

.lcnav
{
	height: 55px;
	width: 870px;
	margin: 0px auto 10px auto;
	background: url(http://www.msmc.la.edu/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(http://www.msmc.la.edu/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(http://www.msmc.la.edu/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;
}

div.grayblock	{
	background-color: #f0f0f0; 
	border: 1px solid #333399;
	margin-bottom: 10px;
}

div.grayblock h2	{
	background-color: #cccce5; 
	padding: 10px; 
	border-bottom: 1px solid #333399;
	margin-bottom: 5px;
}

div.grayblock p	{
	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;
}

.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 */

div.green	{
	float: left; 
	width: 180px;
	border: 1px solid #999;
	padding: 0;
	margin: 0 10px 10px 0;
	height: 270px;
}

div.green h2	{
	padding: 5px 0 5px 10px;
	font-size: 10pt;
	background-color: #A2B21B;
	margin: 0 0 5px 0;
	color: #000;
}

div.green ul	{
	padding: 0;
	margin: 10px;
	list-style: none;
}

/* MBA LISTS */

div.mbaboxright	{
	padding: 10px; 
	float: right; 
	width: 216px;
	margin-bottom: 10px;
}
#mbalistswrap {
	width: 705px;
	height: 400px;
margin: 10px auto;
}

.mbalists {
	width: 225px;
	margin: 0px auto 0px 10px;
	padding: 0px 0px;
	float: left;
	}
/*Nursing Admission Page Styles*/
#na-nav-wrapper{
width: 940px;
margin: 0px auto;
}
#na-wrapper{
	width: 940px;
	margin: 0px auto;
	}
#na-wrapper p{
	padding: 0px 5px;
	}
#na-asn{
	width: 225px;
	height: 175px;
	margin: 0px 5px;
	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: 5px 5px;
	}
#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: 650px;
	}
.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;
	}
.goalsAndOutcomes td h2 {
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	}
.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 -10px;
        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;
	}

