.box {
 
}

a img, img a {border: none}



/**************************************************/
/************  page layout and general ************/
/**************************************************/

ul,ol { list-style:none }


body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px 0px 0px 0px;
	text-align: center;
	
}

/* contains the whole page */

.box {
	text-align: left;
	width: 640px;
	margin: 5px auto 10px auto;
	border: 1px solid #990000;
	background: url(column.gif) repeat-y;
}



/* contains the menu and content */

.main {
	background: url(column.gif) repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/**************************************************/
/************  header *****************************/
/**************************************************/


/* contains the header */

.header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(header-background.jpg) repeat-y;
	border: none;
}


.header img {
	display: block;
	border: 1px white solid;
	margin: 2px 10px 2px 2px;
	padding: 0px 0px 0px 0px;
	float: right;
	vertical-align: center;
}


.header img:hover {
	
	border: dotted 1px black;
}

.header h1 {
	font-size: 3.5em;
	line-height: 55px;
	font-weight: 300;
	color: #FFFFFF;
	display: inline;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	vertical-align: baseline;
}


/**************************************************/
/************  menu *******************************/
/**************************************************/	



/* contains the menu */

.menu {
	width: 170px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	float:left;
		}


.menu ul {
	margin: 0px;
	padding: 0px;
	text-indent: 0pt;
}


.menu ol {
	margin: 0px;
	padding: 0px;
	text-indent: 0pt;
	list-style-type: decimal;
	list-style-position: inside;
}


.menu li {
	line-height: 15px;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px #990000 solid;
	border-left-width: 0px;
	border-right-width: 0px;
	text-indent: 0pt;
}

.location {
	background-color: #EDD7D9;
}




/**************************************************/
/************  content ****************************/
/**************************************************/

/* contains the content */


.content {
	float: left;
	width: 430px; 
	padding: 0px 10px 0px 10px;
	margin: 10px 10px 0px 10px;
}	 



.content h2 {
	font-size: 1.8em;
	font-weight: 300;
	color: #990000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.content h2 a {

	text-decoration: underline;
}

.content h3 {
	font-size: 1.3em;
	font-weight: 200;
	color: #990000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}



.content ol {
	list-style-type: decimal;
	list-style position: outside;
	
}

.content ol li {
	margin-top: 20px;
}

.content ol img {
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.content img {
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.signature {
	font-weight: bold;
	color: #990000;
	margin-bottom: 20px;
	}

.equation_number {
	display: inline;
	float: right;
	}

.equation {
	display: inline;
	font-weight: bold;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	}

.links {
	Border-top: solid 1px #990000;
}
.content ul {
	
	margin-left: 20;
	padding-left: 0;
	list-style-image: url(bullet.gif);
	}

