/* Main Body */
BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12pt;
	color: #000000;
	margin: 0px !important; margin: 6px;
	}

/* Standard Link */
A {
	color: #0000FF;
	text-decoration: underline;
	}
A:hover {
	color: #6060FF;
	text-decoration: underline;
	}

/* Top Level Menu */
#menubar1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 99.9999%;  /*Firefox doesn't like 100% */
	background: #000000 url(../graphics/menu1bg.png) repeat-x;
	color: #ffffff;
	list-style: none;
	}
#menubar1 li {
	float: left;
	}
#menubar1 li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	color: #ffffff;
	background: url(../graphics/menu1sep.png) repeat-y top left;
	text-decoration: none;
	color: #ffffff;
	font-size: 12pt;
	}
#menubar1 li a:hover {
	text-decoration: underline;
	}
	
/* Second Level Menu */
#menubar2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 99.9999%;
	background: #000000 url(../graphics/menu2bg.png) repeat-x;
	color: #ffffff;
	list-style: none;
	}
#menubar2 li {
	float: left;
	}
#menubar2 li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	color: #ffffff;
	background: url(../graphics/menu2sep.png) repeat-y top left;
	font-size: 12pt;
	text-decoration: none;
	}
#menubar2 li a:hover {
	text-decoration: underline;
	}

/* Alert Notification */
#alert {
	float: right;
	padding: 1px;
	margin-top: -20px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 40%;
	font-size: 9pt;
	text-align: right;
	color: #FFFFC0;
	}

#alert a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#alert a:hover {
	color: #C0C0FF;
	text-decoration: underline;
	}

/* Header */
#header { 
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	position: relative; 
	left: 0px; 
	top: 0px;
	color: #D0D0D0; 
	}
#headershadow { 
	position: absolute; 
	left: -2px;
	top: -2px !important;  top: 7px;  /* an IE hack .. IE sucks ... */
	color: #000000;
	}
#headershadowfp { 
	position: absolute; 
	left: -2px;
	top: -2px; /* an IE hack .. IE sucks */
	color: #000000;
	}
#header2 {
	font-size:16pt;
	font-weight:bold;
	font-style:italic;
	}
	
/* Content */
#content {
	color: #000000;
	padding: 8px;
	}
	
/*Copyright*/
A.copyright {
	color: #666666;
	font-size : 8pt;
	text-decoration: underline;
	}
A.copyright:hover {
	color: #666666;
	}
#copyright {
	color: #666666;
	font-size : 8pt;
	text-decoration: none;
	}

/* Info Text box */
#outerbox{
	clear:left;
	background: url(../graphics/shadow.gif) no-repeat bottom right;
	margin: 10px 10px 10px 10px;
	width: 98%;
	padding: 0px;
	}
#innerbox{
	position:relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #800000;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	}
	
/* Side Menu (3rd level) */
#sidemenu {
	background-color: #F0F0F0;
	border-color: #404040;
	border-style: solid;
	border-width: 1px;
	float: right;
	padding: 5px;
	margin-top: -40px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 125px;
	font-size: 9pt;
	}
A.sidemenu {
	color: #404040;
	text-decoration:none;
	}
A.sidemenu:hover {
	color: #808080;
	text-decoration:underline;
	}
	
/* Quote Box */
#quotebox {
	background-color: #D0D0D0;
	border-width: 0px;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 160px;
	font-size: 14pt;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	}
	
/* Icon Link */
FONT.iconlink {
	text-decoration:none;
	}