div.fluid
{
width: 90% !important;
}

div.static
{
width: 100% !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h3,h4,h5,h6
{
color: #000000;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
color: #cb4114;
}

a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%;
height:122px;
background: #f26522 url('images/n1.gif') repeat-x;
}

#header_inner
{

width: 100%;
height:122px;
margin: 0 auto;
}

/* Logo */

#logo img
{
display: block;
margin: 0 auto;
padding-top: 20px;
}

/* Menu */

#menu
{
width: 100%;
list-style: none;
padding-top: 15px;
}

#menu a
{
padding: .2em .6em .2em .6em;
background: #787878 url('images/n4.gif') repeat-x;
border: solid 1px #FFFFFF;
color: #000000;
font-weight: bold;
font-size: 1.1em;
text-decoration: none;
}

#menu ul ul
{
position:absolute;
z-index:500;
}

.table 
{
display: table;
margin: 0 auto;
}

#menu li
{
display: inline;
position: relative;
}

#menu a.active
{
background: #f26522 url('images/n3.gif') repeat-x;
color: #000000;
border: solid 1px #ffffff;
}

#menu a:hover {
background: #f26522 url('images/n3.gif') repeat-x;
color: #1F1F1F;
border: solid 1px #f26522;
}


/* Main */

#main
{
background: #fff url('images/n2.gif') 0px 0px repeat-x;
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 100%;
margin: 0 auto;
padding-top: 2.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

/* Footer */

#footer
{
background: #ffffff url('images/n7.gif') repeat-x;
width: 100%;
margin: 0;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;

padding-top: 1.0em;
}


/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}