body {
    margin: 0px;
    background: url(http://education.med.nyu.edu/mbm/carbohydrates/images/gradient.gif) repeat-x;
    background-color: #B72C2E;
}

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

#questionNumberContainer {
    width: 900px; 
	margin-left: auto;
	margin-right: auto;
    border-top: none;
	background-color: #d0b000;
}

#goToDescription {

    width: 880px; 
	margin-left: auto;
	margin-right: auto;
    padding: 10px;
    border-top: none;
	background-color: #d0b000;
    color: #800000;
}

#goToContent {
    float: left;
    background-color: #000066;
    margin-bottom: 20px;
	padding: 0px;
	width: 900px;
    min-height: 500px;
	height: auto;
	font-family:   Ariel, Verdana, Helvetica,  sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #800000;
    text-decoration: none;
}

#goToButtons {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #000066;
    position: relative;
    top: 145px;
}

input#goToButton{
    background-color: #800000;
    border: solid 2px #ffffff;
    font-family:   Ariel, Verdana, Helvetica,  sans-serif;
	font-size: 20px;
    width: 60px;
    height: 55px;
    margin-bottom: 5px;
	font-weight: normal;
    color: #ffffff;
    
}

input#goToButton:hover {
    background-color: #ffffff;
    color: #800000;
       
}

#questionNumber {
    float: left;
    background-color: #d0b000;
	margin-left: auto;
	margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 445px;
    height: auto;
	font-family:   Ariel, Verdana, Helvetica,  sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #800000;
    text-align: left;
    text-decoration: none;
}

#answerNumber {
    float: right;
    background-color: #d0b000;
    margin-left: auto;
	margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 445px;
    height: auto;
	font-family:   Ariel, Verdana, Helvetica,  sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #800000;
    text-align: left;
    text-decoration: none;
}


#contentWrapper {
    margin-left: auto;
	margin-right: auto;
    width: 900px;
    height: auto;
}

#content {
    float: left;
    background-color: #FFFFFF;
    margin-bottom: 20px;
	padding: 0px;
	width: 900px;
    min-height: 500px;
	height: auto;
	font-family:   Ariel, Verdana, Helvetica,  sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #800000;
    text-decoration: none;
}
	
#content h1 {
    font-size: 20px;
    color: #800000;
}



#container2 {

    float: left;
    width: 900px;
    background: #fffed6;
    position: relative;
    right: 0px;
    overflow: hidden;
}

#container1 {

    float: left;
    width: 900px;
    min-height: 500px;
    background: #fffdb7;
    position: relative;
    right: 450px;   
}

#col1 {
    float: left;
    width: 420px;
    min-height: 500px;
    position: relative;
    left: 450px;
    padding: 5px;
    overflow: hidden;
    
}

#col2 {
    float: left;
    width: 420px;
    position: relative;
    left: 470px;
    padding: 5px;
    overflow: hidden;;
    color: #000066;
    
}

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


h2 {

    font-size: 18px;
}

h2.center {
    text-align: center;
}

h3 {
    font-size: 15px;
    font-weight: normal;
    color: #FF0000;
}

h4 {
    font-size: 17px;
    font-weight: bold;
}

h4.left {
    text-align: left;
}

.clickImage {
	font-size: 13px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}

ul {
	list-style-type: disc;
}

	ul li {
		font-size: 14px;
		line-height: 18px;
		color: #800000; 
	}
    
.imageCaption {
    font-size: 12px;
    color: #000066;
}
    
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;
}

p.spacer {
    height: 10px;
}

input#seeAnswer {
    background-color: #800000;
    font-family:   Ariel, Verdana, Helvetica,  sans-serif;
	font-size: 15px;
	font-weight: normal;
    color: #ffffff;
    
}

input#seeAnswer:hover {
    background-color: #ffffff;
    color: #800000;
}

input#chooseAnswer {
    background-color: #800000;
    font-family:   Ariel, Verdana, Helvetica,  sans-serif;
	font-size: 17px;
    width: 40px;;
    height: 35px;
	font-weight: normal;
    color: #ffffff;
}

input#chooseAnswer:hover {
    background-color: #ffffff;
    color: #800000;
    
}

p.click {
    text-align: center;
}

p.question {
    color: #000066;
}


ol {

}

ol li {
    margin-bottom: 10px;
}

ol ul li {
    margin-bottom: 3px;
}

.links2 {
	font-family: arial;
	color:#FF9900;
	font-size:15px;
	text-decoration: none ;
	font-weight: bold;
}

.links2:hover {
	color:#FF0000;
	text-decoration: none;
}

.links3 {
	font-family: arial;
	color: #00AA00;
	font-size: 15px;
	text-decoration:none;
	font-weight:bold;
}

.links3:hover {
	color: #FF0000;
	text-decoration: none;
}


.links4 {
	font-family: arial;
	color: #000000;
	font-size: 18px;
	text-decoration:none;
	font-weight:bold;
}


.links4:hover {
	color: #FF0000;
	text-decoration:underline;
}

hr {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

table#question {

}

    table#question td.choice {
        width: 50px;
        padding-left: 10px;
        color: #000066;
    }
    
table#questionLong {

}

    table#questionLong td.choice {
        width: 350px;
        padding-left: 10px;
        color: #000066;
    }
    
table#question4 {

}

    table#question4 td {
        width: 120px;
        padding-left: 10px;
        text-align: center;
        color: #000066;

    }

    


