

/* HTML tag styles */
body {
	background-image: url(Graphics/BackGround_01_1000x40.gif);
	background-repeat: repeat-y;
	background-color: #8a6311;
	background-position: top center;
	padding: 0;
	color: darkslategray;
	font-family: georgia;
	}




/* How the links behave.  The order needs to be link, visited, hover, focus, active
in order to avoid conflicts between the various pseudo-classes.  */
a:link {
	color: #00F;
	text-decoration: underline;
	}

a:visited {
	color: darkslategray;
	}

a:hover { 
	color: #C0FFC0; 
	text-decoration: none;
	background: lightslategray;
	
	}
/* End of general links section  */


/* HTML class styles */

p.before_list {
	margin-bottom: 0;
	padding-bottom: 0;
	}

p.after_list {
	margin-top: 0;
	padding-bottom: 0;
	}

ul.NoBullets {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	list-style-type: none;
	}

.section {
	
	margin-top: 0;
	margin-right: 27%;
	margin-bottom: 0.8em;
	padding: 0 0 0.9em 7em;
	background: lemonchiffon;
	background: transparent;
	}

.section h2 {
	
	position: absolute;
	left: 2px;
	top: auto;
	width: 50px;
	margin: 0 5px 0 0;
	padding-left: 5px;
	font-size: 125%;
	color: black;
	}

.text_box {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 5px;
	width: 550px;
	background: lemonchiffon;
	}

.CenteredImage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	}



/* HTML id styles */

#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.0em;
	overflow: hidden;
	}

#a0 {
	margin: 0;
	padding: 0;
	border-style: none;
	background: transparent;
	}

#logo {
	width: 900px;
	padding-left: 0px;
	}

a #logo, a:hover #logo {
	border-style: none;
	}

#corpo {
	position: relative;
	width: 900px;
/*	margin: 50px; */
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	}

#menu {
	cursor: crosshair;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin-left: 0px;
	width: 900px;
	background: lemonchiffon;
	font-size: 80%;
	font-weight: bold;
	}

#menu a {
	margin: 0 1em;
	padding: 5px;
	font-variant: normal;
	text-decoration: none;
	}

#menu a:link {
	color: #00F;
	}

#menu a:visited {
	color: darkslategray;
	}


#menu a:hover { 
	text-decoration: none;
	font-weight: bold;
	background: #fffff0;
	}



#menu a.CurrentChoice {
	text-decoration: none;
	background: #7ea478;
	}

#Column01 {
	margin-top: 0;
	margin-right: 270px;
	margin-bottom: 0.8em;
	padding: 0 0 0.9em 7em;
	position: relative;
	}

#ExtrasColumn {
	width: 200px;
	position: absolute;
	right: 2px;
	padding: 5px 10px;
	top: 50px;
	background: transparent;
	font-size: 80%;
	clear: left;
	}


#footer {
	clear: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 67%;
	padding-top: 0.5em;
	padding-bottom: 1.0em;
	cursor: crosshair;
	}
