body {
  	background-color: #286a0a;
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	Background-attachment: fixed;
	color: #ffffff;
}

/* Headings - text color - behavior */

/* Page title - major heading */

h1 {
	font-family: copperplate, courier, arial, verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 2em;
	color: #cec81f;
}

/* Standard text */

h2 {
	font-family: "Times New Roman", times, georgia, serif;
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
	color: #ffffff;
}

/* Section title - menu title */

h3 {
	font-family: copperplate, courier, arial, verdana, sans-serif;
	font-variant: small-caps;
	font-size: 1.4em;
	color: #cec81f;
}

/* Standard text */

p {
	font-family: "Times New Roman", times, georgia, serif;
	font-size: 1em;
	text-indent: 5em;
	text-align: justify;
	color: #ffffff;
}

/* Standard text  - line through */

h4 {
	font-family: "Times New Roman", times, georgia, serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: line-through;
	color: #ffffff;
}

strong  { color: #cec81f }

blockquote   {  
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 2em;
	padding: 1em;  
	border-left: 5px solid #cec81f; 
	font-family: arial, verdana, sans-serif;
	font-size: .8em;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	background: #4B7B35;	
}

blockquote p { 
	color: #000000;	
	font-family: arial, verdana, sans-serif;
}

	
/* link colors - behavior */

/* H1 and H3 link behavior */

h1 a:link, h3 a:link, h1 a:visited, h3 a:visited {
	color: #cec81f;
	text-decoration: none;
}

h1 a:active, h3 a:active {
	color: #707070;
	text-decoration: none;
}

h1 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: none;
}

/* H2 and H4 and p link behavior */

h2 a:link, h4 a:link, p a:link, a:link {
	color:#cec81f;
}

h2 a:visited, h4 a:visited, p a:visited, a:visited {
	color: #cec81f;
}

h2 a:active, h4 a:active, p a:active, a:active {
	color: #ffffff;
	background: #4B7B35;
}

h2 a:hover, h4 a:hover, p a:hover, a:hover {
	color: #ffffff;
}

.initialcap
{
	font-size: 180%;
	font-weight: bold;
	line-height: 0.8em;
}

/* - STRUCTURE - */

body {
	margin: 0;
	padding: 0 0 20px 0; 
	}

#page    { 
	background-color: #286a0a; 
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0; 
	width: 760px;
	border-width: 5px;
	border-style: solid;
	border-color: black; 
}

#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	border-bottom: solid;
	border-bottom-color: black;
	border-bottom-width: 5px;
	}

#main {
	float: left;
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 20px;
	width: 480px;
	}

#menu {
	float: right;
	margin-top: 2em;
	width: 244px;
	}

#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	font-size: .8em;
	}

/* - infernal menu - */

#menu ul {
	list-style-type: none;
	font-family: copperplate, courier, arial, verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.3em;
	margin-left: -1.3em;
}

#menu ul ul {
	font-family: "Times New Roman", times, georgia, serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	margin-left: -1em;
}

#menu ul ul a:link, #menu ul ul a:visited{
	padding-left: .3em;
	padding-right: .3em;
	color: #000000;
	text-decoration:none;
}
	
#menu ul a:link, #menu ul a:visited {
	padding-left: .3em;
	padding-right: .3em;
	color: #cec81f;
	text-decoration:none;
}

#menu ul a:hover, #menu ul ul a:hover {
	background: #4B7B35;
	padding-left: .3em;
	padding-right: .3em;
	text-decoration:none;
}

#menu ul a:active, #menu ul ul a:active {
	background: #4B7B35;
	color: #303030;
	text-decoration:none;
	font-style: normal;
}

/* - Pictures styles - */

/* - for a figure with a caption - */

div.figureL {
	float: left;
	border: 1.5px #cec81f solid;
	padding: 5px;
}

div.figureR {
	float: right;
	border: 1.5px #cec81f solid;
	padding: 5px;
}

/* - for a figure with a caption - centered - surround with a <center></center> tag - */

div.figureC {
	border: 1.5px #cec81f solid;
	padding: 5px;
}

div.figureL p, div.figureR p, div.figureC p {
	font-family: "Times New Roman", times, georgia, serif;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	text-indent: 0;
}


/* - For a picture without a caption - */

div.pictureR {
	border: 1.5px #cec81f solid;
	float: right;
	padding: 5px;
}

div.pictureL {
	border: 1.5px #cec81f solid;
	float: left;
	padding: 5px;
}


div.pictureNBR {
	float: right;
	padding: 5px;
}

div.pictureNBL {
	float: left;
	padding: 5px;
}

div.pictureNBC {
	padding: 5px;
}


/* - to stop text from floating up next to a picture - include <p class="floatstop"> after the image - */

.floatstop {
	clear:both;
}