body
{
	margin: 0;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #666;
	font-size: 9pt;
	line-height: 12pt;
	text-align: center;
}

h1
{
	margin-top: 0;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #660;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	border-top: 1px solid #660;
	padding-top: 2px;
}

h2
{
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #900;
	font-size: 11pt;
	line-height: 12pt;
	font-weight: bold;
	font-style: normal;
	margin-top: 24px;
	margin-bottom: 0px;
}

h3
{
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #333;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	margin: 11px 0 0 0;
}

h4
{
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #666;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: normal;
	font-style: italic;
	margin: 9 0 0 0;
}

cite
{
	color: #666;
	font-size: 9pt;
	font-style: normal;
}

dfn
{
	font-family: Arial-Bold Helvetica-Bold, Verdana-Bold, Tahoma-Bold, sans-serif;
	color: #666;
	text-transform: uppercase;
	font-size: 7pt;
}

address
{
	margin: 3px 0 3px 0;
	font-style: normal;
}

a:link
{
	color: #999966;
	border-bottom: 1px solid #888;
	text-decoration: none;
}

a:link img
{
	color: #333;
	border-bottom: #888;
	border-width: 0;
	border-style: none;
	text-decoration: none;
}

a:visited
{
	color: #999;
	border-bottom: 1px solid #888;
	text-decoration: none;
}

a:active { color: #000; }
a:hover { color: #c30; }

.goto
{
	font-size: 8px;
	padding: 3px;
	border: 1px solid #c30;
}

#content
{
	width: 650px;
	margin: auto;
	margin-right: auto;
	text-align: left;
}

#intable
{
	background-image: url(images/main/filler.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
}

#rightside
{
	width: 475px;
	float: left;
	position: relative;
	left: 20px;
}

#box
{
	padding: 20px;
	text-align: left;
}

/*
	Vertical Accordions
*/

.accordion_toggle { display: block;			cursor: pointer;}
.accordion_content { overflow: hidden; }
.vertical_accordion_toggle { display: block; 			cursor: pointer;}
.vertical_accordion_content { overflow: hidden; }

/*
	Horizontal Accordion
*/

.horizontal_accordion_toggle
{
	/* REQUIRED */
	float: left;
	/* This make sure it stays horizontal */
	/* REQUIRED */
	display: block;
				cursor: pointer;
}

.horizontal_accordion_content
{
	/* REQUIRED */
	height: 100px;
	/* We need to define a height for the accordion as it stretches the width */
	float: left;
	/* This make sure it stays horizontal */
	/* REQUIRED */
	overflow: hidden;
}

/*  ___________________      NAV    _______________________  */
#navbar { float: left; }

#navbar ul li a:link.yah
{
	color: #900;
	font-weight: bold;
}

#navbar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	/* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	z-index: 5;
	background: #cccccc;
}

#navbar ul li { position: relative; }

#navbar li ul
{
	position: absolute;
	left: 149px;
	/* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
#navbar ul li a
{
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	/* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li
{
	float: left;
	height: 1%;
}

* html ul li a { height: 1%; }

/* End */
#navbar ul li a:hover
{
	color: #E2144A;
	background: #f9f9f9;
}

/* Hover Styles */
#navbar li ul li a
{
	padding: 2px 5px;
	background-color: #ffffff;
}

/* Sub Menu Styles */
#navbar li:hover ul, #navbar li.over ul { display: block; }

/* The magic */
/*  ___________________      NAV    _______________________  */
