
body,
html {
  	margin: 0;
	padding: 0;
    height:100%; /* needed for container min-height */
	background-image:url(mainbckgrd.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b3a3a;
    }

#specialcolor {
color: #8b5a2b;
font-weight: bold;
}

.specialbackgrd {
background-image:url(bckgrd.jpg);
height: 900px;
}

#container {
	margin:0 auto; /* center, not in IE5 */
	width:764px;
	background-image:url(bckgrd.jpg);
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
   	width:764px;
    }
	
#indexheader {
   	width:764px;
	padding-top: 85px;
    }

#menu {
    float:left;
    width:200px;
	margin-left: 10px;
	padding-top: 10px;
	
	   }

#content {
    float:right;
    width:520px;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 14px;
	margin-left: -20px;
	line-height: 1.75em;
	
    }
	
	
	#content a:link {
	text-decoration: none;
	color:#cd5555;
	background-color:#eedfcc;
	}
	
	#content a:visited {
	text-decoration: none;
	color:#cd5555;
	background-color:#eedfcc;
	}
	
	#content a:hover {
	text-decoration: none;
	color:#eedfcc;
	background-color:#cd5555;
	}
	
	#indexcontainer {
	width: 400px;
	}
	
	#indexcontainer a:link {
	text-decoration: none;
	color:#cd5555;
	background-color:#eedfcc;
	}
	
	#indexcontainer a:visited {
	text-decoration: none;
	color:#cd5555;
	background-color:#eedfcc;
	}
	
	#indexcontainer a:hover {
	text-decoration: none;
	color:#eedfcc;
	background-color:#cd5555;
	}
	
	
	
	#indexleft {
    float:left;
    width:200px;
	
	   }

#indexright {
    float:right;
    width:200px;

    }

#benshudesign a:link {
	color: #cd853f;
	font-size: 11px;
	}
	
	#benshudesign a:visited {
	color: #cd853f;
	font-size: 11px;
	}
	
	#benshudesign a:hover {
	color:#cd5555;
	font-size: 11px;
	}

#indextext {
width: 500px;
padding: 10px;
line-height: 1.5em;
}

.keywordsindex {
font-size: 8px;
color: #E3D8C2;
padding-left: 10px;
padding-right: 10px;
}

#footer {
	width:764px;
	background-image:url(bckgrd.jpg);
	margin:0 auto; /* center, not in IE5 */
	font-size: 10px;
	clear:both;
}

#updated {
margin-left: 10px;
}

#date {
margin-right: 20px;
font-size: 11px;
}

#flags {
margin-left: 10px;
}


input.btn{
   color:#cd5555;
   font-family:'trebuchet ms',helvetica,sans-serif;
   background-color:#eedfcc;
   border:1px solid;
   border: 1px solid #cd5555;
   }
   
input.btnhov{
 background-color:#cd5555;
 color: #eedfcc;
   }
   
 .courstitle {
 font-weight: bold;
 font-size: 12px;
 border-bottom: 1px solid #cd5555;
 }
 
 .italicsnote {
 font-style: italic;
 }  

