/** Global **/
/* technique explained @ http://leftjustified.net/journal/2004/10/19/global-ws-reset/  */

* {
	margin:0;
	padding:0;
}

body {
	font-size:0.75em;
	line-height:1.5;
/*	font-family: Verdana, helvetica, sans-serif; */
/*	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; */
	font-family: Verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
	color: #000;
}

h1 {
	font-size:1.9em;
	line-height:80px;
	font-weight:bold;
	color:#f2e5df;
        margin:0em 5%;
}


h2 {
	font-size:1.6em;
	font-weight:bold;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
}

h4 {
	font-size:1.3em;
	font-weight:bold;
}

/* links */

a {
	color:#007D48;
	text-decoration:none;
}

a:focus, a:hover, a:active {
	color:#EB8518;
	border-style: none;
}

a:visited { color:#007D48; }

/** end global **/


p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 8%; }

h2, h3, h4, h5, h6 { margin:1em 0em 0em 8%;
                     color:#007D48;
}


li, dd { margin-left:5%; }

table { margin-left: 10%; }

fieldset { padding: .5em; }

p.dateline { font-style: italic;
             font-size: smaller;
 }

#header {
	background:#000000 url(txp_img/banner-bg.jpg) no-repeat right bottom;
}

#header h1 {
	font:bold;
	color:#f2e5df;
}

#header a {
	color:#f2e5df;
}

/* This CSS is for a two-column layout.  #center is the main text column, while #right is the navigation and notes column to the right. */


#center {
	width:68%;
	float:left;
        padding-bottom: 2em;
}

#right {
	width:30%;
        margin-top: 2em;
	float:right;
}

#right li { list-style-type: none; 
            margin-left:5%;
}

/** Footer **/

#footer {
	clear:both;
	background:#f2e5df;
	margin-top:4em;
}

#footer p {
	background:#f2e5df;
	margin:1em 0em 0em 5%;
        padding-top: 1em;
}


#footer ul {
	list-style:none;
	margin-top:.7em;
}

/* Image floating */

img.left, img.center, img.right
{
	padding: 2px;
	border: 1px solid #a0a0a0;
}

img.left
{
	float: left;
	margin: 0 1em .5em 0;
}

img.center
{
	display: block;
	margin: 0 auto .5em auto;
}

img.right
{
	float: right;
	margin: 0 0 .5em 1em;
}

