/* Body * - background image and scroll bars etc */

BODY {
	margin: 0px 0px 0px 0px;
	background-position: 0px 0px;
	background-color:#E9DDB3; /*light colour*/
	Color : #000000;
	scrollbar-3dlight-color: White;
	scrollbar-base-color: #6699FF;
	scrollbar-darkshadow-color: White;
	scrollbar-face-color: #6699FF;
	scrollbar-highlight-color: #808080;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #cccccc;
	scrollbar-arrow-color: BLACK;
	}

	/* 
	background-color:#84722B; Dark colour
	background-image: url("../images/bg.jpg");
	background-repeat:repeat-y;
	background-repeat: repeat;
	*/


p {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #6D5F23;
	text-align:left;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #84722B;
}
h3 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; font-weight: bold;
	}
h4 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
	}

h5 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h6 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

/* normal links */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
	font-size: 12px;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a.readon:link, a.readon:visited {
	color: #0000FF; text-decoration: underline; font-weight: normal;
	}

a.readon:hover {
	color: #ffffff;	text-decoration: none; background-color: #000099;
	}

a.randompic:link, a.randompic:visited {
	color: #666600; text-decoration: underline;
	font-family:"Arial Narrow";
	font-weight: bold; font-size:14px; padding: 5px;
	}

a.randompic:hover {
	color: #FFFF66;	text-decoration: none;
	}

/* main menu links */
#navcontainer ul
{
padding-left: 0;
margin-left: 15;
background-color: #84722B;
color: White;
width: 725px;
font-family: arial, helvetica, sans-serif;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #84722B;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
font-size:16px;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

/* members menu*/
#membersnavcontainer ul
{
padding-left: 0;
margin-left: 15;
background-color: #84722B;
color: White;
width: 725px;
font-family: arial, helvetica, sans-serif;

}
#membersnavcontainer ul li { display: inline; }

#membersnavcontainer ul li a
{
padding: 0.2em 1em;
background-color: #369;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
font-size:16px;
}

#membersnavcontainer ul li a:hover
{
background-color: #84722B;
color: #fff;
}




/* base menu CSS */
#navcontainer2 ul
{
padding-left: 0;
text-indent: -30px;
color: White;
font-family: arial, helvetica, sans-serif;
font-size:12px;
text-align:center;
text-transform:uppercase;


}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
padding: 0.2em 0.5em;
color: black;
text-decoration: none;
border-right: 1px solid #000;

}

#navcontainer2 ul li a:hover
{
color: #fff;

}

.copyright {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
a.copyright:link, a.copyright:visited {
	font-size: 12px; color:#000000; text-decoration: none ; font-weight: normal;
	}

a.copyright:hover {
	color: #FF0000;	text-decoration: underline;
	}
.modelheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#ffffff;
	background-color:#84722B;
}
.readon {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.randomretro {
	font-family: "Courier New", Courier, mono; text-align:center;
	font-size: 16px; color:#FFFFFF; font-weight:bold; font-variant:small-caps;
}


.smalldark {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #333333;
        text-decoration: none;
        font-weight: normal;
        }
.warningpage {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #6D5F23;
	text-align:centre;
	}
.warningpageentry {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#ffffff;
	background-color:#84722B;

}
a.warningpageentry:link, a.warningpageentry:visited {
	font-size: 24px;color: #ffffFF; text-decoration: underline; font-weight: normal;
	}

a.warningpageentry:hover {
	color: #ffffff;	text-decoration: none; background-color: #000099;
	}
