/* Misc CSS*/

/*Font and link styes*/
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 160%;
	margin: 0;
	background-color: #f4f3e9;
	background-repeat: repeat;
	background-image: url(/mercerian/images/background.jpg);
}

/*Removes browser default margin and padding*/

* {
margin: 0;
padding: 0;
}

h1 {
font-size: 140%;
line-height: 150%;
font-family: Arial, Helvetica, sans-serif;
color: #b20f00;
font-weight: bold;
margin : 15px 0px 0px 0px;
padding: 20px 0px 10px 0px;
}

h2 {
font-size: 120%;
line-height: 120%;
font-family: Arial, Helvetica, sans-serif;
color:#002740 ; 
font-weight: bold;
margin: 10px 0px 10px 0px;
}

h3 {
font-size: 105%;
line-height: 115%;
font-family: Arial, Helvetica, sans-serif;
color: #b20f00; 
font-weight: bold;
margin: 20px 0px 10px 0px; 
}

h4{
font-size: 130%;
line-height: 140%;
font-family: Arial, Helvetica, sans-serif;
color: #002740;
font-weight: bold;
margin: 20px 0px 10px 0px; 
}

h5 {
font-size: 100%;
line-height: 100%;
font-family: Arial, Helvetica, sans-serif;
color: #55657d;
font-weight: bold;
margin: 20px 0px 10px 0px; 
}

h6 {
font-size: 100%;
line-height: 100%;
font-family: Arial, Helvetica, sans-serif;
color: #5d0a1c;
font-weight: bold;
margin: 20px 0px 10px 0px; 
}

strong { font-weight: bold; }
bold { font-weight: bold; }

em { font-style: italic; }
i { font-style: italic; }

abbr { font-style: normal; text-decoration: none; }
acronym { font-style: normal; text-decoration: none; }

OL li { list-style-position: outside;
color : #000; 
padding:0px 0px 5px 0px;
margin:0px 0px 0px 20px; }

UL li {
color : #000; 
list-style-type: square;
list-style-position: outside;
padding: 10px 10px 0px 0px;
margin: 0px 40px 0px 40px;
}

/* Structure  */

#container{
	margin: 0 auto 0 auto;
	width: 800px;
	background-color: #000;	

}


/* University branding */

#branding {
width:100%;
background-color:#eb7420;
}
	
/* main content */

#content {
margin: 0px 0px 0px 0px;
font-size: 115%;
line-height: 130%;
color: #000;
padding: 0px;
}

#content p{
margin: 0px 0px 0px 0px;
}

#content a:link{ 
color: #f5881a; 
text-decoration: underline;
border-bottom: 1px solid #ddd;
}

/*Main navigation*/


#mainnav {
width: 143px;
float: left;
margin: 0px 0px 0px 0px;
 }
 
 .table {
	background-color:#faedbf;
 }
 
 .table h2 {
	padding: 10px 20px 0px 20px;
}
 
.table p {
	padding: 10px 20px 10px 20px;
}
 

/* Footer information */

#footer {
	clear: both;
	margin: 0 auto 0 auto;
}


