
body
{
	margin:0px;
	background:url(images/backstripes.gif);
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
}

table#content
{
	margin:auto;
}

p
{
	color:#ffffff;
	font-size:13px;
	line-height:16px;
	padding:3px 5px 10px 0px;
	margin:0px;
}

a
{
	color:#ffffff;
	text-decoration:none;
}

.textblockhead
{
	background:#3F2627; /*#99ff99; /*#998876; /*#3F2627;*/
	border:1px solid #ffffff;
	text-align:left;
	margin-bottom:35px;
}

.textblockhead p
{
	font-size:12px;
	/*font-stretch:wider;*/
	margin:8px 5px 4px 5px;
	padding:0px;
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	/*font-family:"Helvetica Condensed", "Futura Condensed", "AvantGarde CondDemi", "Arial Narrow";*/
}

.textblockhead h2
{
	color:#ffffff; /*#998876*/
	font-size:28px;
	font-weight:bold;
	line-height:30px;
	font-family:Helvetica, Arial, sans-serif;
	margin:4px 5px 0px 5px;
	padding:0px;
}

.textblockhead h3
{
	color:#ffffff; /*#998876*/
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	font-family:Helvetica, Arial, sans-serif;
	margin:4px 5px 0px 5px;
	padding:0px;
}

a
{
	color:#ffffff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div.iconblock
{
	color:#ffffff;
	padding:0px;
	padding-bottom:2px;
	margin:8px 0px 3px 0px;
	border-bottom:1px solid #ffffff;
	font-size:14px;
}

div.iconblock b
{
	font-weight:bold;
	/*font-variant:small-caps;*/
}

div.worm
{
	float:left;
	text-align:left;
	padding:3px 0px 0px 5px;
	margin:0px;
	color:#ffffff;
	font-size:12px;
	width:350px;
}

div.worm a
{
	color:#ffffff;
	text-decoration:none;
}

div.worm a:hover
{
	/*color:#3F2627;*/
	text-decoration:underline;
}

div.copyright
{
	float:right;
	/*clear:both;*/
	text-align:right;
	padding:3px 10px 0px 0px;
	margin:0px;
	color:#ffffff;
	font-size:12px;
	width:500px;
}

div.copyright a
{
	color:#ffffff;
	text-decoration:none;
}

div.copyright a:hover
{
	/*color:#3F2627;*/
	text-decoration:underline;
}

div.infobar
{
	text-align:right;
	padding:8px 10px 0px 0px;
	margin:0px;
	color:#ffffff;
	line-height:15px;
	font-size:12px;
}

div.infobar b
{
	font-weight:bold;
	color:#998876;
}

div.infobar a
{
	text-decoration:none;
	color:#ffffff;
}

div.infobar a:hover
{
	text-decoration:underline;
}





















/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*745*/ /*596 447*/
.menu {width:447px; height:20px; position:relative; z-index:100; border-right:1px solid #ffffff; padding:0px; margin:0px; color:#ffffff; font-family:Helvetica, Arial, sans-serif; font-size:12px; background:#3F2627;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:597px; w\idth:596px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:10px;text-decoration:none; color:#ffffff; width:138px; height:18px; border:1px solid #ffffff; border-width:1px 0px 1px 1px; background:#3F2627; padding-left:10px; padding-top:2px; line-height:16px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; width:149px;border-top:1px solid #ffffff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:19px;t\op:20px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#3F2627; color:#ffffff; height:auto; padding:2px 10px 2px 10px; width:128px;border-width:0 1px 1px 1px;}
.menu ul ul h3 {background:#171717; color:#ffffff; padding:4px 10px 4px 10px; height:auto; margin:0px; border-style:solid; border-color:#ffffff; border-width:0 1px 1px 1px; width:128px; font-size:12px; font-family:Helvetica, Arial, sans-serif; font-weight:normal;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
* html .menu ul ul h3 {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#ffffff; background:#3F2627;}
.menu :hover > a, .menu ul ul :hover > a {color:#ffffff; background:#3F2627;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible; }








