/* PAGE/GENERAL */

*
{
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body
{
	background-color: #ffffff;
	background-image:url(/images/background_tile.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color:#454545;
	font-family:"Trebuchet MS",Arial,Verdana;
	font-size:13px;
	text-align: center;
}

a {
	text-decoration: none;
	color:#336797;
	font-weight:normal;
}

a:hover {
	text-decoration:underline;
	color:#336797;
	font-weight:normal;
}

#page
{
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #page
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -10000px;
}


/* CONTENT */
#content
{
	padding-bottom: 150px;
}

#contentMain
{
	display: inline;
	clear: both;
	float: left;
	margin-top:  0px;
	margin-left: 0px;
	width: 900px;
}

/* FOOTER */
#footer
{
	width: 900px;
	margin-left: 0px;
	padding-bottom: 1.5em;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5em;
	background-image:url(/images/footer.gif);
	}

#footer-wrapper {
	border-top:1px solid #dfdfdf;
	position: relative;
	width: 900px;
}

#block-left{
	float: left;
	margin-top:5px;
	}
#block-right{
	float: right;
	margin-top:5px;
	}
	
#block-center{
	float: middle;
	margin-top:5px;
	}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#copyright {
text-align:center;
color:#888;
font-size:0.9em;
font-style:italic;
}

/* The CSS that's required to position the footer */

	html
	{
		height: 100%;
	}

	body
	{
		height: 100%;
	}

	#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

	* html #nonFooter
	{
		height: 100%;
	}

	#footer
	{
	
		position: relative;
		margin: -4.5em auto 0 auto;
		
	}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: -4.4em;
	}

/* content left */
#contentleft {
	float: left;
	width: 640px;
	margin: 0 0 0 0;
	position:relative;
	padding: 0px 0 0 0;
}


br.clear {
	clear: both;
}

/* Content right */
#contentright {
	float: left;
	width: 260px;
	/*margin: 8px 0 0 0;*/
	margin: 5px 0 0 0;
	padding: 0px 0px 0px 0px;
	position:relative;
	overflow:hidden;
	}

/* =Header
---------------------------------------------------------------------
*/

/* HEADER */
#header
{
	
}

#header h4{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 150px;
   height: 70px;
   margin: 0px 0 0px 0px;
   }

/* =Navigation New
---------------------------------------------------------------------
*/

#nav {
display:inline;
clear:left;
float:left;
margin-top:3px;
margin-bottom:2px;
padding-left:0;
font-family:"Trebuchet MS", Arial, Verdana;
font-size:13px;
color:#454545;
}

#bottomLinks
{
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align:center;
	color:#888;
	font-size:0.9em;
	}

#bottomLinks a
{
	color: #888;
	text-decoration:none;
}

#bottomLinks a:hover
{
	color: #888;
	text-decoration:underline;
}

