﻿body
{	
	margin:0;
	background-color:white; 
}

h5
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:12px;
	line-height:17px;
}

h4
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:12px;
	line-height:17px;
}

h3
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:12px;
	line-height:17px;
}

h2
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:12px;
	line-height:17px;
}

h2.Big
{
	margin:25px 0 0px 0;
	padding:0;
	font-size:22px;
	line-height:25px;

}

h1
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:12px;
	line-height:17px;
}

h1.Big
{
	font-weight: bolder;
	font-size: 2.25em;
	margin-bottom: 10px;
	margin-top: 0;
}

li
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:12px;
	line-height:17px;
}

ul
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:12px;
	line-height:17px;
}

ol
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:12px;
	line-height:17px;
}

td
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:12px;
	line-height:17px;
}

p
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:12px;
	line-height:17px;
}

body
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:12px;
	line-height:17px;
}

h1		
{	
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:20px; 
	line-height:23px;
	font-weight:bold; 
	color:#818068; 
	margin-top:20px;
	margin-bottom:6px;
}

h2		
{	
	/*font-family:Georgia,'Times New Roman',Times,Serif; */
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size:18px; 
	line-height:20px; 
	font-weight:normal; 
	margin-bottom:6px;
	margin-top:30px;
}

h3		
{	
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-weight:bold; 
	font-size:14px;
	color:#72695C;
	margin-top:24px;
	margin-bottom:9px;
	padding-top:0px;
}

h4		
{	
	font-family:arial,helvetica,geneva,sans-serif; 
	font-size:13px; 
	font-weight:bold; 
}

p
{
	margin-top:9px;
	margin-bottom:0;
}

a:Visited			
{
	color:blue;
	text-decoration:none; 
}

a			
{
	color:blue;
	text-decoration:none; 
}

a:hover 	
{
	text-decoration:underline
}

small	
{		font-size:9px;
}

li
{
	margin-top:6px;
	}


/****************************************************************** MENUS */
/* 
For use with Batiste drop-down menus 
http://www.magnin-sante.ch/journal/html/menu3/menuhorizontal.htm
*/

div#MenuContainer
{
	margin-bottom:20px;
}

ul#Menu
/* Menu container (level 1) */
{
    display:block;
    margin:0;
	
    padding:0;
	height:20px;
	white-space:nowrap;
	position:absolute;
	right:120px;
	top:103px;
	border:none;

}

ul#Menu ul
/* SubMenu containers (level 2+) */
{
    position:absolute;
    margin-top:-1px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
    padding:0;
	border-top:1px solid black;
    height:30em; /* ie5 mac hack (eliminate border) */
    visibility:hidden;
    width:175px; 
}

ul#Menu li
{
    list-style:none;
    margin:0;
    padding:0;
	font-size:10px;
}

ul#Menu ul ul
/* Sub-SubMenu containers (level 3+) */
{
	border-top:1px solid #bbb;
}

    
ul#Menu ul li
/* SubMenu list items */
{
	border:none;
	width:235px;
	margin-top:-1px;
	margin-bottom:0;
}

ul#Menu li li ul
/* Sub-subMenu containers (level 3+) */
{
    margin-top:-22px;
    margin-left: 270px; 
}


/********** Menu hyperlink formatting */

ul#Menu a
{
	font-family:'Lucida Grande','Lucida Sans Unicode',Arial,Helvetica,Geneva,Sans-serif; 
	border:1px solid white;
	border-color: #EAE9E2 #EAE9E2 #EAE9E2 white;
	border-color: white white white white;
	color:#818068;
   	font-size:11px;
   	line-height:11px;
    display:block;
    text-decoration:none;
	font-weight:normal;
    white-space:nowrap; 
    padding:2px 7px 2px 7px;
}

ul#Menu li a
{
	font-family:'Lucida Grande','Lucida Sans Unicode',Arial,Helvetica,Geneva,Sans-serif; 
	border:1px solid white;
	border-color: #EAE9E2 #EAE9E2 #EAE9E2 white;
	border-color: white white white white;
	color:#818068;
   	font-size:11px;
   	line-height:11px;
    display:block;
    text-decoration:none;
	font-weight:normal;
    white-space:nowrap; 
    padding:2px 7px 2px 7px;
}

