body {
	background-image: url(//www2.uwstout.edu/content/profdev/images/back.gif);
	margin: 10px;
}
.I2I {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #660066;
	font-size: 17px;
}	
#container {
	width: 600px;
	margin-left:auto;
	margin-right: auto;
	background-color: #FFF;
	padding: 5px;
}
#container_mezzo {
	width: 700px;
	margin-left:auto;
	margin-right: auto;
	background-color: #FFF;
	padding: 5px;
}
#container_mobile {
	width: 484px;
	margin-left:auto;
	margin-right: auto;
	background-color: #FFF;
	padding: 5px;
}
#container_wide {
	width: 900px;
	margin-left:auto;
	margin-right: auto;
	background-color: #FFF;
	padding: 5px;
}
#banner_wide {
	text-align: center;
	background-color: #eeeeFF;
	margin-bottom: 10px;
}
#banner {
	text-align: center;
	margin-bottom: 10px;
}

#menu_help {
	height: 90px;
	background-color: #eeeeFF;
	padding: 10px;
}
#menu {
	height: 15px;
	background-color: #eeeeFF;
	padding: 10px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	margin: 0 0.15em;
	} 

#menu a.this_page {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #363C43;
	text-decoration:none;
}

#side_menu {
	float:right;
	width: 150px;
	border: #069 thick solid;
	padding: 0 0 10px 10px;
}

#side_menu h2 {
	background:#F90;
	padding: 5px;
	margin-left: -10px;
}

#side_menu li {
	list-style: none;
	margin-left: -40px;
	padding-bottom: 5px;
}

#content_divider {
	height: 3px;
	margin: 10px;
	background-color: #069;
}
#content_rule {
	height: 3px;
	margin: 10px;
	background-color: #603;
}
#footer {
	padding: 10px;
	font-family: Georgia, "Times New Roman";
	font-size: 11px;
}

#footer a.author {
	font-size: 11px;
}


#content {
	margin: 4px;
}

h1 {
	font-size: 21px;
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #000044;
	font-weight: bold;
	padding: 0;
	margin-bottom: 15px;
}

h2 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #033;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 15px;
}

h3 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #204;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 15px;
}

h4 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #033;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 15px;
}
.hidden {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -999px;
}


#content p {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}

#content img {
	padding: 6px;
	border: none;
	margin: 6px;
}

#content img.in_text {
	padding: 0px;
	border: none;
	margin: 0px;
}

#content .tip {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	background-color:#EEEEFF;
	padding: 10px;
	border: #033 medium solid;
}

#content .tip img {
	padding: 6px;
	border: none;
	margin: 6px;
}

li {
	margin-top: .5em;
	margin-left: 15px;
}

li.first {
	margin-top: 0;
}

ol ul li {
	margin-top: .25em;
	margin-left: 15px;
}

ol ul li.first {
	margin-top: .75em;
}

#checklist {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#checklist .checkbox {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	padding: 3px;
}

#checklist .list_text {
	margin-left: 75px;
	padding: 3px;
}


.calendar_text {
	font-family: Georgia, "Times New Roman", Palatino, serif;
	font-size: 20px;
}
a:link {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #114444;
	text-decoration: underline;
	font-weight: bold;

}
a:visited {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #558888;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F30;
	text-decoration: underline;
	}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 2px;
}
.footer_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.calendar_date {
	font-size: 13px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.module_title {
	font-size: 19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003;
	font-weight: bold;
}
.how-to_title {
	font-size: 19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #930;
	font-weight: bold;
}
.how-to_red {
	font-size: 19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C03;
	font-weight: bold;
}
.how-to_blue {
	font-size: 19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #03C;
	font-weight: bold;
}
.tip_text_plain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #003366;
}
.tip_text_regular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #003366;
	padding-left: 110px;
}
.tip_text_large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #003366;
	padding-left: 140px;
}
.topics {
	font-weight: bold;
	font-size: 16px;
	color: #003366;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.help_header {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #004
}
.tip_title {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660066;
	font-size: 16px;
}	
.p_mega_outdent {
	padding-left: 7.5em;
	text-indent: -7.5em;
}
.p_large_outdent {
	padding-left: 6em;
	text-indent: -6em;
}
.p_medium_outdent {
	padding-left: 4em;
	text-indent: -4em;
}
.p_small_outdent {
	padding-left: 2em;
	text-indent: -2em;
}
.red_note {
	color: #FF0000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: .25em;
}

.link_pipe {
	color: #006666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.this_page {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
.I2I {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660066;
	font-size: 18px;
}	
.PDF {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #660066;
	font-size: 13px;
}	
.definition_term {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.hanging_indent {
	padding-left: 1em;
	text-indent: -1em;
}
.step_header {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #006;
	font-weight: bold;
	font-size: 17px;
}
.header_step {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #006;
	font-weight: bold;
	font-size: 17px;
}

#apDiv1 {
	position:static;
	center:204px;
	top:585px;
	width:540px;
	height:314px;
	z-index:1;
}
.highlight {
	background-color: #FF3;
}
.red_highlight {
	background-color: #F33;
}
.blue_highlight {
	background-color: #09F;
}
.green_highlight {
	background-color: #0F0;
}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
#content .quotation {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFD;
	padding: 10px;
	border: #FA0 2px solid;
}
#content .quotation_blue {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEF;
	padding: 10px;
	border: #033 2px solid;
}
.category {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #330066;
	font-size: 17px;
}
#content .lecture {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFD;
	padding: 16px;
	border: #FA0 2px solid;
}
.sample {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
}
#content .tip_multiple {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	background-color:#EEEEFF;
	padding: 0px;
	border: #033 2px solid;
}
.blue {
	font-weight: bold;
	font-size: 16px;
	color: #003366;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content .tip_row {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}
#content .tip_yellow_green {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFDD;
	padding: 10px;
	border: #066 3px solid;
}
#content .transcript {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFDD;
	padding: 10px;
	border: #930 3px solid;
}
#content .I2I_hint {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFDD;
	padding: 10px;
	border: #066 3px solid;
}
#content .tip_purple_border {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 5px;
	border: 3px solid #404;
}
#content .tip_js {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEEEFF;
	padding: 5px;
	border: 3px solid #505;
}

#content .tip_js2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffe;
	padding: 5px;
	border: 3px solid #930;
}
#content .tip_js3 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9f9f9;
	padding: 5px;
	border: 3px solid #505;
}
#content .tip_js4 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 5px;
	border: 3px solid #03C;
}

#content .tip_green_border {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 5px;
	border: 3px solid #033;
}
#content .tip_white {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 5px;
	border: 2px solid #000;
}
.sub_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color:#306
}
.days_of_week {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight: bold;
	background-color: #036
}
.month {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#039
	font color: #036;
	font-size: 18px;
	font-weight: bold;
}
.green_note {
	color: #006633;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue_italics {
	color: #0000CC;
	font-style: italic;
}
.deleted_text {color: #FF0000}
.p_large_outdent {
	padding-left: 6em;
	text-indent: -6em;
}
.p_medium_outdent {
	padding-left: 3.5em;
	text-indent: -3.5em;
}
.p_small_outdent {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.help_page_title {
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}
.twocell {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFB;
	padding: 0px;
	border: #033 2px solid;
}
.celltext {
	width: 90%
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}
.category {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #330066;
	font-size: 17px;
}
.title {
	height: 24px;
	background-color: #BFB;
	padding: 10px;
}
.divider {
	height: 2px;
	margin: 0px;
	background-color: #033;
}
.tab_tab {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000;
	padding-left: 80px;
}
.g_note {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660066;
	font-size: 16px;
