/* CSS Document */


/* Layout */
html {
overflow: -moz-scrollbars-vertical;
}

body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
}

#container {
text-align: center;
width:770px;
background-color:#FFFFFF;
margin: 0 auto;
}

#top {
width:770px;
height:100px;
text-align: left;
background-image:url(artwork/top_final.jpg);
}

#bottom {
width:770px;
padding-top: 10px;
border-top: 1px solid #9FB1BC;
text-align: center;
}

#middle {
height:auto;
background-color:#FFFFFF;
text-align:left;
padding: 10px; 
}

#navbar {
        width: 770px;
        margin: 10px 0 10px 0;
        background: #FFFFFF;
}

/* Pyramid */

#navPyra {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
        color: #000000;
        background:url(artwork/pyramid.gif) no-repeat bottom center;
}

/* Positioning */
.floatleft { 
	float: left;
}

.floatright { 
	float: right;
}

.floatmiddle { 
	float:none;
}

#spacerwhite {
width:auto;
height:5px;
background-color:#FFFFFF;
}

/* Tables */

td.photo {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: middle;
	text-align: center;
}

/* Hyperlinks */
a {
	color:#3366CC;
	text-decoration: underline;
}

a:link {
	color:#3366CC;
	text-decoration: underline;
}

a:hover {
	color:#3366CC;
	text-decoration: underline;
}

/* Text */

.info {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFA031;
}

.copyright {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
}



