body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #eee;
	}
	
.left-bg {
background-image: url(../images/bg_main_left.gif);
}

.right-bg {
background-image: url(../images/bg_main_right.gif);
}	

	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: underline;
	color: #003399;
	font-weight: normal;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

/* Horizontal Navigation */

ul#nav {
	display: block;
	height: 35px;
	
	border: 0;
	margin: 0;
	/*margin: 5px 25px 16px 20px;*/
	padding: 0;
	list-style-type: none;
	border-top: 4px solid #3A545A;
	border-bottom: 1px solid #3A545A;
	background: #58808A;

}

ul#nav li { display: inline; }

ul#nav li a {
	display: block;
	float: left;
	height: 33px;
	margin: 0;
	background: no-repeat 9px 5px;
	padding: 7px 12px 0px 12px;
	border-right: none;
	color: #D5DFE2;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

ul#nav img {
	position: relative;
	top: 4px;
	left: -3px;
}

ul#nav li a:hover {
	background-color: #96090A;
	color: #fff;
	height: 35px;
	text-decoration: underline;
}

ul#nav li a.active, ul#nav li a.active:hover {
	height: 28px;
color: #fff;
	background: #3D515C;
	cursor: default;
font-weight: bold;
}
ul#nav li a.active:after { content: "\00A0\00BB" attr(cite); }

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */

a.jweb:link 	{color: #F0F3F5; text-decoration: none;}
a.jweb:visited	{color: #F0F3F5; text-decoration: none;}
a.jweb:hover 	{color: #FFFFFF; text-decoration: underline;}
a.jweb:active 	{color: #F0F3F5; text-decoration: none;}	

#left-top-ten {
width: 190px;
padding: 4px;
border: 1px solid #666;
background-color: #F1FFCC;
}

#left-pics-sounds {
width: 190px;
margin-top: 15px;
padding: 4px;
border: 1px solid #666;
background-color: #C1D8EO;
}


