body 
{
font-family: Times, "Times New Roman", serif;
}

code 
{
font-family: monaco, courier, monospace;
}


/* Pseudo Classes */
a:link 		{}
a:visited 	{color: red;}
a:active 	{}
a:hover 	{} 
/* NOTE!:leave pseudo-classes exactly in this order, even if you re-declare */

/* Next--set global colors, sizes, heights, and positions */

/* XARAYA REQUIRED CLASSES */

a {text-decoration: none;}
blockquote {}
body {margin: 0; font-size: 100%; background : #FFFFFF;} /* ems inherit and modify size based on parent font-size declaration or last declaration override if nested. Ex: span call within another dec modifying body em. Watch out. */
code {}
h1 {font-size: 140%; line-height: 120%;}
h2 {font-size: 130%; line-height: 120%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;} /*All Article Titles are h2*/
h3 {font-size: 120%; line-height: 120%;}
h4 {font-size: 110%; line-height: 120%;}
th {}
td {}
table {}
thead {}
tbody {}
tfoot {}
p {line-height: 140%; font-size: 120%; color:#000000;}
pre {}
input {}
button {}

select {}
option {}
optgroup {}
textarea {}
label {}
img {}
li {}
ul {list-style-type: none; padding: 0em;} /* I *HATE* bullets--sloppy crap! */
ol {}
sup {}
sub {}


/* BEGIN MY ANONYMOUS BLOCK CLASSES */

/* Text */

.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.j {text-align: justify;}

/* Images with margins and captions using DIV to package */

div.img-left {float: left; margin: 0em 2em .5em 0em;}
div.img-left p {text-align: center; font-style: italic; font-size: 80%; font-family: Times, serif;}
div.img-right {float: right; margin: 0em 0em .5em 2em;}
div.img-right p {text-align: center; font-style: italic; font-size: 80%; font-family: Times, serif;}
div.img-center {float: left; margin: 0em 2em 2em .5em;}
div.img-center p {text-align: center; font-style: italic; font-size: 80%; font-family: Times, serif;}

/*  MY ANONYMOUS BLOCK/INLINE (SPAN) CLASSES */
.i {font-style: italic;}
.b {font-weight: bold;}
.u {text-decoration: underline;}
.s {text-decoration: line-through;}


/* Xar_Rancho_Arcana Theme Layout */

#container {width: 80%; margin: 1em auto; background-color: #FFFFFF; color: #000000; line-height: 130%;}

#top {padding: .5em 0em .5em 0em; border-bottom: 2px solid black;}
#top h1 {text-align: right; font-size: 120%; font-family: Futura, "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; color: #000000; padding: 0; margin: 0;}
#top h1 a {color: #000000; text-decoration: none;}

#leftnav {float:left; width:120px; border-right: 2px solid black; margin: 0 2em 2em 0; padding: 0em 1em 0em 1em;}

#content {margin: 0em; padding: 1em;}
#content h2 { margin: 0 0 1em 140px; } 

#footer {clear:both; margin: 0em ; padding: 1em 0em 1em 0em; color: #CCCCCC; font-size: 75%;}

#copyright {
	float: left;
	padding: 0em;
	margin:0;
	color: #000099;
}

#slogan {
	
	float: right;
	padding: 0em;
	text-align: right;
	margin:0;
	color: #000099;
	}

p#footermsg {
	margin: 1em 0 1em 0;
	text-align: center;
	font-size: 75%;
}

/* Article Summaries--Tagged in View (Summaries)*/
#summary-column p {margin: 1em 0em .25em 140px; padding: 0em; line-height: 120%;}
#summary-column h2 {margin:0em 0em 0em 140px; padding: 0em; line-height: 80%;}

/* Summary Styles--Tagged in Summaries */
.date {font-size: 80%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
.sum-more {font-size: 80%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}


.warning {border: 1px solid gray; padding: .5em; font-family: Arial;}