
body {
background-color : #6699cc;
background-image : url(http://condor.depaul.edu/~psichi/images/border.png);
background-repeat : repeat-y;
background-attachment : fixed;
background-position : center center;
}
#container {
background-color : transparent;
height : auto;
width : 800px;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : 100%;
font-family : Arial, Geneva, Helvetica, Lucida, Verdana, sans-serif;
margin-top : auto;
margin-right : auto;
margin-bottom : auto;
margin-left : auto;
padding-top : 0;
padding-right : 1%;
padding-bottom : 0;
padding-left : 1%;
}
#header {
background-image : url(http://condor.depaul.edu/~psichi/images/header.png);
background-repeat : no-repeat;
background-attachment : scroll;
background-position : center center;
height : 200px;
width : 800px;
}
#anchors {
float : right;
position : relative;
height : auto;
width : auto;
text-align : right;
}
#content {
height : auto;
width : auto;
}
#footer {
height : auto;
width : auto;
font-size : 66%;
text-align : center;
}
a {
text-decoration : underline;
}
a, caption, ol, p, td, tr, ul {
color : #000066;
}
hr {
color : #99cccc;
}
img {
border-style : none;
}
table {
border : 0;
width : auto;
}
td {
padding : 0;
}
ul {
list-style-type : none;
}
.circle {
list-style-type : circle;
}
.indent {
text-indent : 10px;
}
.subtitle {
font-size : 125%;
}
.title {
font-size : 150%;
text-align : center;
}
.navcontainer {
background-color : #6699cc;
font-size : 100%;
font-family : Arial, Geneva, Helvetica, Lucida, Verdana, sans-serif;
color : #ffffff;
text-align : center;
}
.navcontainer ul {
margin : 0;
padding-top : 1px;
padding-bottom : 1px;
}
.navcontainer ul li {
display : inline;
margin : 0px;
}
.navcontainer ul li a {
padding : 1px 3px 1px 3px;
text-decoration : none;
}
.navcontainer ul li a:hover {
background-color : #3366cc;
color : #99cccc;
}