body
{
	background-image	: url('body-bg.jpg');
	background-repeat	: repeat-x;
	background-position	: top;
	margin			: 0;
}

img
{
	border			: 0;
}

h1, h1 a
{
	font-family		: Trebuchet MS;
	font-size		: 25px;
	margin			: 0;
	padding		: 0;
	color			: #5b8b01;
	margin-top		: 10px;
	margin-bottom		: 5px;
}

h2, h2 a
{
	font-family		: Trebuchet MS;
	font-size		: 20px;
	margin			: 0;
	padding		: 0;
	color			: #5b8b01;
	margin-top		: 5px;
	margin-bottom		: 3px;
}
h3, h3 a
{
	font-family		: Trebuchet MS;
	font-size		: 14px;
	margin			: 0;
	padding		: 0;
	color			: #5b8b01;
	margin-top		: 4px;
	margin-bottom		: 2px;
}


div.txgn-container
{
	width			: 750px;
	margin			: auto;
	font-family		: Verdana;
	font-size		: 12px;	
}

div.txgn-header div.txgn-container
{
	background-image	: url('header-bg.jpg');
	background-repeat	: no-repeat;
	background-position	: bottom right;
	height			: 213px;
}

div.txgn-top
{
	height			: 68px;
	background-image	: url('logo_h.gif');
	background-repeat	: no-repeat;
	background-position	: top left;	
	padding-left		: 60px;
}

div.txgn-top div.txgn-topnav
{
	float			: right;
	margin-top		: 3px;
	width			: 400px;
	text-align		: right;
}

div.txgn-top div.txgn-topnav ul
{
	list-style-type	: none;
	margin			: 0;
	padding		: 0;
	margin-bottom		: 5px;
}

div.txgn-top div.txgn-topnav ul li
{
	float			: right;
	margin-left		: 10px;
}

div.txgn-top div.txgn-topnav ul li a, div.txgn-top div.txgn-topnav ul li a.visited
{
	text-decoration	: none;
	color			: #5b8b01;
}

div.txgn-top div.txgn-topnav ul li a:hover
{
	color			: #b7d177;
}

div.txgn-top div.txgn-title
{
	font-size		: 20px;
	font-weight		: bold;
	padding-top		: 7px;
}

div.txgn-top div.txgn-slogan
{
	font-size		: 18px;
	
}

div.txgn-top div.txgn-title a, div.txgn-top div.txgn-slogan a
{
	text-decoration	: none;
	color			: #000000;
}

div.txgn-teaser
{
	height			: 145px;
}

div.txgn-teaser ul
{
	list-style-type	: none;
	margin			: 0;
	padding		: 0;
	margin-top		: 5px;
	margin-left		: 25px;
}

div.txgn-teaser ul li a,div.txgn-teaser ul li a:visited
{
	display		: block;
	width			: 175px;
	color			: #b7d177;
	font-size		: 20px;
	font-family		: Trebuchet MS;
	text-decoration	: none;
}

div.txgn-teaser ul li a:hover
{
	color			: #FFFFFF;
}

div.txgn-footer
{
	clear			: both;
	background-image	: url('footer-bg.jpg');
	background-repeat	: repeat-x;
	background-position	: bottom;
	height			: 124px;
}

div.txgn-footer div.txgn-content
{
	padding-top		: 90px;
}

div.txgn-footer div.txgn-container ul
{
	list-style-type	: none;
	margin			: 0;
	padding		: 0;
}

div.txgn-footer div.txgn-container ul li
{
	float			: left;
	margin-right		: 10px;
}

div.txgn-footer div.txgn-container ul li a
{
	text-decoration	: none;
	color			: #FFFFFF;
}





div.txgn-top div.txgn-topnav input.txgn-search
{
	background-image	: url('search.png');
	background-repeat	: no-repeat;
	background-position	: left;
	border-style		: solid;
	border-color		: #000000;
	border-width		: 1px;
	padding-left		: 20px;
	width			: 100px;
	height			: 15px;
	font-size		: 12px;
	font-family		: Verdana;
	border			: 1px solid #000;
}

