/* CSS Document */

html, body {
height: 100%;
}

body {
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: #009999;
font-family: trebuchet ms, helvetica, arial, sans-serif;
font-size: medium;
color: #666666;
}

#container {
width: 760px;
min-height: 100%;
position: relative;
left: 50%;
margin-left: -380px;
background-image: url('bg.png');
background-repeat: repeat-y;
background-position: center;
}

#header {
height: 200px;
width: 760px;
position: relative;
left: 50%;
margin-left: -380px;
top: 0px;
}

#nav {
height: 80px;
width: 760px;
position: relative;
left: 50%;
margin-left: -380px;
background-image: url('navbar.png');
}

#nav table {
position: relative;
left: 50%;
margin: 0px;
padding: 0px 4px 0px 4px;
z-index: 1;
width: 356px;
height: 40px;
}

#bodytext {
width: 680px;
position: relative;
left: 50%;
margin-left: -340px;
margin-top: 32px;
padding-bottom: 25px;
font-family: trebuchet ms, helvetica, arial, sans-serif;
font-size: medium;
color: #000000;
}

.title{
color: #33cc33;
font-family: trebuchet ms, helvetica, arial, sans-serif;
font-weight: bold;
font-size: 48px
}

.subtitle{
color: #ff9900;
font-family: trebuchet ms, helvetica, arial, sans-serif;
font-size: large
}

.bodyemphasis{
color: #000000;
font-family: trebuchet ms, helvetica, arial, sans-serif;
font-size: medium;
font-weight: bold
}

.heading{
color: #3399ff;
font-family: trebuchet ms, helvetica, arial, sans-serif;
font-weight: bold;
font-size: xx-large
}

a:link{
text-decoration: none;
color: #3399ff;
}

a:active{
text-decoration: none;
color: #3399ff;
}

a:visited{
text-decoration: none;
color: #3399ff;
}

a:hover{
text-decoration: underline;
color: #3399ff;
}

ul {
list-style-image: url(../classes/Spring 2009/Interface Design/images/bullet.png);
clear: left;
}

li {
margin-top: 15px;
}

.anchortable {
height: 22px;
color: #ffffff;
border: 0px;
background-repeat: no-repeat;
position: relative;
top: 3px;
}

.anchortable td {
width: 20px;
background-repeat: no-repeat;
padding: 0px 6px 0px 0px;
text-align: center;
font-size: 12px;
}

.anchortable a:link {
text-decoration: none;
color: #ffffff;
}

.anchortable a:active {
text-decoration: none;
color: #ffffff;
}

.anchortable a:visited {
text-decoration: none;
color: #ffffff;
}

.anchortable a:hover {
text-decoration: none;
color: #ffffff;
}

/* CSS Document */