/* IE scrollbar definitions */
body  {
  margin: 10px 0px;
  background: #333333;	
  scrollbar-face-color:#838182;
  scrollbar-arrow-color:#f7f7f7;
  scrollbar-track-color:#c7c7c7;
  scrollbar-shadow-color:#ffffff;
  scrollbar-highlight-color:#000000;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-darkshadow-Color:#000000;
  scrollbar-width: 40px;
}


html {
  scrollbar-face-color:#838182;
  scrollbar-arrow-color:#f7f7f7;
  scrollbar-track-color:#c7c7c7;
  scrollbar-shadow-color:#ffffff;
  scrollbar-highlight-color:#000000;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-darkshadow-Color:#000000;
  scrollbar-width: 40px;
}

/* defines outer border and main area background */
.maintable	{
  border: 1px solid #ffffff;
  background-color: #999999;
}

/* text in the page header area*/
.pagehead {
  color: #DDDDDD;
  font: normal normal 12px tahoma,arial,sans-serif;
}

/* all the styling for the top navigational area */
.nav1 { background: url(images/navbg1b.jpg) repeat-x; }
.nav2 {	background: url(images/navbg2b.jpg) repeat-x; }
.menu, .nav1, .nav2 {
  font: normal normal 11px tahoma,arial,sans-serif;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.nav1 a, .nav2 a, .nav1 .sel, .nav2 .sel {
	font: normal bold 11px tahoma,arial,sans-serif;
	text-decoration: none;
}
.nav1 span, .nav2 span {
  margin: 3px 5px 3px 10px;
  color: #ffffff;
}

.menu div {
  margin: 3px 5px 3px 10px;
}
.menu a:link { color: #ffffff; }
.menu a:visited { color: #e0e0e0; }
.menu a:hover { color: #404040; }

.menu p {
	font: normal normal 11px/14px tahoma,arial,sans-serif;
	color: #ffffff;
	margin: 0px 10px;
/*	line-height: 14px; /**/
}

/* body styling, arranged in the three columns */
.leftmenu {
	background: #adadad url(images/melanie_bg.jpg) no-repeat bottom left;
}

/* feature text below the left hand menu */
.leftfeature {
	font: normal normal 12px/15px tahoma,arial,sans-serif;
  color: #000000;
  padding-left: 5px; padding-top: 4px;
  margin-left: 5px; margin-top: 4px;
}
.leftfeature a {
	text-decoration: underline;
}
.leftfeature a:link { color: #7e4444; }
.leftfeature a:visited { color: #707070; }
.leftfeature a:active { color: #ff0000; }
.leftfeature a:hover { color: #ffffff; }

/* centre column and content area */
.contentcell {
	margin-left: 10px;
  padding-left: 10px;
/*  background-color: #c7c7c7; /**/
}

/* borders for the content area */
.contenthead { background: url(images/content-top-figure.gif) no-repeat top left; }
.contentleft { font-size: 6px; background-color: #c7c7c7; }
.contentright { font-size: 6px; background: url(images/content-right-edge.gif) repeat-y top left; }
.contentbleft { font-size: 6px; background: url(images/content-left-bot.gif) no-repeat top left; }
.contentbcentre { font-size: 6px; background: url(images/content-bot-bg.gif) repeat-x top left; }
.contentbright { font-size: 6px; background: url(images/content-right-bot.gif) no-repeat top left; }

.content {
  background-color: #c7c7c7; /**/
  font: normal normal 12px tahoma,arial,sans-serif;
  color: #000000;
/*  border: 3px solid yellow; /**/
}

.content p {
  margin: 8px;	
}
.content a {
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
}
.content a:link	{ color: #7E4444; text-decoration: underline; }
.content a:visited	{	color: #707070; text-decoration: underline; }
.content a:hover	{	color: #ffffff; text-decoration: underline; }

.red {
	color: #ff0000;
}

/* right hand column (news area) */
.rightcol {
  color: #663333;
  font-family: tahoma,arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.rightcol p {
  margin: 0px;
  color: #ffffff;
  font-weight: normal;
  font-size: 11px;
  line-height: 12px;
}
.rightcol a {
  font-family: tahoma,arial,sans-serif; 
  font-size: 11px; 
  font-weight: bold;
}
.rightcol a:link	{	color: #ffffff; text-decoration: underline; }
.rightcol a:visited	{	color: #ffffff; text-decoration: underline; }
.rightcol a:hover	{	color: #333333; text-decoration: underline; }


/* bottom menu and associated text (eg copyright) */
.lowtext	{
  font-family: tahoma,arial,sans-serif; 
	color: #424242; /*#212121;  /**/
  font-size: 11px;
  font-weight: bold;
}

.lowtext a:link {color: #424242; font-weight: bold; text-decoration: underline;}
.lowtext a:visited {color: #d0d0d0; font-weight: bold; text-decoration: underline;}
.lowtext a:hover {color: #FFFFFF; font-weight: bold; text-decoration: underline;}

.lowmenu	{
  font-family: tahoma,arial,sans-serif; 
	color: #212121; 
  font-size: 11px;
  font-weight: bold;
}
.lowmenu a { font-weight: bold; text-decoration: underline; }
.lowmenu a:link	{ color: #ffffff; text-decoration: underline; }
.lowmenu a:visited	{	color: #d0d0d0; text-decoration: underline; }
.lowmenu a:hover	{	color: #333333; text-decoration: underline; }

/* external footer (site credits, sitemeter) */
.footer {
	font-family: tahoma,arial,sans-serif; 
	color: #707070;
  font-size: 10px;
  font-weight: bold;
}
.footer a { text-decoration: underline; }
.footer a:link	{	color: #c0c0c0; }
.footer a:visited	{	color: #808080; text-decoration: underline; }
.footer a:hover	{	color: #aaaaaa; }


/* general overrides for standard html tags */
h1 {
  font: bold italic 15px tahoma,arial,sans-serif;
  margin : 38px 0px 0px 65px; /**/
  color: #7E4444;
}
h2	{
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}
h3	{
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  border-bottom: thin dotted white;
  margin-bottom: 0px;
}

ul {
    margin-top:5px;
}

li {
   margin: 0px 20px;
   margin-top:5px; 
   font: normal normal 12px tahoma,arial,sans-serif;
}

.innertable {
  font: bold normal 12px tahoma,arial,sans-serif;
}


