@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 20px;
	background-color: #000;
		background-image: url(images/mandalablock.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
}
html {
	background: #000;
	background-image: url(images/mandalablock.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
}

h1,h2,h3,h4,h5,li,ul {
	margin: 0;
}
a:link {
	color: #369;
	text-decoration: underline;
}
a:visited {
	color: #369;
}
a:hover {
	color: #FC0;
}
a:active {
	color: #369;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #906;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*---------header styles-------------*/
#header  {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	width: 770px;
	top: 155px;
	left: 10px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	background: transparent;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	margin-right: 0.5em;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #C6C;
	cursor: pointer;
	background-color: transparent;
}
#header li a:hover {
	color: #FC0;
	background-color: transparent;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #6A0048;
	text-align: center;
	height: 110%;
	margin: 0px;
	padding: 15px 15px 0px 10px;
	clear: none;
}
#sidebar1 a:link {
	color: #E6D39B;
}
#sidebar1 a:visited {
	color: #E6D39B;
}
#sidebar1 a:hover {
	color: #E6D39B;
}
#sidebar1 a:active {
	color: #E6D39B;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #E6D39B;
	line-height: 1.2em;
	text-align: center;
}
.sidep2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #E6D39B;
	line-height: 1.2em;
	text-align: center;
}

#sidebar1 img {
	text-align: center;
	border: 1px solid #333;
	background-color: #E6D39B;
	padding: 3px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #E6D39B;
}
#sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #E6D39B;
}
#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.6em;
	font-weight: normal;
	color: #E6D39B;
}

#EditRegion3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin: 0px 0px 0px 0px;
	padding: 0 20px;
	height: 100%;
}

#mainContent  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin: 0px 225px 0px 0px;
	padding: 0 20px;
	height: 100%;
} 
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333;
	line-height: 1.6em;
	text-align: justify;
	margin-top: 0px;
	padding: 0px;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.6;
	color: #854985;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1.6;
	color: #369;
	margin: 0px;
	padding: 0px;
	font-style: oblique;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1;
	color: #369;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


#mainContent ul,#maincontent ol {
	list-style-image:url(images/bullet.gif);
	marker-offset: 300px;
}

#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color:#333;
	padding: 0;
	margin: 10px;
}
.dots {
	text-align: center;
	padding-top: 10px;
}

#footer  {
	background:#DDDDDD;
	clear: both;
	margin: 0px;
	padding: 0 10px 0 20px;
	height: 35px;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	position: relative;
	right: 0px;
	bottom: 30px;
	width: 220px;
	top: -25px;
	height: auto;
}
#footer li {
	float: left;
}
#footer li a:link, #footer li a:visited {
	background: transparent;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	line-height: 20px;
	margin-right: 0.5em;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-right: solid 1px #666;
}
#footer li a.current, #footer li a.current:hover, #footer li a.current:active {
	color: #C6C;
	cursor: help;
	background-color: transparent;
}
#footer li a:hover {
	color: #C6C;
	background-color: transparent;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.linker_thing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #369;
	text-align: right;
	float: right;
	position: relative;
}
.notes_to_Gladys {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F30;
}
.imageLeft {
	padding: 3px;
	border: 1px solid #999;
	background-color: #E6D39B;
	margin:0px 10px 5px 0px;
	position: relative;
	top: 7px;
}
.imageLeftbottompad {
	padding: 3px;
	border: 1px solid #999;
	background-color: #E6D39B;
	position: relative;
	top: 7px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.imageleftbottompad30 {
	padding: 3px;
	border: 1px solid #999;
	background-color: #E6D39B;
	margin:0px 10px 20px 0px;
	position: relative;
	top: 7px;
}


.imageRight {
	padding: 3px;
	border: 1px solid #999;
	background-color: #E6D39B;
	position: relative;
	top: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.shadeform	{
	COLOR: #000000;
	background-color: #FFFFFF;
	background-image: url(images/shadeform.gif);
	text-align: left;
	WIDTH: 250px;
	BORDER: #D7D4C5 1px solid;
	background-repeat: repeat-x;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	height: 23px;
}
.sidebar_justified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #E6D39B;
	line-height: 1.6em;
	text-align: justify;
	padding: 0px;
}
.sidebar_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #E6D39B;
	line-height: 1.6em;
	text-align: right;
	padding: 0px;
}
.ital_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000;
	line-height: 1.6em;
	text-align: right;
	padding: 0px;
	font-style: oblique;
}
.alter_typeface {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bolder;
}
.alter_typeface_notice {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bolder;
	color: #F60;
}

.alter_typeface2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bolder;
}

