/* stylesheet.css */
/* Body text and page background */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#993333;
	background-color: #F0f0fo;
	
}
/* Level 1 headings */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	color: #6699CC;
	font-size: 14px;
}/* Level 2 headings */h2 { font-family: "Arial Black", Impact, Charcoal, fantasy;
 color: #1F2159;}
 
 /* Level 3 headings */
 h3 {
 font-family: Arial, Helvetica, sans-serif; 
 font-style:italic; 
 text-decoration:underline; 
 color: #1F2159;}
 /* Generic style class for highlighting text */
 .hilite{
  background-color:#ffff00;
  }
  /* Paragraphs styled as tips */
  p.tip {
	background-color:#E8E8E8;
	margin-left:100px;
	margin-right:100px;
	padding:5px;
	border:thin solid #669ACC;
  } 
  /* Paragraphs styled as warnings */
  p.warning {
	background-color:#FFFFFF;
	margin-left:100px;
	margin-right:100px;
	padding:5px;
	border:thin solid #CBD8E6;
  }
p.narrow {
background-color:#81BEF7;
margin:1em auto;
padding:5px;
border:solid thin #0000FF;
width:400px;
}

p.narrow2 {
	background-color:#FFFFFF;
	padding:5px;
	border:thin solid #A5C2E0;
	width:600px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 5px;
}
/* Float image to right of paragraph */
img.floatRight{
   float: right;
}
/* Center image between margins */
div.center{
   width: 100%;
   text-align: center
}
/* Custom bullet for bulleted lists */
ul{
   list-style-image: url("pics/bullets/ani-smiley.gif");
}

/* Style for tables of thumbnail images */
table.thumbs{
   text-align: center;
   border-collapse: collapse;
}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 10px;
   vertical-align:top;

}
/* Style for thumbnail images */
img.thumbs{
   width:100px;
}

img.adthumbs{
	width:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* old menu bar -Apply CSS to any UL (Unorderd List) with the class name 'menu' */
.menu
{
	border: 1px solid white;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 240px;
}


.menu a, .menu a:visited
{
	color:  #336699;
	font: normal 12px Verdana;
	text-decoration: none;
	background-color: #EFF3FC;
	display: block;
	padding: 2px;
	border-left	: 10px solid #EFF3FC;
}


.menu a:hover
{
	border-left	: 10px solid #4D886A;
	background-color: #336699;
	color: #FFFFFF;
	text-decoration: underline;
}
/*
  ----------------------------
  cssLMPlus Horizontal ListMenu1 StyleSheet
  4LevelWebs: www.fourlevel.com
  HcssLMenuType 1
  ----------------------------
*/


#LvlWrapperH1 {
 width: 100%;
 margin: 0 auto 0 auto;
 padding: 0 0 0 0;
 text-align: center;
}

#LvlnavcontainerH1 {
 width: 100%;
 float: left;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
 font-size: 12px;
 text-align: center;
 border-width: 0px 0px 0px 0px;
 border-style: solid;
 border-color: #6699FF;
}

#LvlnavcontainerH1 ul { padding: 0; margin: 0;}
#LvlnavcontainerH1 ul li { display: inline;}

#LvlnavcontainerH1 ul li a {
 /*width: auto;*/
 float: left;
 margin: 0 4px 0 0;
 padding: 3px 10px 3px 10px;
 color: #000000;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 border-style: solid;
 border-width: 1px 1px 1px 1px;
 border-color: #6699FF #6699FF #6699FF #6699FF;
 background: #FFFFFF;
 background-image: url();
}

#LvlnavcontainerH1 ul li a:hover {
 color: #000000;
 font-weight: normal;
 text-decoration: none;
 border-style: solid;
 border-width: 1px 1px 1px 1px;
 border-color: #6699FF #6699FF #6699FF #6699FF;
 background: #E6EEFB;
 background-image: url();
}

ul#LvlnavlistH1 li#activeH1 a {
 color: #000000;
 font-weight: normal;
 text-decoration: none;
 border-color: #6699FF #6699FF #6699FF #6699FF;
 border-style: solid;
 border-color: #6699FF #6699FF #6699FF #6699FF;
 background: #E6EEFB;
 background-image: url();
}

#LvlnavlistH1 li a:hover, #LvlnavlistH1 li a:active {
 color: #000000;
 font-weight: normal;
 text-decoration: none;
 border-color: #6699FF #6699FF #6699FF #6699FF;
 background: #E6EEFB;
 background-image: url();
}

a#LvlnavlistH1:active, a#LvlnavlistH1:focus {
 background: #E6EEFB;
 background-image: url();
}

#LvlnavlistH1 a:active, #LvlnavlistH1 a:focus {
 color: #000000;
 font-weight: normal;
 text-decoration: none;
 border-style: solid;
 border-color: #6699FF #6699FF #6699FF #6699FF;
 background: #E6EEFB;
 background-image: url();
}
.whitelink a:link {
	color: #FFFFFF;
}
.whitelink a:visited {
	color: #FFFFFF;
}
.whitelink a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

