/* CSS Document */


body {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 0.9em;
	padding:0px;
	margin:0px;
	line-height:1.2em;
	color:#000000;
	width:900px;
	}
h1 {
margin-top:0;
padding-top:15px;
font-size:2.5em;

}
img {
padding:20px;
}
.smallcaps {
font-variant:small-caps;
}
.indent {
padding-left:20px;
}

#header {


text-align:center;
line-height:120%;
background-image:url(images/headimage.gif);
background-repeat:no-repeat;
background-position: 30px;
background-color:#a00;
color:#fff;
height:105px;
}
#headimg {
margin-left:50px;
float:left;
}
h4 {
font-size:0.9em;
font-stretch:condensed;
font-style:italic;
margin-left:200px;
}
h1 {
margin-left:200px;
}

/* CSS for flexible 2 columnn layout */
#container {
width: 100%;
  float: right;
  margin-left: -200px;
  color:#000000;
  
}
#leftcol {
position:relative;
margin-top:20px;
width:200px;
float:left;

padding-bottom:10px;
}
#rightcol {

margin-top:18px;
position: relative;
margin-left:250px;
margin-right:10px;
padding-bottom:10px;

color:#000000;
}
p.first:first-letter {
float: left;
font-size: 200%;
font-weight: bold;
color:#600;
font-family:Geneva, Arial, Helvetica, sans-serif;

margin-top:-0.15em;
}


.clearing {
height:0;
clear:both;
}
/* end 2 col css */
#footer {
border-top:1px solid gray;
position:relative;
left:0px;
right:25px;
padding-top:20px;
clear:both;
text-align:center;
color:#660000;
}

#copy {
position:relative;
margin-top:250px;
font-size:0.8em;
text-align:center;
}




img {
border:none;
}

/* navigation uberlink css*/

#navlist {
position: absolute;
left: 10px;
top: 20px;
width: 186px;
font-weight:bold;
}
#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .9em;
}
#navlist li {
margin: 0;
}
#navlist a {
display: block;
padding: 2px 2px 2px 30px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #ffd700;
background-image:  url(images/l1_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
color: #600;
text-decoration: none;

}

#navlist a:hover, #navlist a:active {
background-color: #600;
background-image:  url(images/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #ffd700;

}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #600;
background-image:  url(images/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #ffd700;

}


/*end navigation*/


#otherlogos {
position:relative;
font-size:0.9em;
text-align:center;
width: 250px;
float:right;

}




.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0000;
}