ul#Menu li li a
{
	font-family:'Lucida Grande','Lucida Sans Unicode',Arial,Helvetica,Geneva,Sans-serif; 
	border:1px solid white;
	border-color: #EAE9E2 #EAE9E2 #EAE9E2 white;
	border-color: white white white white;
	color:#818068;
   	font-size:11px;
   	line-height:11px;
    display:block;
    text-decoration:none;
	font-weight:normal;
    white-space:nowrap; 
    padding:2px 7px 2px 7px;
}

ul#Menu li li a.Selected
{
	display:block;
    width:100%;
	background:#EAE9E2;
    border:1px solid black;
    font-weight:normal;
    height:12px;
   	line-height:12px;
}

ul#Menu li li a
{
	display:block;
    width:100%;
	background:#EAE9E2;
    border:1px solid black;
    font-weight:normal;
    height:12px;
   	line-height:12px;
}

ul#Menu li li a.Selected
{
/* Selected items (level 2+) */
	background-repeat:no-repeat;
	background-position:0px 4px;
	font-weight:bold;
	background-color:#eee;
}

ul#Menu li li a.HasChildren
{
/* Items with submenus */
	background-repeat:no-repeat;
	background-position:260px 5px;
}


ul#Menu a:hover
{
	text-decoration:none;
	background-color:#EAE9E2;
	color:black;
	border:1px solid black;
}


ul#Menu a.Hover
{
	text-decoration:none;
	background-color:#EAE9E2;
	color:black;
	border:1px solid black;
}

ul#Menu li li a.Selected:hover
{
}
    
ul#Menu li li a.Selected
{
}
    
ul#Menu li li a:hover
/* SubMenu links only on hover (level 2+) */
{
    background-color:white;
}    

ul#Menu a.Selected:hover
{
	background-color:#bfbfbf;
	color:White;
	font-weight:bold;
}

ul#Menu a.Selected
{
	background-color:#bfbfbf;
	color:White;
	font-weight:bold;
}

/* for a mozilla better display with key nav */
ul#Menu a:focus
{
    background-color: #aaa;
}

/* hide some accessibility stuff */
ul#Menu span.hide 
{
    display:none;
}

ul#Menu li li
{
}
    
/* commented backslash hack v2 for IE mac \*/
ul#Menu li
{
    display:block;
    float:left;    
}
/* end hack */
    
/* IE PC selector */
* html ul#Menu li 
{
    display:inline; /* solve a IE PC list bug */
    float:none; /* solve a IE5 clav nav bug */
    float/**/:left; /* for IE6 and IE5.5 */
}


/***************************************************************** DOCUMENT BULLETS */


li.DocXXX
{
	padding-left:4px;
	line-height:20px;
}


li.DocGeneric
{
	padding-left:4px;
	line-height:20px;
}


li.DocZIP
{
	padding-left:4px;
	line-height:20px;
}


li.DocXLS
{
	padding-left:4px;
	line-height:20px;
}


li.DocTXT
{
	padding-left:4px;
	line-height:20px;
}


li.DocRTF
{
	padding-left:4px;
	line-height:20px;
}


li.DocPPT
{
	padding-left:4px;
	line-height:20px;
}


li.DocPDF
{
	padding-left:4px;
	line-height:20px;
}


li.DocMDB
{
	padding-left:4px;
	line-height:20px;
}


li.DocHTM
{
	padding-left:4px;
	line-height:20px;
}


li.DocDOC
{
	padding-left:4px;
	line-height:20px;
}


li.DocCSV
{
	padding-left:4px;
	line-height:20px;
}

