p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000; }
div.artText { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000; }
div.alignRight { 
	float: right; 
	text-align: center; 
	padding: 0 0 0 8px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #000000; 
}
div.alignLeft { 
	float: left; 
	text-align: center; 
	padding: 0 8px 0 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #000000; 
}
a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #6D977C; text-decoration: underline; }
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #6D977C;
}
h1, .h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #003D0E;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
 h2, .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #003D0E;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.menu { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.menutext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.catmenu { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.lightred, a.lightred { color: #FFCC99; }
.white { color: #FFFFFF; }
.lightbrown { color: #927C63; }
.darkbrown { color: #996633; }
form { display:inline; }
input,select,textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
hr { border: thin dotted #990000; }
.post_date {
  margin:0;
  font-size:115%;
  line-height:1.5em;
  display:block;
  border:0px;
  padding:12px 14px 2px 0px;
  color:#333;
  }
.post_title {
  margin:0;
  font-size:115%;
  line-height:1.5em;
  background:url("http://www.blogblog.com/rounders3/icon_arrow.gif") no-repeat 10px .5em;
  display:block;
  border:1px dotted #B95F37;

  border-width:1px 1px 1px;
  padding:2px 14px 2px 29px;
  color:#333;
  }
.post_body {
  margin:0;
  display:block;
  border:1px dotted #B95F37;
  border-width:0 1px 1px;
  padding:10px 14px 14px 29px;
  }
.post_end {
  margin:0;
  line-height:1.1em;
  display:block;
  border:1px dotted #B95F37;
  border-width:0 1px 1px;
  padding:2px 14px 2px 29px;
  }
.sidebar_title {
  margin:0;
  padding:0 0 .2em;
  border-bottom:1px dotted #B95F37;
  font-size:115%;
  line-height:1.5em;
  color:#333;
  }
.box ul {
  margin:.5em 0 1.25em;
  padding:0 0px;
  list-style:none;
  }
.box ul li {
  background:url("http://www.blogblog.com/rounders3/icon_arrow_sm.gif") no-repeat 2px .25em;
  margin:0;
  padding: 0 0 10px 16px;
  margin-bottom:3px;
  border-bottom:1px dotted #B95F37;
  list-style:none;
  line-height:1.4em;
  }
.style3 {
	font-size: 24px;
	color: #FFFFFF;
}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 9; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #FFFFFF; }
.style6 {
	color: #ffcc66;
	font-size: 16px;
}
.style18 {color: #FFFFFF; font-size: 16px; }

/**************************
 * This is the CSS for the left menu
 * Fly-out menu.  This css can be modified
 * to create a horizontal fly-out menu
 * if needed
 * ****************************/
#nav, #nav ul { /* all lists */
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style: none;
	/*float: left;*/
	width: 175px;
	/*line-height: 1;*/
	z-index: 500;
}

#nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#FFFFFF;
	padding:3px 0px 12px 15px;
	background: url('images/arrows.gif') left top no-repeat;
	font-weight: bold;
	font-size: 12px;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	z-index: 500;
}

#nav li {
	line-height : 1.25em;
	color: white;
	margin-bottom : -1px;
	margin-left: 5px;
	page-break-after: auto;
	width: 175px;
	/*overflow: auto;*/
}

#nav li ul { /*second-level lists */
	position: absolute;
	/*background-color: #6D977C;*/
	width: 175px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left : 11.15em;
	margin-top : -2.15em;
	z-index: 1000;
}

#nav li ul li { /* second-level lists */
	z-index: 1000;
}

#nav li ul a {


	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	padding:3px 3px 12px 6px;
	/*background: url('images/dot.gif') left top no-repeat;*/
	background: transparent;
	background-color: #6D977C;
	font-weight: bold;
	font-size: 12px;

	border-top: 1px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 175px;
}

#nav li ul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


#nav li:hover ul, #nav li li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -1em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	/* lists nested under hovered list items */
	left: auto;
}
