@charset "UTF-8";
/* CSS Document */

/* Global */
* {
	margin: 0;
	padding: 0;
	}
html {
	overflow-y: scroll;
	}
body {
	font:14px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	letter-spacing: 0.025em;
	}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}

/* Structure */
#header {
	width: 960px;
	position: fixed;
	top: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	height: 209px;
	border-bottom: 1px solid #ccc;
	z-index: 1;
	}
* html #header {
	position: absolute;
	}
#sidebar {
	position: fixed;
	width: 320px;
	top: 236px;
	}
* html #sidebar {
	position: absolute;
	}
#content {
	margin-top: 236px;
	margin-right: 80px;
	float: right;
	width: 400px;
	}
	#content a {
		outline: 0;
		color: #000;
		text-decoration: none;
		border-bottom: 1px dotted #000 !important;
		}
		#content a:hover {
			color: #AEEEEE;
			border-bottom: 1px dotted #AEEEEE !important;
			}
#footer {
	width: 320px;
	text-align: right;
	font-size: 80%;
	font-weight: bold !important;
	padding-top: 21px;
	padding-bottom: 8px;
	clear: both;
	}

/* Styles */
img {
	border: 0px;
	}
ul {
	list-style:square;
	}
#navlist li {
	text-align: right;
	font-weight: bold !important;
	list-style: none;
	}
	#navlist li a {
		color: #000;
		text-decoration: none;
		}
		#navlist a:hover {
			color: #AEEEEE;
			}
li {
	list-style: square;
	margin-left:30px;
	}
#name {
	margin-top: 153px;
	margin-left: 150px;
	}
	#name a {
		border: 0px none;
		}
#mindmade {
	text-align: center;
	}
.signature {
	text-align: right;
	padding-right: 20px;
	}
.footnote {
	font-size: 80%;
	}
hr {
	margin-top: -4px;
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
	padding-bottom: 6px;
	}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:20px;
	}
.justpublishedlink {
	border-bottom: 1px dotted;
	font-weight: bold !important;
	text-align: center;
	}
.faded {
	display: none;
	}

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */

.Accordion {
	overflow: hidden;
	}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/

.AccordionPanel {
	margin: 0;
	padding: 0;
	}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */

.AccordionPanelTab {
	margin-bottom: 21px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #000;
	}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */

.AccordionPanelContent {
	margin-left: 1em;
	text-indent: 1.5em;
	overflow: auto;
	padding: 0px;
	height: 200px;
	}

.AccordionTranslatedBy {
	text-indent: 0 !important;
	}

.AccordionP1 {
	text-indent: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
}

.AccordionP2 {
	margin-top: 0;
	margin-bottom: 0;
}

.AccordionP3 {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.AccordionBlockquote {
	margin: 0 0 0 2.5em;
	text-indent: 0 !important;
}

.AccordionReviewSource {
	font-size: 85%;
	font-style: normal;
	color: #B8B8B8;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 9px;
	border-top: 1px solid #B8B8B8;
}
/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFF;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */

.AccordionPanelTabHover {
	color: #AEEEEE;
}

.AccordionPanelOpen .AccordionPanelTabHover {
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */

.AccordionFocused .AccordionPanelTab {
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}
.Accordion:focus {
	outline: none;
}

.reviewByLine {
	font-weight: normal;
	color: #ccc;
	}

/* Form */
form div {
	clear: left;
	}
form .text, form textarea {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	letter-spacing: 0.025em;
	float: left;
	border:1px solid #ccc;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: 95%;
	}
form textarea {
	width: 95%;
	margin-bottom: 0.5em;
	}
.inactive {
	color: #CCC;
	}
input:focus, textarea:focus {
	border: 1px solid #AEEEEE;
	color: #000;
	}
form .button {
	background-color: #bbb;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0.5em;
	border: 1px solid #D0D0D0;
	color: #fff;
	clear: both;
	float: left;
	}
form .button:hover {
	background-color: #AEEEEE;
	color: ##fff;
	border: 1px solid #AEEEEE;
	}