/* @override http://lw.fingermouse.org/include/lw_style.css */

/* @group Page Setup */
body {
	background: black url(/images/2011/bg_body.jpg) repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
}
#container {
	position: relative;
	width: 900px;
	margin: 10px auto;
	background: white url(/images/2011/bg_content.gif) repeat-x left top;	
}
#header {
	height: 69px;
	overflow: visible;
}
#navbar {
	position: relative;
	float: left;
	width: 155px;
	border-right: 1px solid #669acc;
	padding: 115px 0 20px 5px;
	line-height: 1.6em;
	font-size: 0.85em;
}
#content {
	position: relative;
	float: right;
	width: 710px;
	padding: 40px 15px 15px 10px;
}
#breadcrumbs {
	text-align: center;
	margin: 0 auto;
	font-size: 0.7em;
	color: #666;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
}
#footer {
	clear: both;
	font-size: 0.7em;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #669acc;
	margin-top: 10px;
}
/* @end */

/* @group Interface Graphics */
#header #logotype {
	position: absolute;
	top: 0;
	right: 0;
}
#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 191px;
}
/* @end */

p, 
td, 
li { 
	letter-spacing: 0.05em;
	line-height: 1.5em;
	color: #333333;
	margin: 0 0 15px 0;
	font-size: 0.9em;
}
li p {
	margin: 0 0 -10px 0;
}
.quote {
	font-style: italic;
	color: #f90;
	font-weight: bold;
}
.subheadingLarge, 
.subheadingMedium, 
.subheadingSmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing: 0.05em;
	font-weight: normal;
}
h1 .subheadingLarge, 
h2 .subheadingLarge, 
h3 .subheadingLarge {
	font-size: 0.9em;
}
h1 .subheadingMedium,
h2 .subheadingMedium, 
h3 .subheadingMedium {
	font-size: 0.8em;
}
h1 .subheadingSmall, 
h2 .subheadingSmall, 
h3 .subheadingSmall {
	font-size: 0.7em;
}
p.subheadingLarge {
	font-size: 1.4em;
}
p.subheadingMedium {
	font-size: 1.2em;
}
p.subheadingSmall {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #6699CC; 
	letter-spacing: 0.05em;
	margin: 0 0 5px 0;
	line-height: 1.1em;
}
h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }

#blue {  color: #6699CC}
#blue a {  color: #6699CC}
#orange {  color: #FF9900}
#orange a {  color: #FF9900}
#black { color: #000000}
#black a { color: #000000}
#lighter { color: #CCCCCC}
#lighter a { color: #CCCCCC}
#pale { color: #F1EFE2}
#pale a { color: #F1EFE2}

a { 
	color: #6699CC; 
	text-decoration: underline;
}
a:hover { 
	color: #FF9900; 
	text-decoration: underline;
}
ul {
	margin: 20px 0;
}
.tableheader {
	background-color: #FF9900;
	font-weight: bold;
	color: #FFFFFF;
}
.lined {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.lined td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.row1 {
	background-color: #FFFFFF;
}
.row2 {
	background-color: #FFFFCC;
}
.row3 {
	background-color: #99CCFF;
}
.bordered {
	border: 1px solid #666666;
}
dt {
	padding: 10px 0 5px 6px;
	margin: 0;
}
dt a { 
	color: #333;
}
dd {
	padding: 0 0 3px 15px;
	margin: 0;
	background: transparent url(/images/icons/bullet_tiny.gif) no-repeat 0 6px;
}