li.DocCSV {list-style-image:url('../images/icons/document.csv.gif');}
li.DocDOC {list-style-image:url('../images/icons/document.doc.gif');}
li.DocHTM {list-style-image:url('../images/icons/document.htm.gif');}
li.DocMDB {list-style-image:url('../images/icons/document.mdb.gif');}
li.DocPDF {list-style-image:url('../images/icons/document.pdf.gif');}
li.DocPPT {list-style-image:url('../images/icons/document.ppt.gif');}
li.DocRTF {list-style-image:url('../images/icons/document.rtf.gif');}
li.DocTXT {list-style-image:url('../images/icons/document.txt.gif');}
li.DocXLS {list-style-image:url('../images/icons/document.xls.gif');}
li.DocZIP {list-style-image:url('../images/icons/document.zip.gif');}
li.DocGeneric {list-style-image:url('../images/icons/document.generic.gif');}
li.DocXXX {list-style-image:url('../images/icons/document.xxx.gif');}



p.DocXXX
{
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	margin-top:3px;
}



p.DocGeneric
{
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	margin-top:3px;
}



p.DocZIP
{
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	margin-top:3px;
}



p.DocXLS
{
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	margin-top:3px;
}



p.DocTXT
{
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	margin-top:3px;
}



p.DocRTF
{
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	margin-top:3px;
}



p.DocPPT
{
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	margin-top:3px;
}



p.DocPDF
{
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	margin-top:3px;
}



p.DocMDB
{
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	margin-top:3px;
}



p.DocHTM
{
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	margin-top:3px;
}



p.DocDOC
{
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	margin-top:3px;
}



p.DocCSV
{
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	margin-top:3px;
}

p.DocCSV {background-image:url('../images/icons/document.csv.gif');}
p.DocDOC {background-image:url('../images/icons/document.doc.gif');}
pDocHTM {background-image:url('../images/icons/document.htm.gif');}
p.DocMDB {background-image:url('../images/icons/document.mdb.gif');}
p.DocPDF {background-image:url('../images/icons/document.pdf.gif');}
p.DocPPT {background-image:url('../images/icons/document.ppt.gif');}
p.DocRTF {background-image:url('../images/icons/document.rtf.gif');}
p.DocTXT {background-image:url('../images/icons/document.txt.gif');}
p.DocXLS {background-image:url('../images/icons/document.xls.gif');}
p.DocZIP {background-image:url('../images/icons/document.zip.gif');}
p.DocGeneric {background-image:url('../images/icons/document.generic.gif');}
p.DocXXX {background-image:url('../images/icons/document.xxx.gif');}


/********************************************************** SDI PAGE MENUS */

div#SDI p.PageMenu 
{
	width:200px;
	float:right;
}

div#SDI p.PageMenu a
{

	padding:80px 0 0 0;
	margin:0 0 10px 20px;
	height:26px;	
	background:white url('../images/sdi.menuimage.1.jpg') no-repeat 0px 0px;
	border:1px solid black;
	font-family:'Lucida Grande','Lucida Sans Unicode',Arial,Helvetica,Geneva,Sans-serif; 
	display:block;
}

div#SDI p.PageMenu a#SDIMenu_Overview { background-image:url(../images/sdi.menuimage.1.jpg); }
div#SDI p.PageMenu a#SDIMenu_Participate { background-image:url(../images/sdi.menuimage.4.jpg); }
div#SDI p.PageMenu a#SDIMenu_Alumni { background-image:url(../images/sdi.menuimage.5.jpg); }
div#SDI p.PageMenu a#SDIMenu_Experts { background-image:url(../images/sdi.menuimage.2.jpg); }
div#SDI p.PageMenu a#SDIMenu_Topics { background-image:url(../images/sdi.menuimage.3.jpg); }
div#SDI p.PageMenu a#SDIMenu_Testimonials { background-image:url(../images/sdi.menuimage.8.jpg); }


div#SDI p.PageMenu a span
{
	display:block;
	height:20px;
	line-height:20px;
	font-size:10px;
	padding:2px 4px 3px 10px;
	border-top:1px solid black;
	color:#444;
	background:white;
	white-space:nowrap;
	overflow:hidden;
}

