/* CSS Document */
/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CFE3FF;
	text-align:center; /*For old IE*/
}
#page {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 800px;
}
#toppage {
	width: 800px;
}
#header {
	width: 800px;
}
#content {
	width: 800px;
}
.media {
	float:right;
	position: relative;
	z-index:inherit;
	text-align:right;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#content img {
	border-style: none;
}
#contenttext {
	float: left;
	width: 798px;
	background-color: #F7F7F7;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-top: dotted 1px #CCCCCC;
	min-height: 360px;
}
#logo {
	float: left;
	width: 118px;
	height: 75px;
	background-color: #F7F7F7;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	text-align: center;
}
#logo img {
	width: 100px;
	height: 66px;
	border: 0;
}
#pagetitle {
	position: relative;
	float: left;
	width: 679px;
	height: 75px;
	border-right: solid 1px #999999;
	background: url("../images/layerbackground.jpg") no-repeat right;
	background-color: #F7F7F7;
}
#title {
    clear:both;
	position: absolute;
	bottom:-20px;
	left:3px;
}
#footer {
	float: right;
	width: 792px;
	padding-right: 5px;
	padding-left: 10px;
}
/* maybe not necessary
#validlinks img {
	border: 0px;
}
#validlinks > a:hover > img {
	opacity: 1;/*CSS3
	filter: alpha(opacity=100); /*For IE, will fail validation
}
#validlinks > a > img {
	opacity: 0.5;/*CSS3
	filter: alpha(opacity=50); /*For IE, will fail validation
}
*/
.breadcrumbs {
	float: right;
	text-align: right;
	font-family: Tahoma;
	font-size: 0.6em;
	padding-right: 3px;
}
div.prevnext {
  clear: both;
  padding-top: 10px;
  padding-bottom:10px;
  }	
	
div.prevnext span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  padding-left:7px;
  }

div.prevnext span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  padding-right:7px;
}
.noshow_red
{
display: none;
color:red;
}
.noshow_green
{
display: none;
color:green;
}
.quiz li
{
margin:5px 0 5px 0;
}

/*GRAY PANEL*/
.panel {
	float:right;
	padding: 12px;
	border: solid 1px #E4E4E4;
	background-color: #EEEEEE;
	margin: 10px;
	width: 752px;
	font-size: 0.8em;
	font-family: Tahoma;
	text-align: justify;
}
/*TEXT STYLES*/
.titletext {
	font: 1.8em Tahoma, sans-serif;
	font-weight: bold;
	color: white;
}
.bodytext {
	font: 0.8em Georgia, sans-serif;
	color: #666666;
	padding: 12px;
}
.hovertext {
	font: 0.75em Tahoma, sans-serif;
	color: #666666;
}
.bodytextindent {
	padding: 0 0 0 25px;
}
h2 {
	font-family: Tahoma;
	font-size: 1.4em;
	color: #006600;
	font-weight: bold;
	line-height: 100%;
	margin-bottom:4px;
}
h3 {
	font-family: Tahoma;
	font-size: 1.2em;
	color: #006600;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 2px;
}
h4 {
	font-family: Tahoma;
	font-size: 1.0em;
	color: #006600;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 0px;
}
h5 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 100%;
}
h6 {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 100%;
}
.tbl_content td {
	width:auto;
	border: 1px solid #D7E5F2;
	padding: 5px;
}
.tbl_content th {
	text-align: center;
}
.tbl_content tfoot {
font-weight:bold;
}
.tbl_panel td {
	width:auto;
	border: 1px dotted #858585;
	padding: 5px;
}
.tbl_panel th {
	text-align: center;
}
.red {
color:red;
}
/*LINK STYLES*/
a:visited {
	color:purple;
}
a:link {
	color: #0000FF;
	text-decoration: underline
}
a:hover {
	color: red;
}
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
	background: url(../images/icon.gif) no-repeat 100% 0;
	padding: 0 20px 0 0;
}
a.external:visited {
	color: purple;
	background: url(../images/icon.gif) no-repeat 100% -100px;
	padding: 0 20px 0 0;
}
a.external:hover {
	color: red;
	background: url(../images/icon.gif) no-repeat 100% -200px;
	padding: 0 20px 0 0;
}
a.menuexternal span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.menuexternal:link {
	background: url(../images/icon.gif) no-repeat 100% 0;
	padding: 0 0px 0 0;
}
a.menuexternal:visited {
	background: url(../images/icon.gif) no-repeat 100% -100px;
	padding: 0 0px 0 0;
}
a.menuexternal:hover {
	background: url(../images/icon.gif) no-repeat 100% -200px;
	padding: 0 0px 0 0;
}
a.pdf span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.pdf {
	background: url(../images/PDFimage.jpg) no-repeat 100%;
	padding: 0 20px 0 0;
}
a.tegrity span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.tegrity {
	background: url(../images/icon_tegrity.gif) no-repeat 100% 0;
	padding: 0 20px 0 0;
}
.skip-link a, .skip-link span {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	top:-4em;
	left:-3em;
}
.skip-link a:active, .skip-link a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	background-color: #ffff00;
	color: #ff0000;
	top: 7em;
	left: 1em;
	padding: 5px;
	border: 2px solid red;
	font-weight: bold;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}
.smallgraytext a {
	border-style: none;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.smallgraytext a:hover {
	text-decoration: underline;
	color: #666666;
}