@charset "UTF-8";
.body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4A402B;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.main_full {
	width: 769px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: justify;
}
.content_hdr {
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	font-style: italic;
	margin-bottom: 6px;
	font-weight: bold;
	background-image: url(images/content_hdr.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 31px;
	padding-top: 5px;
	padding-left: 10px;
}
.floater {
	width: 200px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
.top {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
.footer {
	font-size: 10px;
	color: #FFF;	
}
.workshop_hdr {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	font-style: italic;
	color: #75A3C2;
	/*color: #292f55;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.number_list {
	list-style-type: decimal;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
li {
	padding-bottom: 10px;
}
.pad {
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.mod {
	font-style: italic;
	font-weight: bold;
}
.emp {
	font-size: 16px;
	font-style: italic;
	color: #4D4436;
}
.kn_name {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.kn_title {
	font-style: italic;
	font-size: 16px;
	color: #666666;
}
.kn_org {
	color:#75a3c2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 160px;
	margin-bottom: 0px;
	margin-top: 0px;
	display: block;
	padding: 0px;
}
.footnote {
	font-style: italic;
}
.odd {
	background-color: #FFFFFF;
	padding: 10px;
}
.even {
	background-color: #EFEFEF;
	padding: 10px;
}
.img_border {
	border: 1px solid #999999;
}
.img_bdr {
	border: 1px solid #999999;
	padding: 8px;
	margin-bottom:20px;
}
/*-- Header & Title Styles for Planning Page --*/
.pc_name {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.pc_title {
	font-style: italic;
	font-size: 12px;
	color: #75A3C2;
}
.coming_soon {
	background-color: #EEEEEE;
	display: block;
	padding: 15px;
	font-size: 32px;
	font-weight: bold;
	color: #75A3C2;
	text-align: center;
}
.topic_hdr {
	font-size: 14px;
	font-weight: bold;
	color: #75A3C2;
	background-color: #000000;
	display: block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}
.hl_mod {
	font-size: 14px;
	color: #666666;
}
.hl_mod_name {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.hl_mod_title {
	font-style: italic;
	font-size: 14px;
	color: #75A3C2;
}
.hl_name {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.hl_title {
	font-style: italic;
	font-size: 10px;
	color: #75A3C2;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/*-- Links Styles --*/
a:link {
	color:#75a3c2;
	text-decoration:none;
}
a:visited {
	color:#75a3c2;
	text-decoration:none;
}
a:hover {
	color:#75a3c2;
	text-decoration:underline;
}
a:active {
	color:#75a3c2;
	text-decoration:none;
}
#top a:link {
	color: #333333;
	background-color: #EEEEEE;
	padding: 4px;
	text-decoration: none;
	display: block;
}
#top a:visited {
	color: #333333;
	background-color: #EEEEEE;
	padding: 4px;
	text-decoration: none;
	display: block;
}
#top a:hover {
	color: #75A3C2;
	text-decoration: none;
	padding: 4px;
	background-color: #000000;
	display: block;
}
#top a:active {
	color: #75A3C2;
	padding: 4px;
	background-color: #000000;
	text-decoration: none;
	display: block;
}
