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;
}

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

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


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


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

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;
}



ul {
	list-style-type: disc;
    margin-top: 30px;
}

	ul li {
		font-size: 12px;
		line-height: 18px;
		color: #800000; 
	}
    
.textForQuizURL {
    font-size: 15px;
    color: #e0582D;
    text-decoration: none;
}
	
