body {
background-color: white;
margin: 0;
}img {vertical-align: middle;border: none;}p {}font {font-family: Times, "Times New Roman", serif;
}div {text-align: left;}strong {
font-weight: bold;font-size: 110%;}ul {line-height: 200%;
}li {
text-align: left;
}a:link {color: #a09ae3;
font-weight: bold;text-decoration: underline;
}a:visited {
color: #a09ae3;
font-weight: bold;
text-decoration: line-through;}a.hover {}a.active {}

a.footer {
color: blue;
font-weight: normal;
}

#header {
background-color: white;
text-align: center;
}

#content {
position: relative;
width: 100%;
overflow: hidden;
}

* html #content	{
float: left;
}
	
/* Start Mac IE5 filter \*/
#navbar, #main-text {
padding-bottom: 10000px;
margin-bottom: -10000px;
}

#navbar {
position: relative;
float: left;
width: 18%;
color: white;
border-top: 10px #9f7ebf solid;
background: #c3c0fb url(Graphics/slate_grey.jpg) repeat;
padding-top: 2em;
text-align: center; }

* > #navbar	{
position: relative;
z-index: 1000;
}
	
#main-text {
position: relative;
float: left;
width: 60%;
color: #4e4875;
background-color: white;background-image: url(Graphics/Slate-small.jpg);
background-repeat: repeat-y;
background-position: top right;
border-top: 10px #9f7ebf solid;
padding-left: 2em;padding-right: 180px;font-style: italic;}

* > #main-text {
position: relative;
z-index: 1000;
}

#footer {
width: 99%;
background-color: white;
border-top: 1px #000000 solid;
text-align: center;
font-size: smaller;}
