@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

}

ol, ul {
	list-style: none;
}

body  {
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/SteppingStones_body.png) repeat-x #FFF;
	margin: 0;
	padding: 0;
	color: #000000;
}

#container { 
	width: 950px;
	background: none;
	margin: 0 auto;
	text-align: left;
} 



#header { 
	background:url(../images/header2-trans.png) no-repeat;
	height:150px;
	padding: 0;
	margin:0 0 -1px 0;
} 

.logo{
	float:left;	
}

.info {
  font-size: .7em;
  float: right;
}

.entry {
	float:left;
	border-top:1px solid #fff;
	width:720px;
        margin-bottom: 20px;
}
.entry h3 {
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	padding:0 0 0 10px;
	background:#99ccff;
	color:#333;
        width :100%;
}
.entry h3 a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	padding:0 0 0 10px;
	background:#99ccff;
	color:#333;
        width :100%;
}

.entry h3 a:hover{

	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	background:#fff;
	padding:0 0 0 10px;
	color:#99ccff;
        width :100%;
}

.entry p {
        clear: both;
}
.clear {
        clear: both;
}

#sideNav{
	background:#FFF;
	width:200px;
	float:left;
	border-top:1px solid #fff;
}


#sideNav li{
	text-align:left;
	line-height:2em;
	padding:0;
	width:188px;
	border-bottom:#fff 1px solid;
	border-left:#fff 1px solid;
	border-right:#fff 1px solid;
}

#sideNav li a{
	display:block;
	height:2em;
	width:188px;
	padding:0 0 0 10px;
	background:#99ccff;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
}

#sideNav li a.current{
	display:block;
	height:2em;
	width:188px;
	padding:0 0 0 10px;
	background:#ffffcc;
	color:#333366;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;	
}

#sideNav li a:hover{
	display:block;
	height:2em;
	width:188px;
	background:#fff;
	padding:0 0 0 10px;
	color:#99ccff;
}

#content{
	width:740px;
	background:url(../images/content-trans.png) no-repeat #FFF;
	float:left;
	margin:0;
	padding:0 5px 50px 5px;
}

#content .table{width:100%;}
#content  .cell1{width:40%;}
#content  .cell2{width:60%;}
#content  .cell1{float:left; }
#content  .cell2{float:right;}

#content img.left {
             float: left;

/* This centers the image */
display: block;
margin:4px;

/* This adds the border */
padding:7px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 1px 1px 1px;
background-color:white;
}

#content img.right {
             float: right;
margin:4px;
/* This centers the image */
display: block;

/* This adds the border */
padding:7px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 1px 1px 1px;
background-color:white;
}

#content img.photo {

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 1px 1px 1px;
background-color:white;
}

.box_right { width: 40%;
             float: right;
             margin: 4px;
	     border:2px solid #999;
             padding: 4px;
}

.box_left { width: 40%;
             float: left;
             margin: 4px;
	     border:2px solid #999;
             padding: 4px;
}

.box { width: 100%;
             margin: 4px;
	     border:2px solid #999;
             padding: 4px;
}

#content a{
	color:#333366;
	font-weight:bold;
	text-decoration:none;
	line-height:1.5em;
}

#content p {
	margin:.4em 0 .8em 0;
	padding:0;
}

#content h1 {
        padding-top: .5em;
        padding-bottom: .5em;
}

#content ul li {
	line-height: 1.4em;
	list-style: square;
	margin-left: 20px;
}
#content ol li {
	line-height: 1.4em;
	list-style: decimal;
	margin-left: 20px;
}
#content h2{
	display:block;
	width:740px;
	font-size:2.5em;
	margin:0 0 10px 0;
	color:#99ccff;
	border-bottom:1px solid #999;
	padding:0 0 2px 0;
}

#footer{
	width:740px;
	float:right;
	margin:0;
	padding:5px;
	background:#99ccff;
	color:#fff;
	font-size:small;
	font-weight:bold;
	text-align:right;
}

img.home{
	float:right;
	width:200px;
}

p.allParas{
	 margin:0 0 1em 0;	
}

.invisible{
	visibility:hidden;	
}

#content table{
	width:80%;	
}

#content th{
	background:#99ccff;
	font-weight:bold;
	color:#FFF;
	padding:0.5em;
}
#content td{
	padding:0.5em;
	height:2em;
	background:#d9ecff;
}

table.tableStyle{
	width:80%;	
}

.tableStyle th{
	background:#99ccff;
	font-weight:bold;
	color:#FFF;
	padding:0.5em;
}
.tableStyle td{
	padding:0.5em;
	height:2em;
	background:#d9ecff;
}

.LinkList a{
	color:#333366;
	font-weight:bold;
	text-decoration:none;
	line-height:1.5em;
}

.LinkList a:hover{
	color:#999;		
}