@charset "utf-8";
/* CSS Document */
body {
	font: 0.75em   Verdana, Geneva, sans-serif;
	line-height: 1.4em;
	background:#990000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-image: url(../images/bg_grad.png);
	background-repeat: repeat-x;
}



h1, h2, h3, h4 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   line-height: 1.2em;
}


table
{
	text-align: left;
	border-collapse: collapse;
}
th
{
	color:#990000;
	border-bottom:1px solid #B3B9D1;
	background:#CFCDDB;
	font-size:1.2em;
	padding:5px;
}

tr
{
	border-bottom: 1px solid #CFCDDB;
	border-top: 1px solid transparent;
	border-left: 1px solid #CFCDDB;
	border-right: 1px solid #CFCDDB;

}

td
{
	padding: 8px;
	background: #EBEBEB;
	vertical-align:top;
}
tr:hover td
{
	background: #CFCDDB;
}


#container  /* page container */
	{
	width: 80%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FEFEFE;
	min-width:970px;
	padding: 0 0 0 0;
}

* html #container  /* page container */
	{
	width: 970px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FEFEFE;
	min-width:970px;
	padding: 0 0 0 0;
}

#header    /* header area */
	{
	margin: 0 0 0 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
	width:100%;
}


#header ul {
	float: right;
	list-style: none;
	line-height: 1.5;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	background:#CFCDDB;
}

#header a {
	display: block;
	color: #990000;
	text-decoration: none;
	padding: 0.25em 1.5em;

}

#header li {
	float: left;
	padding: 0;
	border-bottom:1px solid #B3B9D1;
	background:#CFCDDB;
	background-image:url(../images/ft_grad.png);
	background-repeat:repeat-x;
	background-position:bottom;

}

#header li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.9em;
	font-weight: normal;
	margin: 0;

}

#header li li {
	padding-right: 1em;
	width: 13em;
	background:#CFCDDB;
	border:1px solid #B3B9D1;

}


#header li ul ul {
	margin: -1.75em 0 0 14em;
}

#header li:hover ul ul, #header li:hover ul ul ul {
	left: -999em;
}

#header li:hover ul, #header li.sfhover ul, #header li li:hover ul, #header li li li:hover ul {
	left: auto;

}


#header li:hover {
	background:#B3B9D1;
}

#mainContent   /* main page content area */
	{
	clear: both;
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
#footer {
	clear: both;
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/ft_grad.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size: 0.8em;
	line-height:0.8em;
	}

#footer p {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    }

#coll    /* To create a half-width column */
	{
	width: 49%;
	}

#colr     /* To create a half-width column aligned right*/
	{
	width: 50%;
	float: right;

}

#box     /* boxed area */
	{
	padding: 0px;
	border:1px solid #999;
	background: #E2E2E2;
	color:#990000;	
	overflow:hidden;
	margin: 0px 2px 4px 2px;
}
#box h3 {
	color:#333;
	border-bottom:1px solid #B3B9D1;
	background:#CFCDDB;
	background-image:url(../images/ft_grad.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:1.3em;
	padding:2px;
	margin:0;
  
}
#box h4 {
	font-weight:bold;
	font-size:1.25em;
	padding:5px 0 5px 5px;
	margin:0;
	color:#DD0000;
}

#box p {
	padding:5px 5px 5px 5px;
	margin:0;
}



.floatleft {
	float:left;
	overflow:auto;
	padding-right:10px;
}
.centre {
	text-align: center; 
	display:block;
	margin: 0 auto;
}
.floatright {
	float:right;
	overflow:auto;
	padding-left:10px;
}

.thumb {
	padding: 4px 4px 4px 4px;
	vertical-align:text-top;
	border:0;
}
.logo   {
        float: left;
}

.small {
	font-size:.8em;
	}
.grey {
	color: #333;
}
.line {
	border-bottom: solid 1px;
	padding: 20px 0px 10px 0px;
}
.important {
	bold: 800;
	color:#990000;
}

#clear {clear:both;}
