/* BASE */
*
	{
	margin:0;
	padding:0;
	}
* body
	{
	background:#ff9933 url(images/body_background.png) repeat-x;
	color:#222222;
	font-family:"Trebuchet MS",Arial,Sans-Serif;
	font-size:1em;
	text-align:center;
	}
div
	{
	border:0.1em solid transparent;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	text-align:left;
	}
/* DIV DIMENSIONS*/
#header,
#teaser,
#subnav,
#content,
#footer
	{
	background-color:#ffffff;
	width:80%;
	padding-left:3%;
	padding-right:3%;
	padding-top:1%;
	padding-bottom:1%;
	}
#header
	{
	min-height:2.5em;
	}
#subnav
	{
	min-height:2em;
	}
#footer
	{
	margin-bottom:2em;
	}
.clear
	{
	clear:both;
	}
/* HEADER AND SUBNAV MENUS */
ul#headermenu,
ul#subnavmenu
	{
	list-style:none;
	}
ul#headermenu
	{
	float:right;
	}
#headermenu li,
#subnavmenu li
	{
	display:inline;
	}
#headermenu li a:before,
#subnavmenu li a:before
	{
	content:"[ ";
	}
#headermenu li a:after,
#subnavmenu li a:after
	{
	content:" ]";
	}
#headermenu a,
#subnavmenu a
	{
	border-bottom:0.2em solid transparent;
	display:block;
	float:left;
	font-size:0.8em;
	margin-right:1em;
	padding:0.5em;
	text-decoration:none;
	}
#headermenu a:hover,
#subnavmenu a:hover
	{
	border-bottom:0.2em solid #cccccc;
	}
#headermenu .active a,
#subnavmenu .active a
	{
	border-bottom:0.2em solid #990000;
	}
/* DIV FOOTER */
#footer p
	{
	color:#333333;
	font-size:0.8em;
	margin-top:1em;
	margin-bottom:1em;
	}
/* BLOCK LEVEL MARKUP */
h1,h2,h3,h4,h5
	{
	}
h1 a, h2 a, h3 a, h4 a,h5 a
	{
	text-decoration:none;
	}
h1
	{
	float:left;
	font-size:2em;
	font-weight:normal;
	}
h2
	{
	font-size:1.5em;
	font-weight:normal;
	margin-top:0.5em;
	margin-bottom:0.5em;
	}
h3
	{
	font-size:1.4em;
	font-weight:normal;
	margin-top:2em;
	margin-bottom:1em;
	}
h4
	{
	font-size:1.2em;
	font-weight:normal;
	margin-top:2em;
	margin-bottom:1em;
	}
h5
	{
	font-size:1em;
	font-weight:normal;
	margin-top:2em;
	margin-bottom:1em;
	}
p,li
	{
	font-size:0.9em;
	line-height:1.5em;
	}
p
	{
	margin:0 0 1em 0;
	}
li
	{
	margin-bottom:0.5em;
	margin-left:1em;
	}
img
	{
	border:0;
	}
/* INLINE MARKUP */
em
	{
	}
strong
	{
	}
a
	{
	color:#ee7722;
	text-decoration:none;
	}
a:hover,
a:focus
	{
	background-color:#ee7722;
	color:#ffffff;
	}
.it
	{
	font-style:italic;
	}
/* COLORS */
.red
	{
	color:#9D2900;
	}
/* TABLES */
table 
	{
	border-collapse:collapse;
	}
table.outline1pgrey, 
table.outline1pgrey th,
table.outline1pgrey tr,
table.outline1pgrey td 
	{
	border:0.1em solid #f0f0f0;
	}
/* SEMANTIC */
p.quote 
	{
	font-style:italic;
	margin-bottom:0.5em;
	}
p.quoteauthor 
	{
	}
