/* World Education layout - http://www.worlded.org */
/* Colors used
red: #A22630
purple: #4F336D
rust: #C76B46
teal: #437F88, #2C6566, #99cccc
beige: #f4f2ec, #dcd5c1, #EFECE2
brown: #7d6955
white/grey: #ffffff, #fafafa
black/grey: #404040, #333333, #666666
*/

	
body { 
    margin: 0; padding: 0;
}

form {
    display: inline;
}

img	{
	border: 0;
}

/* for home page - this adds space so that the intro text is separated from the green line (image) on firefox. */    
img.home {
    padding-top: 10px;}

	
/* for print formatting  - this code makes sure that text meant only for the print version does not show up on the web version. */

#sitemast, #copyrightprint {
	display: none; }

p.homeNews {
	font-size: 11px;
    line-height: 25px; }

table.highlight { 
    background-color: #f4f2ec;
    border: 1px #437F88 solid;
    border-collapse: collapse;
    border-spacing: 0px; }

table.NewsSection { 
    width: 180px;
    background-color: #f4f2ec;
    border: 1px #437F88 solid;
    border-collapse: collapse;
    border-spacing: 0px; }
    
table.whatsnew { 
    width: 180px;
    background-color: #f4f2ec;
    border: 1px #437F88 solid;
    border-collapse: collapse;
    border-spacing: 0px; }

