/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:link, a:visited, a:hover {
	color: #4858EC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 150%;
	color: #0000CA;
	font-weight: 900;
}

h2{
	font-size: 110%;
	color: #0000CA;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 3px;
}

h3{
	font-size: 100%;
	color: #333333;
	margin-bottom: 2px;
	margin-top: 15px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}
table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	width: 90%;
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 15pt;
	margin-bottom: 8px;
}
li {
	margin-bottom: 7px;
}
ul{
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 5px;
}
ol {
	margin-top: 5px;
	margin-bottom: 5px;
}


ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: circle;
}

/*********** div layout styles ***********/
#navBar{
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 90%;
	line-height: 200%;
	margin-top: 0;
	margin-right: 79%;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#navBar a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

#navBar a:hover {
	text-decoration: underline;
}
#content{
	float:right;
	width: 75%;
	padding-top: 25px;
	padding-right: 3%;
	padding-bottom: 25px;
	padding-left: 0px;
	margin: 0;
}

#content p {
	margin-top: 5px;
	margin-bottom: 8px;
}

#siteInfo{
	clear: both;
	font-size: 85%;
	color: #000066;
	padding: 10px;
	margin-top: 0px;
	margin-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-right: 15px;
}

/*********** #navBar link styles ***********/
#navBar h1 {
	border-bottom: 1px solid #EEE;
	line-height: 105%;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #CC0000;
}
#navBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navBar li{
	line-height: 1.2em;
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
}

/*********** class styles ***********/
.cellHead {
	font-weight: bold;
	font-size: 95%;
	line-height: 1.05;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
	text-align: left;
}
.cellBody {
	font-size: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	line-height: normal;
}

.error {
	font-weight: 600;
	margin-bottom: 1px;
	margin-top: 10px;
}

.example {
	font-family: "Courier New", Courier, monospace;
	margin-left: 20px;
}

.recovery {
	margin-top: 0px;
	margin-left: 15px;
}

.variable {
	font-style: italic;
}
