body {
margin: 0px;
}


/* ********* HOME PAGE SPECIFIC ******** */

body.homeBody{
    background: url(http://education.med.nyu.edu/mbm/proteomics/images/gradient.gif) repeat-x;
    background-color: #B72C2E;

}

#homeWrapper {
	background: url(http://education.med.nyu.edu/mbm/proteomicsimages/gradient.gif) repeat-x;
    
}

#head {
    background-color: #F7C740;
	margin-left: auto;
	margin-right: auto;
    padding-top: 20px;
    width: 930px;
    height: 50px;;
	font-family:   Ariel, Verdana, Helvetica,  sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #800000;
    text-align: center;
    text-decoration: none;
}

#homeContent {
    background: #ffffff;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 40px;
	width: 870px;
	height: auto;
    padding: 30px;
	font-family:   Ariel, Verdana, Helvetica,  sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #800000;
    text-decoration: none;
}

#homeContent #toMakeFullLengthBackground {
    float: left;
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 50px;
}

	
#homeContent h1 {
    font-size: 20px;
    color: #800000;
}
#homeContent a {
    font-size: 14px;
    color: #e0582D;
    text-decoration: none;
}

#homeContent a:hover {
    font-size: 14px;
    color: #800000;
    text-decoration: underline;
}

/* ********* END HOME PAGE SPECIFIC ******** */

p.topSpace {
    margin-top: 40px;
}

img {
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid #800000 1px;
   
}

img.number {
    border: none;
    margin-bottom: 0px;
    position: relative;
    top: 3px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.centerNoBorder {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

img.left {
    float: left;
    margin-right: 10px;
}

img.leftNoBorder {
    float: left;
    margin-right: 10px;
    border: none;
}

img.right {
    float: right;
    margin-left: 10px;
}

img.rightNoBorder {
    float: right;
    margin-left: 10px;
    border: none;
}

.imageCaption {
    font-size: 14px;
    color: #000066;
}


h1 {
	font-size: 18px;
	font-weight:bold;
	color: #800000;
	text-decoration: none;
	text-align: center;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color: #800000;
	text-decoration: none;
	text-align: left;
}



ul.none {
	list-style-type: none;
    margin-top: 10px;
}

	ul li {
		font-size: 14px;
		color: #800000; 
	}
    
ul.disc {
	list-style-type: disc;
    margin-top: 10px;
}

	ul.disc li {
		font-size: 14px;
		color: #800000; 
	}
    
.preformatted {
    font-family: monospace;
    white-space: pre;
    margin-top: 0px;
    margin-bottom: 10px;
}