table.efficiency {
	background-color: #fff;
    border: 1px solid #dcd5c1; } 
	
table.efficiency td p { 
	font-size: 9px; 
	margin-bottom: 0; 
	padding-bottom: 0; }
	
table.efficiency h4 {
    font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #7d6955;
	margin-top: 2px;
	margin-bottom: 0;
	padding: 2px;
	background-color: #eee; } 

td.highlightHd { 
    background-color: #99cccc;
    border-bottom: 3px #437f88 solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #3b2990;
    text-align: center;
    padding: 5px; }

td.highlightArticles { 
    border-bottom: 1px #4f336d dotted;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px; }

td.highlightArticles-sm { 
    border-bottom: 1px #4f336d dotted;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    line-height: 14px;
    background-color: #fafafa;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px; }
   
td.whatsnewArticles { 
    border-bottom: 1px #4f336d dotted;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 5px; }

td.whatsnewHd { 
    background-color: #437F88;
    border-bottom: 3px #99CCCC solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px; }

.photoborder { 
    display: inline;
    background-color: #EFECE2;
    border: 1px solid #DCD5C1;
    margin: 6px; } 

.phototext { 
    padding-top: 3px;
    font-size: 9px;
    line-height: 11px;
    color: #666666; }
  
.project-nav, .pub-nav { 
    background-color: #EFECE2;
    border: 1px solid #DCD5C1;
    margin: 6px 0px 6px 6px;
    padding: 5px; }
  
.projects-photoborder { 
    display: inline;
    background-color: #EFECE2;
    border: 1px solid #DCD5C1;
    margin: 6px;
    padding: 5px; } 
  
.textborder-center { 
    background-color: #EFECE2;
    border: 1px solid #DCD5C1;
    margin: 6px 6px 6px 6px;
    padding: 5px; }

.textborder-left { 
    background-color: #EFECE2;
    border: 1px solid #DCD5C1;
	float: left;
    margin: 6px 6px 6px 0px;
    padding: 5px; }

.textborder-right { 
    background-color: #EFECE2;
    border: 1px solid #DCD5C1;
	float: right;
    margin: 6px 0px 6px 6px;
    padding: 5px; }

#project-navlist { 
    padding-left: 0px;
    margin-left: 0px;
    list-style: none; }
  
#project-navlist li, #pub-navlist li { 
    padding-left: 10px;
    background-image: url(/images/li-bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    line-height: 12px;
    margin-bottom: 12px; }

#pub-navlist { 
    padding-left: 0px;
    margin-left: 10px;
    list-style: none; }
	
#bullet-list { 
    padding-left: 0px;
    margin-left: 0px;
    list-style: none; }
  
#bullet-list li { 
    padding-left: 10px;
    background-image: url(/images/li-bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    line-height: 14px;
    margin-bottom: 12px; }
  
#bullet-list-pdf { 
    padding-left: 0px;
    margin-left: 0px;
    list-style: none; }
  
#bullet-list-pdf li { 
    padding-left: 18px;
    background-image: url(/images/pdf.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 14px;
    margin-bottom: 12px; }
  
#bullet-list-region { 
    padding-left: 8px;
    margin-left: 8px;
    list-style: none; }
  
#bullet-list-region li { 
    padding-left: 10px;
    background-image: url(/images/li-bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    line-height: 14px; }

  
/* LINKS */

A 		    { color: #C76B46; text-decoration: none; } 
A:link		{ color: #4F336D; text-decoration: underline; } 
A:visited	{ color: #2C6566; text-decoration: underline; } 
A:active	{ color: #4F336D; } 
A:hover	    { color: #A22630; text-decoration: underline; }

a.nounderline 		    { color: #7D6955; text-decoration: none; } 
a.nounderline:link		{ color: #7D6955; text-decoration: none; } 
a.nounderline:visited	{ color: #7D6955; text-decoration: none; } 
a.nounderline:active	{ color: #7D6955; } 
a.nounderline:hover	    { color: #7D6955;  text-decoration: underline}

/*a.footer 		    { color: #C76B46; text-decoration: none; } 
a.footer:link		{ color: #4F336D; text-decoration: none; font-weight: normal; } 
a.footer:visited	{ color: #2C6566; text-decoration: none; } 
a.footer:active	    { color: #4F336D; } 
a.footer:hover	    { color: #2C6566; text-decoration: underline; }*/

/*a.email         { color: #C76B46; text-decoration: underline; font-weight: normal; } 
a.email:link	{ color: #4F336D; text-decoration: underline; font-weight: normal; } 
a.email:visited	{ color: #2C6566; text-decoration: none; } 
a.email:active	{ color: #4F336D; } 
a.email:hover	{ color: #2C6566; text-decoration: underline; }*/

a.high-nav          { color: #C76B46; text-decoration: none; font-weight: normal; } 
a.high-nav:link		{ color: #4F336D; text-decoration: none; font-weight: normal; } 
a.high-nav:visited	{ color: #2C6566; text-decoration: none; } 
a.high-nav:active	{ color: #4F336D; } 
a.high-nav:hover	{ color: #2C6566; text-decoration: underline; }

a.subnav 	{ color: #7D6955; text-decoration: none; padding-left: 20px; font-weight: normal; } 
a.subnav:link    { color: #7D6955; text-decoration: none; padding-left: 20px; font-weight: normal; } 
a.subnav:visited	{ color: #7D6955; text-decoration: none; padding-left: 20px; font-weight: normal; } 
a.subnav:active	{ color: #7D6955; padding-left: 20px; font-weight: normal; } 
a.subnav:hover	{ color: #7D6955; text-decoration: underline; padding-left: 20px; font-weight: normal; }
	
a.legal-text 	        { color: #fff; text-decoration: none; } 
a.legal-text:link		{ color: #fff; text-decoration: none; } 
a.legal-text:visited	{ color: #fff; text-decoration: none; } 
a.legal-text:active	    { color: #fff; } 
a.legal-text:hover	    { color: #fff; text-decoration: underline; }


a.wh-subheading 	    { color: #fff; text-decoration: none; } 
a.wh-subheading:link    { color: #fff; text-decoration: none; } 
a.wh-subheading:visited	{ color: #fff; text-decoration: none; } 
a.wh-subheading:active	{ color: #fff; } 
a.wh-subheading:hover	{ color: #fff; text-decoration: underline; }


a.features-article-home 	    { color: #4F336D; text-decoration: none; font-weight: bold; font-size: 12px; } 
a.features-article-home:link    { color: #4F336D; text-decoration: none; } 
a.features-article-home:visited	{ color: #4F336D; text-decoration: none; } 
a.features-article-home:active	{ color: #4F336D; } 
a.features-article-home:hover	{ color: #4F336D; text-decoration: underline; }


a.red 	        { color: #A22630; text-decoration: none; font-weight: bold; } 
a.red:link		{ color: #A22630; text-decoration: none; font-weight: bold; } 
a.red:visited	{ color: #A22630; text-decoration: none; font-weight: bold; } 
a.red:active	{ color: #A22630; font-weight: bold; } 
a.red:hover	    { color: #A22630; text-decoration: underline; font-weight: bold; }


a.black 	    { color: #333333; text-decoration: none; font-weight: normal;  } 
a.black:link	{ color: #333333; text-decoration: none; font-weight: normal; } 
a.black:visited	{ color: #333333; text-decoration: none; font-weight: normal; } 
a.black:active	{ color: #333333; text-decoration: none; font-weight: normal; } 
a.black:hover	{ color: #333333; text-decoration: none; font-weight: normal; }


A.other 		{ color: #C76B46; text-decoration: none; font-weight: bold; } 
A.other:link	{ color: #4F336D; text-decoration: none; font-weight: bold; } 
A.other:visited	{ color: #2C6566; text-decoration: none; font-weight: bold; } 
A.other:active	{ color: #4F336D; text-decoration: underline; font-weight: bold; } 
A.other:hover	{ color: #2C6566; text-decoration: underline; font-weight: bold; }

a.news          { color: #C76B46; text-decoration: none; font-weight: normal; } 
a.news:link		{ color: #4F336D; text-decoration: none; font-weight: normal; } 
a.news:visited	{ color: #2C6566; text-decoration: none; } 
a.news:active	{ color: #4F336D; } 
a.news:hover	{ color: #2C6566; text-decoration: underline; }


a.whatsnewhead 	        { color: #fff; text-decoration: none; font-weight: bold; } 
a.whatsnewhead:link		{ color: #fff; text-decoration: none; font-weight: bold; } 
a.whatsnewhead:visited	{ color: #fff; text-decoration: none; font-weight: bold; } 
a.whatsnewhead:active	{ color: #fff; text-decoration: none; font-weight: bold;  } 
a.whatsnewhead:hover	{ color: #fff; text-decoration: none; font-weight: bold;  }


a.breadcrumb { color: #7D6955;  font-size: 9px; text-decoration: none; font-weight: normal; }
a.breadcrumb:link { color: #7D6955;  font-size: 9px; text-decoration: none; font-weight: normal; }
a.breadcrumb:visited { color: #7D6955;  font-size: 9px; text-decoration: none; font-weight: normal; }
a.breadcrumb:active { color: #7D6955;  font-size: 9px; text-decoration: none; font-weight: normal; }
a.breadcrumb:hover { color: #7D6955;  font-size: 9px; text-decoration: none; font-weight: normal; text-decoration: underline; }


/* NAVIGATION */

.currentpage-nav {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #7D6955;
    font-weight: normal;
    padding-top: 5px;
    text-decoration: underline;
    line-height: 20px; }

    
/* TAGLINE */

.tagline {
    background-image: url(/images/rightgreen-banner.gif);
    background-repeat: no-repeat;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
    color: #EFECE2;
    font-weight: bold;
    padding-right: 6px;
    line-height: 13px;
    font-size: 11px; }

.myjumpbox {
    background-image: url(/images/rightgreen-banner.gif);
    background-repeat: no-repeat;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
    color: #EFECE2;
    font-weight: bold;
    padding-right: 30px;
    line-height: 13px;
    font-size: 11px; }

td 	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 16px; 
	color: #333333; } 

.breadcrumb-thispage {
	font-weight: bold; }

.breadcrumb-trail {
	padding-left: 15px;
	color: #7D6955; 
	font-size: 10px;
	font-weight: normal; }

.footer { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	color: #333333; } 

.grnbold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	line-height: 16px; 
	color: #2C6566; } 

.quote 	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	font-style: italic; 
	color: #4F336D; } 

.subnavigation 	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333333;
	line-height: 20px; } 

img.padding-right {
	padding-right: 10px; }

img.padding-left {
	padding-left: 10px; }

img.pubthb {
	background-color: #EFECE2; 
	border: 1px solid #DCD5C1; 
	float: left; 
	margin-bottom: 5px; 
	margin-right: 5px; 
	padding: 3px;
}

#pagetools ul {
	margin: 0;
	padding: 0;
	list-style: none; }

#pagetools li {
	margin: 0;
	padding: 0;
	color: #4F336D;
	font-size: 9px;
	font-weight: normal;
	line-height: 18px; /* height of icon */
	background-repeat: no-repeat;
	background-position: 10px 2px; }

#pagetools ul li a {
  padding-left: 30px; /* width of icon + whitespace */ }
	
#printerfriendly { 
    background-image: url(/images/printer.gif); }
    
#tellafriend { 
    background-image: url(/images/tellfriend.gif); }


/*  For what's new articles */ 

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #7D6955;
	line-height: 20px;
	border: #7D6955; 
	border-style: solid;
	border-width: 200px;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px; }
    
/*  For 2-column page */ 

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #7D6955;
	line-height: 20px;
	border: #7D6955; 
	border-style: solid;
	border-width: 200px;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px; }

h2.nospace {
    padding-top: 0px;
    color: #437F88;
    border: 0px; }


/*  For 3-column page */

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #7D6955;
	line-height: 20px;
	border: #7D6955; 
	border-style: solid;
	border-width: 200px;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
	margin-right: 200px; }
			


.choose-project-home { 
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif, geneva;
    color: #333333;
    background-color: #fff;
    border-left: solid 1px;
    border-color: #333333;
    border-top: solid 1px;
    border-color: #333333;
    border-right: solid 1px;
    border-color: #333333;
    border-bottom: solid 1px;
    border-color: #333333;
    width: 210px; }

.contactus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	padding: 10px 5px 10px 5px;
	border-bottom: solid 1px;
	border-color: #DCD5C1; }
 
.footer-email {
  	padding-left: 10px;
  	font-size: 9px; }

.form-smtext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; }

.formgo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #333333;
	margin-right: 6px; }

.headerLg {
  	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 14px;
	font-weight: bold;
	color: #4F336D;
	line-height: 20px; }
	
.headerMd {
  	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 12px;
	font-weight: bold;
	color: #A22630; }
    
.headerMed {
  	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 12px;
	font-weight: bold;
	color: #000000;
    padding-top: 12px; }
	
.headerSm {
  	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 10px;
	font-weight: bold; 
	color: #7D6955; }
	
.legal-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff; }

.navborder {
    background-image: url(/images/navbarborder.gif); }

.navformgo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #2C6566;
	padding: 0; }

.newsletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333; }

.newsletterform { 
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif, geneva;
    color: #333333;
    background-color: #fff;
    border-left: solid 1px;
    border-color: #333333;
    border-top: solid 1px;
    border-color: #333333;
    border-right: solid 1px;
    border-color: #333333;
    border-bottom: solid 1px;
    border-color: #333333;
    width: 100px; }

.newsletter-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 13px; }

p.backtotop a {
	background-image: url(/images/backtotop.gif);
	background-repeat: no-repeat;
	color: #4F336D;
	font-size: 10px;
	padding-bottom: 1px;
	padding-left: 18px;
}

/*.email { 
    padding-left: 18px;
    margin-top: -10px;
    padding-bottom: 1px;
    background-image: url(/images/email.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 14px; }
*/
p.email a {
    background-image: url(/images/email.gif);
    background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 18px;
	padding-bottom: 3px;
}

p.footer {
	margin-left: 70px;
	padding-bottom: 5px; 
	padding-top: 12px;
	text-align: center;
}

p.footer a { 
	color: #C76B46; 
	text-decoration: none; 
} 

p.footer a:link { 
	color: #4F336D; 
	font-weight: normal; 
	text-decoration: none; 
} 

p.footer a:visited { 
	color: #2C6566; 
	text-decoration: none; 
} 

p.footer a:active { 
	color: #4F336D; 
} 

p.footer a:hover { 
	color: #2C6566; 
	text-decoration: underline; 
}


p.ppt a {
	background-image: url(/images/ppt.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 18px;
	padding-bottom: 3px;
}

p.word a {
	background-image: url(/images/word.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 18px;
	padding-bottom: 1px;
}

p.miscdoc a {
	background-image: url(/images/miscdoc.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 18px;
	padding-bottom: 2px;
}

p.offsite a {
	background-image: url(/images/offsite.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 18px;
	padding-bottom: 1px;
}

p.pdf a {
	background-image: url(/images/pdf.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 18px;
	padding-bottom: 1px;
}

.project-lists {
	list-style-image: url();
	font-size: 9px; } 
	
/* used in the Publications Section of the site */

p.pubTitle {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	margin-top: 20px !important;
	color: #A22630;
    font-size: 12px; 	
	font-weight: bold;
	line-height: 16px;
}

p.pubTitle  a:link, p.pubTitle a:visited {
    color: #A22630; 
    text-decoration: none; 
 }
    
p.pubTitle a:hover, p.pubTitle a:active {
    color: #4F336D; 
    text-decoration: underline; 
 }

.filesize {
	color: #444;
	font-size: 10px;
	font-weight: normal;
}

.search-form { 
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif, geneva;
    color: #333333;
    background-color: #fff;
    border-left: solid 1px;
    border-color: #333333;
    border-top: solid 1px;
    border-color: #333333;
    border-right: solid 1px;
    border-color: #333333;
    border-bottom: solid 1px;
    border-color: #333333;
    width: 100px; }

.search-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #A22630;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
	border-bottom: solid 1px;
	border-color: #DCD5C1; }

.siteguide {
     font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
     background-color: #fff;
     color: #102132;
     border: 1px solid #FDF7EE; }

.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B21905;
	line-height: 18px; }

.txtSmall {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 10px; }
	
.whatwedo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	position: relative;
    right: 134px; }

  
/* used in the Projects Section of the site */
a:link.project,a:visited.project,.project {
    font-family: Arial, Helvetica, sans-serif; 
    color: #A22630; 
    text-decoration: none; 
    font-size: 12px; 
    font-weight: bold; }
    
a:hover.project,a:active.project {
    font-family: Arial, Helvetica, sans-serif; 
    color: #A22630; 
    text-decoration: underline; 
    font-size: 12px; 
    font-weight: bold; }
 
.ulproject {
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000; 
    text-decoration: none; 
    font-size: 12px; 
    font-weight: bold; }

.indent {
	margin-left: 15px;
	margin-right: 30px;}

.pullquote-center {
    background-color: #EFECE2;
    border: 1px solid #DCD5C1;
	margin: 10px;
/*    padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;*/
	padding: 10px; }

/*p.pullquote { 
	margin: 10px 10px 10px 0px;  }*/

/* Used on Work for Us */
#joblist ul {
	margin: 0;
	padding: 0;
    line-height:24px;
	list-style: none;  }


/* Used on Home Page for Annual Report */
img.arthumb {
    border: 1px solid #437F88;  
    margin-top: 2px;
    margin-right: 5px;  }

li.sub a {
	color: #4F336D;
	text-decoration: none;
}

/* Used on Links page */
p.link { 
	clear:both; 
	padding-bottom: 15px; 
	width: 100%; 
}

a:link.linkhdr, a:visited.linkhdr { 
	font-weight: bold; 
	text-decoration: none; 
}

/* Used on job description */
.applybtn {
	background-color: #A22630;
	border: 1px solid #999; 
	color: #fff; 
	font-weight:bold; 
	margin-left: 0; 
	padding: 3px;
}


#home_highlight {
	 background-color: #fafafa; 
	 background-repeat:no-repeat; 
	 background-position:top;
	 border: 1px solid #4C2576; 
	 width: 395px;
}

#home_highlight p {
	margin: 0;
	padding: 7px;
}

#home_highlight h2	{
	border: 0; 
	color: #4C2576; 
	font-size: 15px;
	margin-top: 0; 
	margin-bottom: 5px;
	padding: 7px 7px 0px 7px; 
	text-align: center;
	width: 395px;
}

#home_highlight h3	{
	border: 0; 
	color: #4C2576; 
	font-size: 18px;
	margin: 0; 
	padding-top: 0px;
	text-align: center;
	width: 395px;
}

	html #home_highlight h3 {
	 	font-size: 17px;
	}

