* {
padding:0;
margin:0;
}

html { 
height:101%; 
margin-bottom:1px; 
}
body {
	background-color: #FFFFFF;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
}
#container {
width:960px;
margin:10px auto;
}
#nav {
float:right;
}
#topnav {
margin:69px 0 10px 0;
}
#topnav li {
display:inline;
list-style-type:none;
margin-left:30px;
font-size:.8em;
}
#topnav a {
text-decoration:none;
color:#333333;
}
#topnav a:hover {
text-decoration:none;
color:#F08221;
}
#maincontent a {
text-decoration:underline;
color:#666666;
}
#maincontent a:hover {
text-decoration:underline;
color:#F08221;
}

#footer {
margin:15px 0 0 0;
}
p {
margin: 15px;
}
p.noside {
margin: 15px 0;
}
p.nosidenobottom {
margin: 15px 0 0 0;
}
h1 {
margin:15px;
color:#333333;
font-size:1.5em; letter-spacing:-.05em; font-weight:normal;
}
.color1 {
background-color:#DADADA;
}
.color2 {
background-color:#F2F2F2;
}
.color3 {
background-color:#E5E5E5;
}
.numbers {
color:#EC6C23;
font-size:250%;
}
.title {
color:#666666;
font-size:200%;
}
.title2 {
font-size:1.2em;
font-weight: bold;
}
sup {
vertical-align: text-top;
font-size: 80%;
}
.orangeHL {
background-color:#FDE199;
font-weight:bold;
padding:0 2px;
}
.bullets {
margin-left:35px;
}
.bullets li {
margin: 3px;
}
.info {
margin:15px 22px 15px 15px;
}
.info2 {
margin:15px 15px 15px 22px;
}

.floatleft {
float:left;
}
.floatrightI {
float:right;
margin: 0 0 5px 8px;
}

a {
color:#EC6C23;
text-decoration:none;
}
a:hover {
color:#666666;
text-decoration:none;
}
.orange, .orange a {
color:#EC6C23 !important;
}
.clr {
clear:both;
}
.orangebar {
background-image:url(graphics/orangebar.jpg);
background-repeat:repeat-y;
clear:both;
color:#FFFFFF;
margin:5px 0 2px 0;
}
.floatright {
float:right;
}
.floatleft {
float:left;
}

/* SLIDESHOW CSS */
	
	#slideshow {
    position:relative;
    height:265px;
	margin-top:25px;
	margin-left:560px;

}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
		
	/* END SLIDESHOW CSS */	