div#SDI p.PageMenu a:hover
{
	text-decoration:none;
	color:black;	
}

div#SDI p.PageMenu a:hover span
{
	border-color:black;
	background:#D9D8D1 url(../images/dingbats/arrow.haschildren.gif) no-repeat 0 6px;
	z-index:100;
}

div#SDI p.PageMenu a.Selected:hover span
{
    color:White;
    border-color:black;
    background:#818068 url(../images/dingbats/arrow.haschildren.gif) no-repeat 0 6px;
	z-index:90;
}



div#SDI p.PageMenu a.Selected span
{
    color:White;
    border-color:black;
    background:#818068 url(../images/dingbats/arrow.haschildren.gif) no-repeat 0 6px;
	z-index:90;
}


/********************************************************** OTHER SDI CLASSES*/

div#SDI div.InfoBox
{
	width:200px;
}

div#SDI div.InfoBox p
{
	font-style:italic;
	font-size:11px;
	line-height:14px;
}

div#SDI div.InfoBox p.Caption
{
	font-style:normal;
	font-size:10px;
	line-height:13px;
}

div#SDI div.InfoBox div.PhotoLeft
{
	padding:0px 10px 10px 0px;
}

div#SDI div.InfoBox div.PhotoRight
{
	padding:0px 0px 10px 10px;
}

div#SDI div.InfoBox img
{
	border:1px solid black;
}

div#SDI div.SDIContent
{
	width:420px;
	overflow:hidden;
}

/* Testimonials */

div#SDI div.Testimonial
{
	clear:both;
	padding-top:25px;
}

div#SDI div.Testimonial div.TestimonialText
{
	float:left;	
	width:255px;
}

div#SDI div.Testimonial p
{
	margin:0;
}

div#SDI div.Testimonial p.Caption
{
	font-weight:normal;
	margin-top:6px;
}

div#SDI div.Testimonial p.Caption strong
{
	font-weight:bold;
}

div#SDI div.Testimonial p.Caption em
{
	font-style:italic;
}

div#SDI div.Testimonial img
{
	float:left;
	border:1px solid black;
	margin-right:15px;
}

div#SDI div.Testimonial.Right
{
	margin:0;
}

div#SDI div.Testimonial.Right div.TestimonialText
{
	float:left;
	margin-left:0;
}

div#SDI div.Testimonial.Right img
{
	float:right;
	margin-right:0;
	margin-left:15px;
}


/********************************************************** OTHER CLASSES */


div.PhotoLeft p
{  
	color:#818068; 
	font-weight:bold; 
	font-size:11px; 
	line-height:13px; 
}


div.PhotoRight p
{  
	color:#818068; 
	font-weight:bold; 
	font-size:11px; 
	line-height:13px; 
}


.SidebarCaption
{  
	color:#818068; 
	font-weight:bold; 
	font-size:11px; 
	line-height:13px; 
}


.Caption
{  
	color:#818068; 
	font-weight:bold; 
	font-size:11px; 
	line-height:13px; 
}

