/* Control the width of the layout */

div.fluid
{
width: 92% !important;
}

/* Basic layout*/

*
{
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: #184366;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 2px;

}

img.floatTL
{
float: left;
margin-right: 0.5em;
margin-bottom: 0.5em;
margin-top: 0.0em;
}

a
{
text-decoration: underline;
color: #F16C00;
}

a:hover
{
text-decoration: none;
font-weight: bold;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 1.2em;
}

ul.links li.first
{
}

p
{
line-height: 1.25em;
}

/* Header */

#header
{
width:100%;
height:80px;
background: #440000 url(../images/n1.gif) repeat-x;
}

#header_inner
{
position: relative;
width: 100%;
height:80px;
margin: 0 auto;
}

/* Logo */

#logo
{
	position: absolute;
	bottom: -0.5px;
	height: 86px;
	left: 1px;
	visibility: visible;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.0em;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #D2DCE5;
font-size: 1.4em;
}

/* Menu */

#menu
{
	position: absolute;
	right: 0em;
	bottom: -5px;
	visibility: visible;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 0.7em 0.7em 0.5em 0.7em;
background: #fff url(../images/n4.gif) repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
}

#menu li a.active
{
background: #FF790B url(../images/n3.gif) repeat-x;
color: #fff;
border: solid 1px #DB7623;
}

/* Main */

#main
{
background: #fff url(../images/n2.gif) repeat-x 0px 1px;
}

#main_inner p
{
text-align: justify;
margin-bottom: 1.0em;
}

#main_inner ul
{
margin-bottom: -0.25em;
}

#main_inner
{
position: relative;
width: 100%;
margin: 0 auto;
padding-top: 2.0em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
background color: #FFFFFF
}

#main_inner h3
{
font-size: 1.6em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 0.9em;
margin-top: 0.95em;
}



/* Footer */

#footer
{
width: 100%;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 0.5em;
}


/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}
