




		body
		{
			color: #000000;
			font-size: 13px;
			font-weight: normal;
			font-family: "Trebuchet MS", Verdana, sans-serif;

			margin: 0 auto;
                        padding-top: 0;
                        padding-bottom: 0;
                        padding-left: 0;
                        padding-right: 0;

			background: #FFFFFF url('../img/bg.gif') repeat-x;
		}



		div#main>div#content
		{
			min-height: 700px; /* Since IE doesn't understand the min-height property we use the > selector to hide it from IE */
		}



		* html div#content /* Only read by IE  */
		{
			height: 750px;
		}



		html>img /* autoscroll override for Firefox */

		{

			width: 0!important;

			height: 28px!important;

			padding-left: 28px!important;

			background: url('../img/auto_scroll.png');

		}



		abbr, acronym
		{
			cursor: help;

			border-bottom: 1px dotted #D00000;
		}



		a:link
		{
			color: #D00000;

			text-decoration: none;
		}



		a:visited
		{
			color: #D00000;

			text-decoration: none;
		}



		a:hover
		{
			color: #D00000;

			text-decoration: underline;
		}



		a:active
		{
			color: #D00000;

			text-decoration: underline;
		}



		h1
		{
			width: 95%;

			color: #3d3d3d;
			font-size: 20px;
			font-family: "Arial", Helvetica, sans-serif;
			font-weight: normal;
			text-transform: uppercase;

			margin: 8px 0 10px 0;

		}



		h2
		{


			color: #D00000;

			font-size: 1em;
			font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;



			letter-spacing: 0.1em;



			text-transform: uppercase;




			border: 0;
		}



		h3
		{
			color: #3d3d3d;

			font-size: 18px;
			font-family: "Arial", Helvetica, sans-serif;
			font-weight: normal;

			text-transform: uppercase;

			margin-top: 2px;
			margin-bottom: 1px;

			padding: 6px 0 0 7px;

		}





		div#container
		{
			position: relative;

			width: 772px;

			margin: 0 auto;

			padding: 0 0;

			background: #ffffff url('../img/container_bg.gif');

		}





		div#main
		{
			width: 772;
			height: auto;
                        margin-left: 171px;
                        padding: 0;



		}



		div#content
		{

			width: 575px;
                        margin: 0;
                        padding: 0;

		}


		div#content p
		{

                        margin-bottom: 15px;

		}




		div#footer
		{
			width: 762px;
			height: 18px;
                        color: #ffffff;

			margin-left: 5px;
			padding: 0;

			background-color: #D00000;
			text-align: center;
		}



		div#footer a
		{
                        color: #ffffff;
		}


		div#copyright
		{
			width: 772px;
			text-align: center;
		}



		ul#footer li#xwdd
		{
			width: 215px;

			color: #ffffff;

			text-align: right;
		}




		div#footer_bottom
		{
			height: 6px;

			font-size: 1px;
		}


