/* $Id: bw_global.css,v 1.2 2008/12/08 22:59:37 ccusack Exp $ */

body, html, dd, p {
	font-family:	arial;
	font-size: 10pt;
	color:#000;
	/*
	background: #dbe2ff;
	*/
}
div#header {
	background:#eee;
	color: green;
	/*background:#333;
	color:#eee;*/
	text-align: center;
}

div#footer {
	background:#eee;
	color: #999999;
	text-align: center;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	padding-top: 4px;
}

div#sidebar {
	background:#eee;
}

div#middle {
	background:#eee;
}
div#content {
	font-size: 10pt;
	background:#fff;
}

div#sidebar h2 {
	padding-left:5px;
}
div#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
}
div #footer p {
	margin:0;
	padding:0;
	text-align:center;
}
div#footer a {
	color:#fff;
}

div.inBoarder {
	margin-left: 10px;
	margin-right: 10px;
}

pagepath {
		color:	#800080;
		font-size: 6em;
		margin-top:  .5em;
		margin-bottom: .5em;
		text-align:  right;
}

h1 {
	color: blue;
	/*font:bold Verdana,Arial,Helvetica,sans-serif;*/
	font-size: 165%;
	margin-bottom: 0.5em;
	text-align: left;
	margin-top:0;
	padding-top:5px;
	/*padding-left: 170px;
	/*font-size:1.4em;
	text-align:center;*/
	
}
h2 {
	/*font-size:1.2em;
	padding-top:1em;
	margin-top:0;
	*/
	padding-top:1em;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-style: normal;
	/*line-height: 18px;*/
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: blue;
	/*color: #669900;*/
}

h3 {
	font-size:1em;
	padding-top:1em;
	margin-top:0;
}

/*p {
	margin-bottom:0;
	font-size:0.8em;
	line-height:1.4em;
}*/

pre {
	font-size:0.9em;
	line-height:1.4em;
}
ul {
	font-size:0.8em;
	line-height:1.4em;
}

logo {
	position:	absolute;
	top:	0px;
	left:	0px;
}

.zz {	/* This is to mark items to be completed */
	display: none;
	background:orange;
	font-size:10px;
	font-weight:bold;
	color:white;
}

/* ========== T1 TABLE ============ */
table.T1 {
	margin-top:1em;
	margin-bottom:1em;
	border-collapse: collapse;
	/*
	border: double black;
	border-style: outset;
	border-style: ridged;
	*/
	border-style: ridge;
	
	
	border-width: 5px;
	background: #eee;
}

table.T1 td {

	border-bottom: 1px solid #CCC;
	padding: 0.6em 0.5em;
}

table.T1 td a {
	margin-left: 20px;
}

table.T1 td a.left {
	margin-left: 0px;
}

table.logoWrapper {
	horizontal-align: left;
	width: 100%;
	border: none;
}

table.logoWrapper td {
	vertical-align: center;
}

/* ========== Image ============ */
img {
	/*float: center;*/
	/*border: 0;
	border: 5px solid red;*/
	border: 4px single black;
	/*padding: 5px;*/
}

img.logo {
	/*float: left;*/
	/*border: 0;
	border: 5px solid red;*/
	border: 2px single black;
	/*padding: 0px;
	margin-left: 5px;*/
}

img.logo1 {
	position:	absolute;
	top:	-50px;
	left:	20px;
	z-index: 1;
}

a.web {
	color: black;
}


table.X1 {
	margin-top:1em;
	margin-bottom:1em;
	border-collapse: collapse;
	border: double black;
	background: #eee;
	
}

table.X1 td {
	border: 1px solid black;
}

table.X1 tr {
	border: 1px solid black;
}
