/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
/*	font-family: Geneva, Arial, Helvetica, sans-serif; */
	font-family:'trebuchet ms',helvetica,sans-serif;

}
body {
	background-color: #ffffff; 
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	color: #333333;
}
a:link, a:visited {
	color: #336699;
	text-decoration:underline;
	}
a:hover {
	color: #cc0000;
	}
H1 {
	font-size:2em;
	color: #cc0000;
	padding-bottom: .5em;
	}
H2	{
	font-size: 1.6em;
	color: #336699;
	padding-bottom: .5em;
	}	
H3  {
	font-size: 1.4em;
	color: #336699;
	text-align:center;
	padding: .5em;
	}
H4	{
	font-size: 1.2em;
	font-weight: bold;
	color: #336699;
	text-align:right;
	padding: .5em;
	}
TH {
font-size: 1.2em;
	font-weight: bold;
	color: #336699;
	text-align:right;
	}
P	{
	font-size: 1.2em;
	padding-bottom: 1em;
	}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ol {
	margin-left:2em;
	font-size: 1.2em;
	}
input.buttonstyle {

	color: #cc0000;
	width: 210px;
	}
input.go {
	color: #009900;
	font-size:1.2em;
	font-weight:bold;
	height: 1.7em;
	
	}
#page-container {
	background-color:#FFFFFF;
	border: solid 3px #CC0000;
	width: 780px;	
	margin: auto;
	margin-top: 2em;
	}
/* header area definitions */
#header-area {
	background-color: #FFFFFF;
	position: relative;
	height: 100px;
	width: 780px;
	margin: auto;
	padding: 0px;
	overflow: hidden;
	background-image: url(../../images/wave_tagline.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}
#logo-area {
	padding: 1.2em;
	}
#tag-line-area {
	padding-left: 47em;
	} 
/* #menu-area {
	width: 780px;
	position:absolute;
	top: 10em;	
	border-bottom: solid 3px #CC0000;
} */
/* Adjustments made to menu and menu are defs to accommodate "Resources" tab 11/17/08 */
#menu-area {
	width: 720px; /* was 711 */
	position:absolute;
	top: 10em;	
	margin-left: 62px;  /* was 69px */
	border-bottom: solid 3px #CC0000;
}
#menu-area a:link, #menu-area a:visited {
	color: #666666;
	text-decoration:none;
	}
#menu-area a:hover {
	color: #336699;
	text-decoration:underline;
	}
#menu-area td{
	height:20px;
	font-size: 1.2em;
	text-align:center;
}
td.tab {
	padding-left: .4em; /* was .8em */
	padding-right: .4em;  /* was .8em */
	height:20px;
	font-size: 1.2em;
	font-weight:bold;
	color: #CCCCCC;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
td.tab-selected {
	padding-left: .4em;  /* was .8em */
	padding-right: .4em;  /* was .8em */
	background-image:url(../../images/menu_bg.gif);
	background-repeat:repeat-x;
	color: #ffffff;
	font-weight:bold;
    border-left: 1px solid #cc0000;
	border-top: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
}
.td-space {
	width: .5em;
	}
/*.td-spacer {
	width: 22em;
	} */
.td-spacer {
	width: 17em;
	}
#sub-menu-area {
	width: 780px;
	margin-left: 0px;
	background-image: url(../../images/menu_bg.gif);
	background-repeat:repeat-x;
	color: #ffffff;
	border-top: 1px solid #cc0000;
	}
#sub-menu-area a:link, #sub-menu-area a:visited {
	color: #cccccc;
	text-decoration:none;
	}
#sub-menu-area a:hover {
	color: #ffffff;
	text-decoration:underline;
	}
#sub-menu-area td{
	height:20px;
	font-size: 1.2em;
	text-align:center;
}
td.subtab {
	padding-left: .4em; /* was .8em */
	padding-right: .4em;  /* was .8em */
	height:20px;
	font-size: 1.2em;
	font-weight:bold;
	color: #eeeeee;;
}
td.spacer-sub {
	width: 15em;
	}
td.subtab-selected {
	padding-left: .4em;  /* was .8em */
	padding-right: .4em;  /* was .8em */
	background-color: #fff;
	color: #CC0000;
	font-weight:bold;
}
td.shaded {
	background-color:#eeeeee;
	
	}
td.outline {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
.red-text {
	color: #cc0000;
	}
#main-content-area {
	margin: 0;
}
#main-content {
	margin: 1em;
	}
#main-content td {
	padding: 1em;
	}
#footer-area {
	padding-top: .5em;
	color: #666666;
}
#beta {
    width: 80%;
}
#beta p {
    border: #cc0000 1px solid;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
    padding: 4px;
    margin-bottom: 10px;
    text-align: center;
}
#booktitle {
    font-weight: bold;
    font-style: italic;
}
    