body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#pageHeader {
	background-color:#036;
	border:double;
	color:#FFF;
	padding:10px 10px 10px 10px;
}

#pageBodyOutside {
	background-color:#036;
	border:double;
	color:#FFF;
	padding:2px;
}

#pageBodyInside {
	background-color:#FFF;
	margin:0px;
	padding:10px 15px 25px 15px;
	color:#000;
}

#logOut {
	float:right;
	position:relative;
	margin-top:120px;
	padding-right:1px;
	font-size:.95em;
	width:75px;
}

h1 {
/*	color:#C60;  */
	font-size:2.5em;
/*	border-bottom: 3px double #CCC;  */
	line-height:30px;
}
h2 {
	font-size: 160%;
/*	margin-top:-19px;
	margin-bottom:27px;
	border-bottom: 1px solid #369;
	line-height:45px; */
}

h3 {
	font-size:1.3em;
	color:#000;
}

h4 {
	margin-bottom:-10px;
}

ol {
	line-height:1.75em;
}

p.inst {
	width:500px;
}

p.instViewPg {
	width:600px;
}

table, th, td {
	border: 1px solid #000;
	border-collapse: collapse;
}
th {
	background-color: #366;
	color: #FFFFFF;
}
th, td {
	padding: 7px;
}
caption {
	text-align: left;
	font-weight: bold;
}

.user {
	font-size:85%;
	margin-top:1px;
	float:right;
}

#footer {
	margin-top:10px;
	clear:both;
	font-size:85%;
	text-align:center;
	line-height:17px;
}
