body{
	background-color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding: 0;	
}

.Bigtitle {
	font-family: "Arial", Helvetica, Arial, sans-serif;
	font-size: 16pt;
	color: #FF0000;
	font-weight: bold;
}

.Middletitle {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  color: #FF0000;
  font-weight: bold;
}

.puceMiddletitle {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  color: #FF00FF;
  font-weight: bold;
}

.blackMiddletitle {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  color: #000000;
  font-weight: bold;
}
.pinktextbold {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 9pt;
  color: #FF0000;
  font-weight: bold;
}

.pinktext {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 9pt;
  color: #FF0000;
}

.bluetextbold {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 9pt;
  color: #0000FF;
  font-weight: bold;
}

.bluetext {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 9pt;
   color: #0000FF;
}

.blacktextbold {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 9pt;
  color: #000000;
  font-weight: bold;
}

.blacktext {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 9pt;
  color: #000000;
	}

#bd {
	float: left;
	margin: 10px 10px 0;
	padding: 0;
	width:880px;
	}

#bd li {
	text-align: left;
	}

#bdhome {
	float: left;
	margin: 0 10px 0;
	padding: 0;
	width:700px;
	z-index: 1;
	}

#hdhome {
	margin: 0 10px 0px;
	}

#hd {
	margin: 0 10px 10px;
	}
	
.menu {
	width: 100%;
	margin: 0;
	z-index: 300;
	white-space: nowrap;
	}

#topline {
	height: 144px;
	width: 100%;
	overflow: hidden;
	background-image:  url(Images/TopGraphic10.gif);
	background-position: center center;
	background-repeat: no-repeat;
	}
	
#topleft {
	display: inline;
	float: left;
	width: 150px;
	margin-left: 10px;
	padding-left: 0.5em;
	padding-top: 10px;
	}
	
#topright {
	display: inline;
	float: right;
	width: 240px;
	margin-right: 10px;
	padding-right: 40px;
	padding-top: 75px;
	}

.sidebarhome {
	float:left;
	width: 200px;
	margin: 0 0 0 10px;
	padding: 0;
	background:white url(Images/sidebar110.gif) repeat-y top right;
	border-left-color: #9999FF;
	border-left-style: solid;
	border-left-width: 1px;
	z-index: 100;
	}
	
.sidebarhome a {
	margin: 0;
	padding: 0;
	display: block;
	}
	
a:link, a:visited {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #6600CC;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#nav, 
#nav ul {
	padding:0 0 5px 0;
	margin:0;
	list-style:none;
	font: 13px verdana, sans-serif;
	border:1px solid #000;
	border-width:1px 2px 2px 1px;
	background:#fff;
	position:relative;
	z-index:200;
	border-top-color: #FFFFFF;
	border-right-color: #330033;
	border-bottom-color: #3300CC;
	border-left-color: #9999FF;
	text-align: left;
}
#nav {
	height:25px;
	width:100%;
	padding:0;
}

#nav table {border-collapse:collapse;}
#nav li {float:left; padding:0 10px 0 5px;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#3300CC; height:25px; padding-right:5px; line-height:25px; text-decoration:none; white-space:nowrap;}
#nav li li a {height:20px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:300; background:#fff;}
#nav a:hover {position:relative; z-index:300; text-decoration:none; color:#FF0000;}

#nav :hover ul {left:0; top:22px;}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {left:-10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:none; color:#FF0000;}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

#imgleft {
	float: left;
	margin: 10px 10px 5px 0;
	}

#imgright {
	float: right;
	margin: 10px 0 5px 10px;
	}
	
#lineup {
	float: left;
	margin: 10px;
	text-align: center;
	width: 150px;
	}

#shadow {
	float: left;
	margin: 10px 0 0 10px !important;
	background: url(/Images/shadow.gif) no-repeat bottom right !important;
	}

div#shadow img {
	display: block;
	position: relative;
	margin: -5px 9px 9px -5px;
	padding: 0;
	}
	
.sidebarhome p {
	margin: 5px 5px 5px;
	padding: 0;
	display: block;
	}

#right {
	text-align: right;
	}
	
#left {
	text-align: left;
	}
	
#center {
	text-align: center;
	}

#justify {
	text-align: justify;
	}	
	
hr {
	margin: 5px 10px 5px 5px;
	padding: 0 10px;
	}
	
p.Bigtitle, #bdhome p, #bd p {
	margin: 10px 0 7px;
	}
	
p.blanker {
	margin: 1000px 0;
	}
	
.headline {
	margin: 10px 0 7px;
	padding: 0;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	font-size: 16pt;
	color: #FF0000;
	font-weight: bold;
	text-align: left;
	}
	
#lineup p {
	margin: 5px 21px 0 14px;
	display: block;
	}

#bd ul {
	margin: 0 0 0 30px;
	}