/* pyramid */

#nav {
	margin: 0;
	height: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
     
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-weight: 300;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url(pyramid.gif) no-repeat bottom center;
}

body {
	margin: 0px;
	background-image: url(../images/back3.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
#header {
	background-image: url(../images/2_01.jpg);
	background-repeat: no-repeat;
	height: 99px;
}
#wrapper {
	margin: auto;
	width: 800px;
}
#title {
	height: 21px;
	padding-top: 20px;
	padding-left: 5px;
}
#sidebar {
	background-image: url(../images/grade.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 400px;
	float: left;
	padding: 15px;
}
#content {
	float: left;
	width: 565px;
	padding: 15px;
}
#footer {
	clear: both;
	text-align: center;
	padding: 15px;
	border-top: solid #666 .1em;
	font-size:9px; 
	font-weight:500; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align:center; 
}

#shadow {
	height: 8px;
	background-repeat: repeat-x;
	background-image: url(../images/shadow.jpg);
}
.clearleft{ 
border: solid #ccc .0em;
float:left;
padding: 8px;
margin:10px;
}
.clearright{ 
border: solid #ccc .0em;
float:right;
padding:8px;
}
h1 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #333333;
}
.quote {
	background-color: #FFFFCC;
	border-top: solid #666 .1em;
	border-bottom: solid #666 .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 8px 0px 8px;
}
/* .dropcap {
	float:left;
	color:#D4D4C7;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
} */
.disclaimer {
	font-size:10px;
}
