#nav 
{
	margin-top: 25px;
	padding: 10px;
	line-height: 1.8;
	font-size: 1.1em;
	text-align: left
	}
#content {
	margin: 2.5em;
	padding: 0px;
	text-align:justify;
	
	}
#header {color: #aa1111;margin: 15px 0px  10px 30px;  text-align:left;}
#footer {color: #aa1111; margin: 15px 0px  10px 30px; text-align:right;}
.main {background-color: white;}
#InstitutionName{font-size:1.2em;}

body {
	margin: 0px;
	padding:10px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: Black;
	/*background-color: white; */
	background-color: white;
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center

	}
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}

.wide1 
{
	line-height: 1.5;
}
		
/*typography*/
a {
	font-weight: 600;
	color: #990000;
	text-decoration: none;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	}
.container {
BORDER-RIGHT: #990000 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #990000 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: #990000 1px solid; WIDTH: 760px; PADDING-TOP: 10px; BORDER-BOTTOM: #990000 1px solid; align: center
}
h1 
{
	font-family: "Book Antiqua",Georgia, "Times New Roman", serif;
	font-size: 3.0em;
	font-weight: 600;
	margin-top: 0em;
	letter-spacing: 2px;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}


