body {
	background-color: white;
	color: black;
	font-family: 'Verdana', sans-serif;
	/* Internet Explorer hack */
	text-align: center;
}

/* Internet Explorer hack */
body * {
	text-align: left;
}

a img {
	border: 0;
}

fieldset, form {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
}

ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#heading, #navigation, #content, #footer {
	width: 780px;
	margin: 0 auto;
	clear: both;
}

#heading {
	height: 50px;
	color: white;
	background-image: url('/images/layout/clean/header_bg.gif');
	padding: 0;
}

#navigation {
	font-size: 1px;
	background: black url('/images/layout/clean/nav_bg.gif') repeat-x bottom;
}

#navigation a {
	padding: 0 8px;
	text-decoration: none;
	color: white;
	font-family: 'Trebuchet MS', 'Luxi Sans', 'Verdana', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap; /* Prevent individual words in a link from wrapping to the next line; wrap whole link instead */
}

#navigation a:hover {
	background-color: #444;
}

#content {
	font-size: 8pt;
}

#content h1 {
	font-size: 16pt;
	font-family: 'Trebuchet MS', 'Luxi Sans', sans-serif;
	font-weight: normal;
	color: #800;
	margin: 10px 0 0 0;
	/*padding: 0 0 1px 0;
	background: url('/images/layout/clean/border_1px_ccc.gif') repeat-x bottom;*/
	border-bottom: 1px dotted #ccc;
}

#content h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 10pt;
	background-color: #eed;
	border-bottom: 1px solid #ddc;
	/*background-color: #eee;
	border-bottom: 1px solid #ddd;*/
}

#content h3, #content h4 {
	margin: 10px 0 0 0;
	padding: 0;
}

#content p {
	margin: 10px 0 0 0;
}

#content ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content a:link, #content a:visited, #footer a {
	text-decoration: none;
	padding: 0 0 1px 0;
	background: url('/images/layout/clean/border_1px_ccc.gif') repeat-x bottom;
	color: #025;
}

#content a:link:hover, #content a:visited:hover, #footer a:hover {
	background: url('/images/layout/clean/border_1px_aaa.gif') repeat-x bottom #eee;
}

#breadcrumb {
	font-size: 8pt;
	margin-top: 5px;
	background-color: #f6f6f6;
	border: 1px solid #e6e6e6;
	padding: 1px;
}

#breadcrumb a {
	font-weight: bold;
}

#main-content #breadcrumb {
	margin-top: 10px;	
}

#main-content {
	float: left;
	font-size: 8pt;
}

#context-content {
	float: left;
	font-size: 8pt;
	margin-left: 5px;
}

#context-content div {
	background-color: #dfe6ef;
	border-left: 1px solid #bfc6cf;
	border-right: 1px solid #cfd6df;
	border-bottom: 1px solid #afb6bf;
	padding: 1px 0 0 0;
}

#context-content div div {
	margin: 4px 5px 5px 5px;
	background-color: transparent;
	border: none;
	padding: none;
}

#context-content a:hover {
	color: #f80;
	background-color: #ffe;
}

#context-content h2 {
	font-size: 10pt;
	background: url('/images/layout/clean/context_h2_bg.gif') repeat-x bottom #025;
	color: white;
	margin: 10px 0 0 0;
	padding: 0 0 0 2px;
}

#context-content div div p {
	font-size: 8pt;
	margin: 4px 0;
}

#context-content div div ul {
	margin-top: 0;	
}

#context-content div div form fieldset {
	margin-top: 4px;
}

#context-content div div form fieldset label {
	line-height: 1.5em;
}

#context-content input, #context-content select {
	background-color: white;
	border: 1px solid #025;
	line-height: 1.5em;
	font-family: 'Verdana';
	font-size: 8pt;
}

#context-content input {
	width: 110px;
}

#context-content input.submit {
	background-color: #eee;
	width: auto;
	text-align: center;
}

#footer {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	font-size: 8pt;
	margin-top: 10px;
	padding: 2px;
}

.dummy {
	clear: both;
	font-size: 1px;
	height: 0;
}

.continue {
	font-weight: bold;
	margin-top: 8px;
}

.disclaimer {
	color: #666;
}

.price {
	font-weight: bold;	
}

.error {
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	color: red;
	font-weight: bold;
	padding: 0 2px;
}

.notice {
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	padding: 0 2px;
	font-weight: bold;	
}

#header-graphic {
	margin-top: 10px;	
}