span.pdficon, span.ordericon {
	float:left;
	display:block;
	height:20px;
	clear:right;
	background-image: url(../images/icons/document.pdf.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-right:10px;
	margin-top:5px;
}

span.ordericon {
	background-image: url(../images/icons/add.gif);
}

.SidebarCaption
{
	margin-right:25px;
	margin-bottom:15px;
}

.Credit
{
 	color:#818068; 
	font-weight:normal; 
	font-size:9px; 
	line-height:10px;
	margin-top:2px;
}

.FormField 
{ 	
	font-size:10px; 
}

.Button    
{ 
	font-family:arial,helvetica,geneva,sans-serif; 
	font-size:8pt;
}

.BoxNote	
{	
	background:#fafafa; 
	padding:10px; 
	margin:6px 0;
	border:1px solid #eee;
}

.Title 
{  
	font-family:'Times New Roman', Times, Georgia, Serif; 
	font-size:16pt; 
	font-weight: normal
}

.InfoBox
{
	float:right;
	width:250px;
	background:#eeeeee;
	padding:15px;
	margin:15px 0px 15px 15px;
}

.InfoBox.Right
{
	float:right;
	margin:15px 0px 15px 15px;
}

.InfoBox.Left
{
	float:left;
	margin:15px 15px 15px 0px;
}

.PhotoLeft
{
	float:left;
	padding:10px 10px 10px 0;
}

.PhotoRight
{
	float:right;
	padding:10px 0 10px 10px;
}

.Exhibition
{
	/* for sidebar on front page of Octagon */
	font-size:8pt;
	color:#808080;
	letter-spacing:0;
	margin:3px;
}

.ShadedSidebarCell
{
	background-color:#eee;
	padding:15px;
	border-bottom:25px solid white;
}

.ShadedSidebarCell h2
{
	font-size:16px;
	line-height:18px;
	font-family:Georgia,Times;
	font-weight:normal;
	margin:6px 0;
}

.ShadedSidebarCell h3
{
	font-size:11px;
	line-height:13px;
	margin:12px 0 3px 0;
	color:black;
	border-bottom:1px dotted silver;
	border-top:none;
	padding-bottom:3px;
}

.ShadedSidebarCell p
{
	font-size:10px;
	line-height:13px;
}

.ShadedSidebarCell li
{
	font-size:10px;
	line-height:13px;
}

.ShadedSidebarCell p
{
	margin:8px 0;
}

.ShadedSidebarCell p.Note
{
	color:#555;
}

.Note
{
	color:#555;
	font-size:11px;
	line-height:13px;
}

#table1 td.ExhibitionLeft {
	height:130px;
}

#table1 td.heading {
	height:20px;
}

#table1 td.ExhibitionLeft
{
	padding:0 20px 0 0;
	vertical-align:top;
}

td.ExhibitionLeft img
{
	margin-bottom:30px;
}

span.Unavailable
{
	font-weight:bold;
	color:red;
}



/******************************************************************** CONTENT AREAS */

div#Main
{
	width:764px;
	padding-right:23px;
	background-color:white;
	background-image:url('../images/background.gif');
	background-repeat:repeat-y;
}

div#Masthead
{
	border-top:15px solid black;
}

div#Masthead img
{
}

img#MastheadImage
{
	position:absolute;
	right:0;
	top:15px;
}

div#MenuContainer
{
	clear:all;
}

div#ContentContainer
{
	width:625px;
	margin-left:70px;

}

table#MainTable
{
}

td#LeftCell
{
	padding-right:20px;
	border-right:1px dotted silver;
}

/******************************** Right sidebar */

td#RightCell
{
	width:171px;
	padding-left:20px;
}

td#RightCell h1
{
	font-size:17px;
	line-height:19px;
	margin-bottom:6px;
}

td#LeftCell h1
{
	font-size:17px;
	line-height:19px;
	margin-bottom:6px;
}

td#RightCell ul
{
	margin-left:15px;
	margin-top:0;
	margin-bottom:0;
}

td#RightCell li
{
	list-style:square;
	margin-top:3px;
	margin-bottom:0;
}

td#RightCell p
{
	margin-top:6px;
}

td#RightCell p.BulletLink
{
	margin-top:3px;
}





table.LogoTable
{
}

table.LogoTable td
{
	padding:20px 0 20px 0;
	border-bottom:1px solid #EAE9E2;
	vertical-align:top;
}

table.LogoTable td li
{
	font-size:10px;
	line-height:13px;
	color:#555;
}

table.LogoTable td p
{
	font-size:10px;
	line-height:13px;
	color:#555;
}

table.LogoTable td
{
	font-size:10px;
	line-height:13px;
	color:#555;
}

table.LogoTable td p
{
	margin-top:3px;
	margin-bottom:0;
}
	
table.LogoTable a.BulletLink
{
	background-position:2px 2px;
}



table.PhotoTable
{
}


table.PhotoTable td
{
	padding:0;
	margin:0;
	vertical-align:top;
}

