body {
	background-image: url('img/background.gif');
	background-repeat: repeat-x;
	background-color: #000000;
	text-align: center;
	margin-top: 0px;
	color: #CCCCCC;
}

#page {
	width: 880px;
	margin:auto;
	padding-top: 0px;
}

#header {
	background-image: url('img/header.gif');
	background-repeat: no-repeat;
	width: 880px;
	height: 107px;
}


#content {
	font-family: "Trebuchet MS", verdana, arial, helvetica;
	font-size: 12px;
	text-align: left;
	width: 691px;
	float: left;
	padding-top: 12px;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0099FF;
}

#content h2 {
	font-family: "Trebuchet MS", verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color:#0033FF;
}

#content h3 {
	font-family: "Trebuchet MS", verdana, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color:#0066CC;
}

#content img {
	padding: 2px;
	background-color: #333;
	border: 2px solid rgb(98,144,103);
	margin-left: 2px;
	margin-right: 2px;
}

#content a {
	color:#CC6600;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

content a:visited {
	color:#CC6600;
	text-decoration: none;
}

#content h1 a:hover {
   text-decoration: none;
}

#content h2 a:hover {
   text-decoration: none;
}

#content h3 a:hover {
   text-decoration: none;
}

/*************************************************************
*
*		Menubar definitions
*
*
*************************************************************/

#menubar {
	text-align: center;
	background-image: url('img/menubar.gif');
	background-repeat: no-repeat;
	padding: 0px;
	height: 37px;
	width: 880px;
}

#menubar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#menubar li {
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	display:inline;
	margin: 0px;
}

#menubar a {
	color:#E0E0E0;
	font-weight: bold;
	text-decoration: none;
}

#menubar a:hover {
	color: #82611C;
}


/*************************************************************
*
*		Aggregator definitions
*
*
*************************************************************/

#aggregator {
	width: 500px;
}

#aggregator div {
	margin: 10px;
	padding: 5px;
	background-color: #363636;
	border-right: 2px solid #030303;
	border-bottom: 2px solid #030303;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
}

#aggregator img {
	padding: 2px;
	border: 1px solid #000000;
	text-align: right;
}

#aggregator a {
	color: #CCCCCC;
}

#aggregator a:hover {
	text-decoration: none;
}


/*************************************************************
*
*		Navigation definitions
*
*
*************************************************************/




#navContainer {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 880px;
	padding-top: 8px;
	padding-left: 8px;
	height: 37px;
	display:block;
	clear:both;
	border-right: 1px solid #000;
	background-image:url('img/menubar.gif');
	background-repeat: no-repeat;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#555;text-align: left;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 37px;
	/*background: #666;*/
	/*border-top: 0;
	border-bottom: 1px solid #000;*/
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	/*font-size: 81%; */
	/*text-transform: uppercase;*/
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; /*background: #666; */ padding-left: 10px; padding-right: 10px; padding-bottom: 4px; border-left: 1px solid #000; border-right: 1px solid #000; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {/*background: #d1d2d4;*/ border-color: #fff; color:#FF9900;}
#nav li a:active, #nav ul li a.active {/*background: #d1d2d4;*/ border-color: #fff; color: #4b4c4d;}

/* Current page Customisations*/
/*#nav li.menu-current a		{background: #000; color:#0066FF; border-bottom: 1px solid #000;}*/
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border-top: 1px; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
