body
{

	background-image	: url('body-bg.jpg');
	background-repeat	: repeat;
	background-position	: left top;
	font-family		: Verdana;
	font-size		: 12px;
	margin			: 0;
}


img
{
	border			: 0;
}

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

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


div.txgn-container
{
	width			: 750px;
	margin			: auto;
	background-color	: #FFFFFF;
	margin-top		: 15px;
	margin-bottom		: 15px;

}

div.txgn-header
{
	height			: 70px;
	background-image	: url('container-top-bg.jpg');
	background-repeat	: no-repeat;
	background-position	: top left;
	padding-top		: 10px;
}

div.txgn-header div.txgn-logo
{
	float			: left;
	margin-right		: 15px;
	margin-left		: 10px;
	width			: 70px;
}

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

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

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

div.txgn-header div.txgn-topnav ul li a, div.txgn-header  div.txgn-topnav ul li a.visited
{
	text-decoration	: none;
	color			: #ac001c;
	
}

div.txgn-header  div.txgn-topnav ul li a:hover
{
	color			: #f3670f;
}

div.txgn-header  div.txgn-title
{
	font-family		: Trebuchet MS;
	font-size		: 25px;
	font-weight		: bold;
	padding-top		: 7px;
	width			: 300px;
					
}

div.txgn-header  div.txgn-title a
{
	color			: #ac001c;
	text-decoration	: none;
}

div.txgn-header  div.txgn-slogan
{
	font-family		: Trebuchet MS;
	font-size		: 18px;
	width			: 250px;
			
}

div.txgn-header  div.txgn-slogan a
{
	text-decoration	: none;
	color			: #f3670f;
}

div.txgn-teaser
{
	background-image	: url('teaser-bg.jpg');
	background-repeat	: no-repeat;
	background-position	: top right;
	background-color	: #eb6431;	
	height			: 140px;
}

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

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

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





div.txgn-footer
{
	background-image	: url('container-bottom-bg.jpg');
	background-repeat	: no-repeat;
	background-position	: bottom left;
	background-color	: #eb6431;
	height			: 40px;
	padding-bottom	: 10px;
	clear			: both;
}

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

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

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

div.txgn-footer ul li a, div.txgn-footer ul li a:visited
{
	text-decoration	: none;
	color			: #FFF;
}





div.txgn-header  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;
}

