/* m04.css (master css file) */

html, body	{
	background: #8E9BBB url(../bg/bgGrey.png) repeat-y 50% 0;
	font-size: small;
	font-family: Arial, Verdana, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	}

div#outer {
	position: relative;
	color: #333;
	margin: 15px auto 0;
	padding: 0;
	width: 600px;
	}

div#banner {
	background-color: #00D;
	padding: 10px;
	width: 604px;
	}

#txtcol {
	float: left;
	width: 600px;
	padding: 10px;
	padding-top: 0;
	border: 2px solid #c8cdd2;
	}

#txtcol dl {
	float: left;
	width: 560px;
	margin: 10px 20px;
	padding: 0;
	display: inline;
	}

#txtcol dt {
	float: right;
	width: 350px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #627081;
	}

#txtcol dd {
	margin: 0 0 0 210px;
	padding: 0;
	font-size: 95%;
	line-height: 1.5em;
	color: #666;
	}

#txtcol dl dd.img {
	margin: 0;
	}

#txtcol dd.img img {
	float: left;
	margin: 0 8px 0 0 ;
	padding: 4px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
	}

/* reverse float */

#txtcol .alt dt {
	float: left;
	}

#txtcol .alt dd {
	margin: 0 210px 0 0;
	}

#txtcol .alt dd.img img {
	float: right;
	margin: 0 0 0 8px;
	}

/* menu */
#topmenu {
	float: left;
	position: relative;
	left: -10px;
	width: 600px;
	border: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	}

#topmenu li {
	list-style: none;
	float: left;
	margin: 0;
	margin-right: 1px;
	padding-left: 16px;
/*	border: 1px dotted red;*/
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	background:  #BBB url(../b/tab1.png) 0% 100% no-repeat;
	}

#topmenu a {
	display: block;
	float: left;
	padding: 0 16px 0 0;
	text-decoration: none;
	background: #DDD url(../b/tab1.png) 100% 100% no-repeat;
	color: #00F;
	width: 0.1em;  /* IE hack */
	font-weight: bold;
	}

html>body #topmenu a {width: auto;}  /* fixes IE6 hack for compliant browsers */
/* commented Backslash Hack hides next rule from IE5 Mac \*/
#topmenu a {float: none;}  /*end IE5 Mac hack */

#topmenu a:hover {
	text-decoration: none;
	color: #0D0;}

#topmenu #current {
	color: #000;
	text-decoration: none;
	background: #DDD url(../b/tab1a-ct.png) 0% 0%;
	border-bottom: 0;
	}

#topmenu #current a {
	color: #000;
	text-decoration: none;
	background: #DDD url(../b/tab1a-ct.png) 100% 0%;
	border-bottom: 0;
	}

div#footer {
	clear: both;
	float: left;
	margin: 10px auto 0;
	padding: 10px 0 0;
	background: #FFF7BD;
	width: 100%
	}

div#footer {page-break-after: always;}

div#footer p {
	text-align: center;
	font-size: 80%;
	margin: 0 auto;
	}


/* headings */
h1 {
	clear: both;
	font-size: 150%;
	font-weight: bold;
/*	text-align: center;
	color: #8E9BBB;*/
	color: #EEE;
	margin: 5px auto;
	}
h3 {
	clear: both;
	font-size: 125%;
	color: #627081;
	margin: 0;
	padding: 0;
	}

/* tables */
table {
	clear: both;
	float: right;
	border-collapse: separate;
	border: 1px solid #00D;
	margin-left: 25px;
	margin-bottom: 20px;
	}

caption {
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #627081;
	text-align: right;
	}

td, th {
	padding: 5px 0;
	}

th {
	font-weight: bold;
	text-align: center;
	}

p.noprint img {border: none;}

li {
	list-style-type: none;
}

div#gps {
	float: left;
}

dl h3 {
	padding-top: 10px;
	padding-bottom: 5px;
}
