* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5%/2em "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	background: url(../_images/allsite/bg.gif) no-repeat right;
	color: #666;
	min-width: 920px;
}

a { 
	color:#336699;
	text-decoration:none;	
	}
a:hover {
	text-decoration:underline;
	}
.quote a {
	text-decoration:underline;
	font-style:normal;
	}
.quote a:hover {
	text-decoration:none;
	}	
h1 {
	font: italic 2.4em "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #666666;
	margin: 1em 0;
}

h2 {
	font-size: 2em;
	margin: 1em 0;
}
h3 {
	font-size:1.6em;
	}
h3 + p {
	margin-top:5px;
	}
p, li {
	font-size: 1.4em;
}

h1, h2, p {
	margin: 1em 0;
}

#wrapper {
	width: 90em;
	margin: 0 auto;
}

/* HEADER */

#header {
	width: 900px;
	height: 114px;
	margin-right: auto;
	margin-left: auto;
}

#header ul li {
	display: inline;
	list-style: none;
}

.fltlft {
	float: left;
	margin-top: 20px;
}

.fltrt {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
}

/* GRAY STRIP: goes away in IE6 */

#branding {
	height: 250px;
	width: 100%;
	background: url(../_images/allsite/strip.png) !important;
	background: url(none);
	text-align: center;
}

/* FLASH HEADER */

#flash-header {
	width: 900px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
}
embed{
	display: inline;
}

/* CONTENT */

#content {
	width: 60em;
	margin-bottom: 3em;
	float: right;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#content li {
	margin-bottom: .5em;
	margin-left: 3em;
}

.quote {
	font-size: 1.4em;
	color: #336699;
	font-weight: bold;
	font-style: italic;
}

.attribute {
	margin-left: 5em;
	color: #336699;
	margin-top: -.5em;
	font-size: 1.2em;
}

div.figure {
  margin: 10px 0 10px 20px;
  text-align: center;
  float: right;
  font-size: small;
}

div.figure img {
	border:solid thick #ddd;
 	padding: 1px;
}

div.figure a:hover, div.figure a:active {
	text-decoration:none;
}

div.figure a:hover img {
	border-color: #bcd;
	text-decoration:none;
}
div.column {
	float:left;
	margin-right:80px;
	line-height:2.4em;
	}

 
/* NAV */

#mainNav {
	float: left;
	height: 300px;
	width: 232px;
	margin-top: 20px;
}

/* SUBNAV */

#subnav {
	list-style: none;
	color: #336699;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
	padding-bottom: 5px;	
}

/* FOOTER */

#footer {
	clear: both;
	border-top: 1px solid #dadada;
	font-size: 1.2em;
	height: 10em;
	padding-top: 3em;
	background:  url(../_images/allsite/footer-bg.jpg) repeat-x 0 top;
}

.footer-devider {
	font-size: 1.4em;
	padding-left: 10px;
	padding-right: 10px;
}

#footer ul {
	width: 900px;
	margin: auto;
}

#footer li {
	display: inline;
	font-size: 1em;
}

