html {
margin: 0px;
padding: 0px;
}

body {
font-family: verdana, arial, helvetica, sans-serif;
margin: 0px;
padding: 0px;
font-size: 90%;
}

#banner {
background-color: #fff;
}

#topBanner {
background-image: url('../images/accessbar.gif');
background-repeat: repeat-y;
height: 30px;
}

#homeicon {
position: absolute;
top: 5px;
left: 5px;
}

#mslogo {
float: right;
margin-right: 3px;
}

#ablogo {
background-image: url('../images/title_back.gif');
background-position: top right;
background-repeat: no-repeat;
height: 147px;
padding-top: 10px;
}

.clear {
clear: both;
}

#content {
padding-left: 8em;
padding-bottom: 3em;
padding-right: 5em;
line-height: 150%;
}

#content li {
margin: 1em;
}

a:link img, a:visited img {
border: 0;
}

#content ul {
	/*color: #000066;*/
	list-style-type: disc;
	list-style-image: url(../images/greenarrow.gif);
}

#styleChanger {
float: left;
margin-top: 7px;
}

#styleChanger ul{
list-style-type: none;
margin: 0;
margin-left: 30px;
}

#styleChanger ul li {
display: inline;
}

#styleChanger a:link, #styleChanger a:visited {
text-decoration: none;
font-weight: bold;
color: #fff;
background-color: #000;
padding: 3px;
}

#styleChanger a:active, #styleChanger a:focus, #styleChanger a:hover {
text-decoration: none;
font-weight: bold;
color: yellow;
background-color: #000;
padding: 2px;
border: solid 1px yellow
}
