/*zeroing removes the browser default values*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
/*following style to force Firefox to draw scroll bar*/
/*hide from IE mac\*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/*end hiding from IE5 mac*/
body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(images/bodyBG.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper {
	margin: 0 auto;
	width: 770px;
	border: 1px solid #000000;
}
#header {
	height: 75px;
	background-color: #FFFFFF;
	/*background-image: url(design4/maplink.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	border-bottom: 3px solid #6600A1;
	
}
#innerwrapper {
	background-image: url(images/innerwrapperBG.gif);
	background-repeat: repeat-y;
	/*padding-top: 5px;*/
	vertical-align: top;	
}
#leftcol {
	float: left;
	width: 145px;
	font-size: 90%
}
#leftcol ul {
	list-style-type:none;
	/*border-top: 1px solid #333;*/
}
#leftcol ul li {
	/*border-bottom: 1px solid #333;*/
	background-color:#D2C8E0;
}
#leftcol li a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	/*padding: 3px 0 3px 5px;*/
	padding: 0 1em 0px 10px;
	/*background-image: url(../images/bulletPurple.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;*/
	line-height: 20px;
	font-size: 80%;
}
#leftcol li a:hover, #leftcol li a:focus {
	/*background-color: #960;*/
	color: #6600A1;
	font-weight: bold;
	/*background-image: url(../images/bulletWhite2.gif);
	background-repeat: no-repeat;*/
}
#leftcol p {
	font-size: 80%;
	background-color: #DCD3E7;
	/*margin-top: 15px;*/
	padding-left: 10px;
	/*border-top: 3px solid #6600A1;*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#leftcol p a {
	text-decoration: underline;
	color: #6600A1;
	line-height: 20px;
	font-weight: normal;

}
#leftcol p a:hover, #leftcol p a:focus {
	color: #6600A1;
	font-weight: bold;
}
#content {
	width: 610px;
	margin-left: 155px;
	vertical-align: top;/*	font-size: 80%;*/
	min-height: 375px;
	_height: 375px;
	
}
* html #content {
    overflow-x: auto; overflow-y: hidden; 
    width: expression(document.body.offsetWidth - 610);
}
#content p {
	font-size: 80%;
	margin: 12px;
}
#content ul {
	/*font-size: 80%;*/
	padding-left: 35px;
	list-style-type: square;
	right-margin: 12px;
	padding-right: 10px;
}
#content ol {
	font-size: 80%;
	padding-left: 35px;
}
#content h1 {
	font-size: 140%;
	color: #6600A1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}
#content h2 {
	font-size: 120%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#content h3 {
	font-size: 100%;
	color: #6600A1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}
#content a:link {
	color: #6600A1;
	text-decoration: underline;
}
#content a {
	/*font-weight: bold;*/
}
#content a:visited {
	text-decoration: underline;
	color: #6600A1;
}
#content a:hover {
	text-decoration: none;
	color: #000;
	background-color: #D2C8E0;
}
#content a:active {
	text-decoration: underline;
}
#footer {
	background-color: #FFFFFF;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6600A1;
	padding-bottom: 3px;
}
#footer p {
	font-size: 70%;
	color: #000;
	text-align: center;
}
#footer a:link {
	color: #6600A1;
	text-decoration: underline;
}
#footer a {
	font-weight: bold;
}
#footer a:visited {
	text-decoration: underline;
	color: #6600A1;
}
#footer a:hover {
	text-decoration: none;
	color: #000;
	background-color: #D2C8E0;
}
#content a:active {
	text-decoration: underline;
}

#skip a {
	position: absolute;
	margin-left: -1000px;
}
#skip a:focus, #skip a:active {
	margin-left: 0;
	display: block;
	width: 10em;
	overflow: visible;
	background-color: #000;
	color: #fff
}
#blah:active {
}
#fullsize ul {
	font-size: 100%;
	padding-left: 35px;
	list-style-type: square;
}
blockquote {
	font-size: 80%;
	/*background-color: #EBF4E1;*/
	border: 1px solid #6600A1;
	padding: 6px;
}
blockquote:hover {
	border: 1px solid #E8BC15;
}
.boldText {
	font-weight: bold;
}
.left {
	float: left;
	margin: 5px 10px 1px 0;
	border: 1px solid #000;
}
.code {
  background-color:#EFECF4;
  font-weight: 85%;
   }
hr {
	color: #6600A1;
	width: 95%;
	text-align: center;
}
/*#tutorialnav {
	text-align: center;
}*/
.redBold {
	color: #FF0000;
	font-weight: bold;
}
.yellow {
	background-color: #FFFFCC;
}
 
   
.next {
	vertical-align:top;
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	font-size: 80%;
	display: block;
}
.next img {
	vertical-align: top;
}
.smalltext {
	font-size: 80%;
}

