/*
-----------------------------------------------------
CSS file for older browsers
FileName:    simple.css
Version:     2003.06.17
-----------------------------------------------------
*/


/*-------------------------------------------------
PAGE BODY
-------------------------------------------------*/

/* Set basic body parameters */
body {
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-family: georgia, times, serif;
	color: #333;
	background-color: #fff;
	text-align: left; }
	

/*-------------------------------------------------
LINKS
-------------------------------------------------*/

/* Regular links */
a {
	font-weight: normal;
	text-decoration: underline; }

a:link { color: #600; }
a:visited { color: #666; }
a:hover { color: #000; }


/* Links appearing in list items */
li a:link {
	color: #600;
	font-weight: normal;
	text-decoration: none; }

li a:visited {
	color: #600;
	font-weight: normal;
	text-decoration: none; }

li a:hover {
	color: #600;
	font-weight: normal;
	text-decoration: underline; }
	
	
/* Links appearing in definition lists */
dt a:link, dt a:visited, dt a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none; }

dd a:link, dd a:visited  {
	color: #663;
	font-weight: normal;
	text-decoration: none; }

dd a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none; }

dd:hover {
	background-color: #dedeba; }
	

/*-------------------------------------------------
TEXT STYLES
-------------------------------------------------*/

h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #600; }

h1 span {
	color: #666; }

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000; }

h2 span {
	font-weight: normal;
	font-size: 11px;
	color: #666; }

h2 span.stepnumber {
	padding: 3px 7px;
	font-size: 14px;
	background-color:#600;
	color:#fff; }

h3 {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 5px 0px;
	border-top: 1px dotted #999;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:15px;
	color: #663; }

h3 span {
	padding: 5px 0px;
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #600; }

h4 {
	margin: 0px 0px 9px 0px;
	padding: 3px 0px 0px 0px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:17px;
	color: #000;
	border-top:1px dotted #999; }
	
h5 {
	margin: 0px 0px 9px 0px;
	padding: 3px 0px 0px 0px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:15px;
	color: #333;
	border-top:1px dotted #ccc; }

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #600; }

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 12px;
	line-height: 1.4em; }
	
p.sidebar {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 15px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height:15px;
	color: #333; }

p.leadin {
	padding-bottom: 30px;
	font-size: 14px;
	color: #000; }

p.homelinks {
	padding-bottom: 25px;
	font-size: 0.8em;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif; }

input, textarea {
	font-size: 14px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif; }


/*-------------------------------------------------
LIST STYLES
-------------------------------------------------*/

ul, dl, ol {
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif; }

ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 15px 0px 0px; }

dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }
		
li {
	padding-bottom: 15px;
	line-height: 16px;
	font-size: 11px;
	list-style: none;
	color: #666; }

dt {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 4px 8px;
	background-color: #cc9;
	border-top: 1px dotted #cc9; }
	
dd {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 4px 8px;
	background-color: #eaeac7;
	border-top: 1px dotted #cc9; }


/*-------------------------------------------------
TABLE DATA STYLES
-------------------------------------------------*/

table.onecolumn th, table.twocolumn th {
	padding: 8px 15px 8px 5px; }

table.onecolumnform th {
	padding: 8px 15px 0px 0px; }
	
table.threecolumn th {
	padding: 8px 15px 8px 5px;
	width: 33%; }

table.onecolumnform td {
	padding: 4px 15px 20px 0px;
	font-size: 12px; }

table.twocolumnform {
	border-top: 1px solid #ccc;
	padding-top: 5px; }

table.twocolumnform td {
	padding: 5px 15px 5px 0px;
	font-size: 12px; }

table.twocolumnform td.label, table.twocolumnform td.labelopt {
	padding: 5px 10px 5px 0px;
	font-size: 14px;
	font-weight: bold; }

table.onecolumn td {
	padding: 8px 15px 20px 5px;
	border-top: 1px solid #ccc;
	font-size: 12px; }

table.twocolumn td {
	padding: 8px 15px 8px 5px;
	border-top: 1px solid #ccc;
	font-size: 12px; }

table.twocolumn td div {
	margin-bottom:5px; }
	
table.twocolumn td div span {
	padding: 3px;
	background-color: #eaeac7;
	color: #663;
	font-size:10px; }

table.threecolumn td {
	padding: 8px 15px 8px 5px;
	border-top: 1px solid #ccc;
	font-size: 12px;
	width: 33%; }

table.threecolumnform td {
	padding: 4px 15px 4px 5px; }
	
form { margin:0; padding:0; display: inline; }


/*-------------------------------------------------
OLD BROWSER NOTE
-------------------------------------------------*/

/* Print header */
.PrintHeader { display: none; }
.PrintHeader img { border: none; }

.OldBrowsers {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #600;
	background-color: #c00;
	font-size: 0.9em;
	line-height: 1.2em;
  	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	color: #fff; }

.OldBrowsers a {
	color: #fff; }