table.PhotoTable td p
{
	font-size:10px;
	line-height:13px;
	color:#555;
}

table.PhotoTable td
{
	font-size:10px;
	line-height:13px;
	color:#555;
}

table.PhotoTable td p
{
	margin:3px 8px 6px 3px;
}

table.PhotoTable a
{
	color:blue;
}

table.PhotoTable a:hover
{
}






/** Alternate styles */

table.Alternate td#LeftCell
{
	border:none;
}

table.Alternate td#RightCell
{
}

table.Alternate table.LogoTable td
{
	background: #f9fafb;
	border-bottom: 15px solid white;
	padding: 0;
}

div.TextWrapper
{
	padding:10px;
}




/******************************** Footer */

div#Footer
{
	margin-top:20px;
	margin-bottom:0;
	padding-left:70px;
	border-bottom:60px solid black;
}

div#Footer p
{
	font-size:11px;
	margin-bottom:20px;
}




div.Illustration
{
	background-color:#4d4d4d;
	background-repeat:no-repeat;
	height:175px;
	color:white;
}

div.Illustration p
{
	padding-left:270px;
	padding-right:20px;
	color:white;
	margin:3px 0 0 0 ;
}

div.Illustration h1
{
	padding-left:270px;
	padding-right:20px;
	color:white;
	margin:3px 0 0 0 ;
}

div.Illustration h1
{
	padding-top:6px;
	font-size:17px;
	line-height:20px;
}

div.Illustration p
{
	font:12px/19px Georgia,'Times New Roman', Times, Serif;
}

div.Illustration a.BulletLink
{
	color:white;
	background-image:url(../images/dingbats/go.white.gif);
	font:10px/19px 'Lucida Grande','Lucida Sans Unicode',Arial,Helvetica,Geneva,Sans-serif; 
	font-weight:bold;
	background-position:0 5px;
}

div.Illustration a.BulletLink:hover
{
	background-image:url(../images/dingbats/go.white.gif);
	text-decoration:underline;
	
}


/***************************** Bullet links */


a.BulletLink
{
	display:inline-block;
	padding-left:15px;
	background-image:url(../images/dingbats/go.blue.gif);
	background-position:2px 4px;
	background-repeat:no-repeat;
}

a.BulletLinkSeparate
{
	display:block;
	background-image:url(../images/dingbats/go.blue.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding:2px 0px 3px 15px;
}

p.BulletLink
{
	display:block;
	background-image:url(../images/dingbats/go.blue.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding:2px 0px 3px 15px;
}

p.BulletLink
{
	padding-left:15px;
	background-position:0px 5px;
	margin-top:3px;
	margin-bottom:0;
}


a.BulletLinkSeparate:hover
{
}


a.BulletLink:hover
{
}

li.BulletLink
{
	list-style-image:url(../images/dingbats/go.blue.gif);
	margin-left:5px;
}

hr
{
	color:#EAE9E2;
	height:1px;
	margin-bottom:6px;
	margin-top:6px;
}

.Tight
{
	margin-top:0;
	}
	
.First
{
	margin-top:0;
	font-size:13px;
	line-height:20px;
}





/************************************ REDESIGN YOUR SCHOOL */

div.RedesignYourSchool
{
	width:712px;
	background:transparent url(../redesignyourschool/background.gif) repeat-y;
}


div.RedesignYourSchoolContent
{
	padding:10px 25px;	
}


div.RedesignYourSchool h1
{
	color:white;
	text-align:center;
	background:white url(../redesignyourschool/banner.gif) no-repeat 91px 0; 	
	margin:0;
	height:36px;
	padding:20px 0;
	font-weight:normal;
	letter-spacing:3px;
}

div.RedesignYourSchool h2
{
	color:#e52228;
}

table.WinnersTable
{
	width:680px;

}

table.WinnersTable td
{
	width:33%;
	vertical-align:top;
}

div.RedesignYourSchoolContent li
{
	list-style-image:url(../redesignyourschool/star.10.gif);
}