/*-------------------------------------Tags------------------------------------*/
html, body{
	height: 100%;
	width: 95%;
	padding: 0 15px;
	margin: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
		padding: 0 15px;
}

/*--------------------------------------Rules-----------------------------------

----------Header Rules---------*/

#Header {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	z-index: 2;
	display: block;
	visibility: visible;
	float: none;
	height: auto;
}

#HeaderLeft {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 85px;
	width: auto;
	position: absolute;
	left: 14px;
	z-index: 10;
	top: 0px;
	visibility: visible;
	float: left;
	width: auto;
}
#HeaderStretch {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	height: 85px;
	width: 100%;
	position: absolute;
	left: 2px;
	top: 5px;
	z-index: 2;
	visibility: visible;
}
#HeaderRight {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	height: 85px;
	width: auto;
	position: absolute;
	top: 0px;
	z-index: 3;
	visibility: visible;
	float: right;
	margin: 0px;
	padding: 0px;
	right: 0px;
}

#spacer{ 
	display: block; 
	height: 85%; 
	width: 1px; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	background: #fff; /* same as body bg */ 
	float: right; 
} 

html> body> #spacer {
display: block; 
	height: 90%; 
	width: 1px; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	background: #fff; /* same as body bg */ 
	float: right; 
} 

#pagecontainer { /* aka #bodycontent */
	width: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	float: right; 
	margin-right: -1px; /* this is the key to avoid the 1px jog caused by spacer */ 
} 

#MainContent {
	text-align: left;
	margin: 0px;
	background-color: #FFF;
	padding-top: 130px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index: 11;
}

/*------------Image Styles----------*/
#ImageCaptionedRight {
	font-size:x-small;
	font-style:italic;
	float: right;
	position: static;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #000000;
	padding: 5px;
}

#ImageCaptionedLeft {
	font-size:x-small;
	font-style:italic;
	float: left;
	position: static;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	border: 1px solid #000000;
	padding: 5px;
}

.ImageCredit {
	font-size:xx-small;
	margin-top:3px;
}

.ImageLeft {
	float: left;
	position: static;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.ImageRight {
	float: right;
	position: static;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #000000;
}

.ImageLeftBorderless {
	float: left;
	position: static;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: none;
}

.ImageRightBorderless {
	float: right;
	position: static;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: none;
}

/*----------Footer Rules---------*/
#Footer {
	height: 50px;
	width: 100%;
	margin: 0;
	float: left;
	z-index: 5;
	display: block;
}

#Validator {
	position: relative;
	left: 0px;
	height: 15px;
	display: block;
	top: 0px;
	width: 100%;
	visibility:visible;
	z-index:10;
}

#Validator a {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#FooterLeft {
	left: 0px;
	top: 5px;
	height: 35px;
	width: 25%;
	position: relative;
	float: left;
	visibility: visible;
	z-index: 5;
	text-align: left;
}
#FooterRight {
	right: 0px;
	top: 5px;
	width: 25%;
	height: 35px;
	position: relative;
	float: right;
	visibility: visible;
	z-index: 4;
	text-align: right;
}
#FooterContactInfo {
	font-size: 12px;
	text-align: center;
	width: 100%;
	position: relative;
	left: 0px;
	top: -32px;
	visibility: visible;
	z-index: 3;
	float: left;
	border-top: 2px none #000000;

}

/*--------------General Styles------------*/
.BoldBlack {
	font-weight: bold;
	color: #000000;
}

.Activity {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	line-height: 20px;
}
.Assessment {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	line-height: 20px;
}
.TotalPts {
	font-weight: bold;
	background-color: #EAEAEA;
}

.TopOfPage {
	font-size: 12px;
}
#Objectives {
	display: block;
}

.Definition {
	font-weight: bold;
	color: #FF6600;
}

.hilite-paragraph {background-color: #FFFFCC; margin-left: 20px; margin-right: 20px; padding-left: 10px; padding-right: 10px; text-align:justify;
	}
	
.pullquote { 
	float: right; 
	width: 180px; 
	margin-top: 2px;
	border-style: solid; 
	border-color: rgb(51, 102, 153); 
	border-width: 7px 0px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 0px; 
	margin-left: 10px;
	color: rgb(51, 102, 153); 
	font-weight: bold; 
	font-size: 1em;  
	text-align: left;
} 
	h1 {
	font-size: x-large;
	font-weight: bold;
}
h2 {
	font-size: large;
	font-weight: bold;
}
h3 {
	font-size: medium;
	font-style: italic;
	font-weight: bolder;
}
h4 {
	font-size: medium;
	font-style: italic;
}
.ImageCaption {
	font-size: x-small;
}
li {
	margin-bottom: .8em;
}
