/*---- new generic styles for editing view of main content area of inside dept. pages. Created on 8/27/10 by jnk ----*/
body {
	padding: 10px;
	width: 590px;
	font-size: 62.5% !important;
}
p {
	font-family: "Gill Sans MT", Helvetica, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0px 0em 1.5em 0px;
}
a {
	color: #61785D !important;
}
a name {
	color: #61785D !important;
	display: block !important;
	background-color: #FFFFCC !important;
}
h1 {
	color: #036 !important;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 2.8em !important;
	line-height: 1em !important;
	margin: 35px 0 0.5em 0 !important;
}
h1.masthead-date {
	font-size: 1.2em !important;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1em;
	margin: 0px 0px 2em 0px;
	color: #666666 !important;
	text-align: center;
}
h2 {
	margin: 0px 0px .5em 0px;
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	line-height: 1em;
	font-size: 2.4em;
	border: 0;
}
h3 {
	margin: 0px 0px .5em 0px;
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	line-height: 1em;
	font-size: 2em;
	border: 0;
}
h4 {
	padding: 0;
	border: 0;
	font-size: 1.8em;
	margin: 2em 0px .5em 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	line-height: 1em;
}
h5 {
	padding: 0;
	border: 0;
	margin: 1em 0px .5em 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	line-height: 1em;
	font-size: 1.7em;
}
h6 {
	margin: 1em 0px .5em 0px;
	padding: 0;
	border: 0;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
img {
	border-style: none;
}
/*
ul li {
	font-size: 1.6em !important;
	line-height: 1.3em !important;
	font-family: "Gill Sans MT", Helvetica, Verdana, sans-serif;
	font-weight: bold !important;
	margin-bottom: 1em !important;
}
ul li li {
	font-size: 95% !important;
	font-weight: normal !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
li li {
	font-size: 100% !important;
}

*/
table {
	border: 2px solid #808080;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2em 0px 2em 0px;
	border-collapse: collapse;
}
th {
	border: 2px solid #FFFFFF;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	background-color: #CCCCCC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 5px;
	border: 1px solid #999999;
}
td p {
	font-weight: normal;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height:1.4em;
	margin: 0
}
/*---- The below styles are used in the "Styles" menus in the editor view. 

	Added on 9/20/10  by jnk
								
-----------------*/
img.left {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 0px 10px 10px 0px;
	float: left;
}
img.right {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 0px 0px 10px 10px;
	float: right;
}
table.format2 {
	border: 2px solid #A0AAA0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	border-collapse: collapse;
	min-width: 300px;
	margin-bottom: 2em;
	margin-top: 2em;
}
table.format2 caption {
	line-height: 1.2em;
	border: 2px solid #666666;
	padding: 5px;
	margin: 0px -1px 0px -1px;
	background-color: #003300;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
table.format2-400 {
	border: 2px solid #A0AAA0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	border-collapse: collapse;
	min-width: 300px;
	margin-bottom: 2em;
	margin-top: -.5em;
	width: 400px;
}
table.format2-400 td.blank {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #333300;
	padding: 5px;
	background-image: url('http://www.ccri.edu/images/table-header-bg.jpg');
	background-color: #A0ABA0;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	line-height: 1em;
}
table.format2-400 th {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #333300;
	padding: 5px;
	background-image: url('http://www.ccri.edu/images/table-header-bg.jpg');
	background-color: #A0ABA0;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	line-height: 1em;
}
table.format2 th {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #333300;
	padding: 5px;
	background-image: url('http://www.ccri.edu/images/tableheader-bg-grn.jpg');
	background-color: #A4BFA3;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	line-height: 1em;
	font-weight: bold !important; /*---- added by jnk on 3/26/12 -------*/
	font-size: 1em !important;  /*---- added by jnk on 3/26/12 -------*/
	font-family: Verdana, Geneva, sans-serif !important;  /*---- added by jnk on 3/26/12 -------*/
}
table.format2 th a:link {
	color: #FFFFCC;
	text-decoration: underline;
}
table.format2 th a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
table.format2 th a:hover {
	color: #000000;
	text-decoration: none;
}
table.format2-400 td {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #F4F4F4;
	vertical-align: top;
	line-height: 1.4em;
}
table.format2 td {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #F4F4F4;
	vertical-align: top;
	line-height: 1.4em;
}
table.format2 td.formatted-beige {
	background-color: #CCCCB3;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #EFEFEF;
	font-weight: bold;
}
table.format2 td.formatted-nowrap {
	white-space: nowrap;
}
table.format2 td.formatted-center {
	text-align: center;
}
table.format2 tr.rightalign {
	text-align: right;
}
table.format2 th.rightalign {
	text-align: right;
}
table.format2 td.rightalign {
	text-align: right;
}
table.format2-400 tr.rightalign {
	text-align: right;
}
table.format2-400 th.rightalign {
	text-align: right;
}
table.format2-400 td.rightalign {
	text-align: right;
}
table.format2 tr.tone {
	background-color: #DFE3DF;
}
span.new {
	background-color: #FFF19F !important;
	background-image: none;
	color: #CC0000;
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	padding: 0 2px;
}
/*--------------- styles for the drop-down menu in editing view ---------------*/
.red {
	color: #cc3300;
}
.blue {
	color: #036;
}
.green {
	color: #004400;
}
.orange {
	color: #CC6600;
}
.larger {
	font-size: larger;
}
.smaller {
	font-size: smaller;
}
.x-small-verdana-blk {
	font-size: x-small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: normal;
}
.new {
	color: #CC3300;
	font-weight: bold;
	font-style: normal;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 90%;
}
.larger-orange {
	color: #CC6600;
	font-weight: bold;
	font-size: larger;
}
.footnotes { 
	font-size: 1.1em; /*----changed from .09em by jnk on 3/26/12 -------*/
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 2em 1em 1.4em 10px;
	line-height: 1.2em;
	letter-spacing: .02em;
	text-align: left;
	color: #336699;
}

.cap-t {
	color: #444444;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 80px;
	font-weight: normal;
	line-height: 0.75em;
	margin: 3px 0 0;
	width: 50px;
}
.cap-n {
	color: #444444;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 80px;
	font-weight: normal;
	line-height: 0.75em;
	margin: 3px 0 0;
	width: 60px;
}
.cap-m {
	color: #444444;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 80px;
	font-weight: normal;
	line-height: 0.75em;
	margin: 3px 0 0;
	width: 70px;
}
.bookmarks {
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal !important;
	margin-left: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 1.4em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.bookmarks li {
	font-weight: normal !important;
	font-size: .8em !important;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.3em !important;
	font-weight: normal !important;
}
.nowrap {
	white-space: nowrap;
}
.center {
	text-align: center;
}
img.left-noborder {
	border: none;
	padding: none;
	margin: 0px 10px 10px 0px;
	float: left;
}
img.right-noborder {
	border: none;
	padding: none;
	margin: 0px 0px 10px 10px;
	float: right;
}
/* ------------- ul.toc-nested added by jnk on 3/18/11 --------------------- */
ul.toc-nested {
	font-size: 1em;
	list-style-type: none;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 2em;
	padding-top: 1px;
}
ul.toc-nested ul {
	margin-top: .25em !important;
	margin-bottom: .5em !important;
	padding-top: 1px !important;
}
ul.toc-nested ul ul {
	margin-top: 0em !important;
	margin-bottom: 1em !important;
	padding-top: 1px !important;
}
ul.toc-nested li a:link {
	text-decoration: none;
}
ul.toc-nested li li a:link, ul.toc-nested li li a:visited {
	text-decoration: underline !important;
}
ul.toc-nested li li a:visited {
	color: #666666 !important;
}
ul.toc-nested li li a:hover {
	text-decoration: none !important;
	color: #000000 !important;
}
ul.toc-nested a[href$=".pdf"] {
	background-color: transparent;
	background-image: url('/images/icon-pdf-new.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}
ul.toc-nested li {
	margin: 1em 0px 1em -20px !important;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 1.2em;
	color: #565347;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
ul.toc-nested li h4.quicklinks {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CC9900;
	display: inline;
	font-size: 120%;
	margin-bottom: 1em;
	padding-right: 50px;
}
ul.toc-nested h4 {
	margin-top: 1em;
	font-size: 110%;
}
ul.toc-nested h5 {
	margin-top: 1em;
	font-size: 120%;
	margin-bottom: 1em;
}
ul.toc-nested li ul li {
	font-size: 70% !important;
	margin-top: 0.5em !important;
	font-style: normal !important;
	margin-bottom: 0.5em !important;
	font-weight: normal !important;
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
	list-style-type: none !important;
	color: #000000;
	line-height: 1.1em !important;
	margin-left: -50px !important;
}
ul.toc-nested li ul li ul li {
	font-size: 105%;
	margin-top: .5em;
	font-style: italic;
	margin-bottom: .5px;
	font-weight: normal;
}
ul.toc-nested li ul li ul li ul li {
	font-size: 100%;
	margin-top: .5em;
	font-style: normal;
	margin-bottom: .5px;
	font-weight: normal;
}
ul.toc-nested li.icon {
	margin-bottom: 2.5em;
	font-size: 75%;
	line-height: 1.33em;
}
ul.toc-nested li.icon img {
	margin: 5px 10px 5px 0px;
	float: left;
	border: 1px solid #C0C0C0;
}
ul.toc-nested li.word {
	font-size: x-small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #3366CC;
}
ul.toc-nested li.new {
	margin: 1em 0px .5em -20px;
	list-style-type: none;
	line-height: 1em;
	font-family: "Gill Sans MT", Helvetica, Verdana, sans-serif;
	font-size: 100%;
	color: #CC3300;
	font-weight: bold;
	background-color: #FFFF00;
}
ul.toc-nested li li {
	font-size: 100%;
	font-style: italic;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 1em !important;
}
ul.toc-nested a:link {
	text-decoration: underline !important;
	color: #3a4b38;
}
ul.toc-nested a:visited {
	text-decoration: underline;
	color: #999999 !important;
}
ul.toc-nested a:hover {
	text-decoration: none;
	color: #000000;
}
/*--------------- end drop-down styles ----------------- */



ul#bookmarks {
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal !important;
	margin-left: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 1.4em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
ul#bookmarks li {
	font-weight: normal !important;
	font-size: .8em !important;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.3em !important;
	font-weight: normal !important;
}
.clearleft {
	clear: left;
}
.box {
	margin: 20px auto 20px auto;
	border-top: 1px #cccccc solid;
	border-left: 1px #999999 solid;
	border-bottom: 2px #000000 solid;
	border-right: 2px #666666 solid;
	background-color: #ffffcc;
	padding: 10px;
	font-size: 100%;
	color: #003366;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	width: 80%;
}
.box p {
	margin: 0px 0px 1em 0px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
}
.box h6 {
	margin: 0px 0px .5em 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
}
.box h5 {
	margin: 0px 0px .5em 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #003366;
}
img.left-noborder {
	border: none;
	padding: 1px;
	margin: 0px 10px 10px 0px;
	float: left;
}
p.word-doc {
	background-image:url("http://www.ccri.edu/images/icon-word-10px.gif");
	background-position:left top;
	background-repeat:no-repeat;
	color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-style:normal;
	letter-spacing:0.05em;
	line-height:1.2em;
	margin:1em 0 2em 20px;
	padding-left:12px;
}
/* ------------- styles to reposition the edit buttons --------------------- */

.ox-regioneditbutton a {
	cursor:pointer;
	margin-top: 20px;
}
/* ---------------------- Added by jnk on 3/16/11 -----------------------------*/

ol, ul {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1.3em !important;
	margin-top: 1em !important;
	margin-right: 3em !important;
	margin-bottom: 2em !important;
	margin-left: 5% !important;
	font-style: normal !important;
	font-weight: normal !important;
}
ol li, ul li {
	font-size: 1em !important;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em !important;
	margin-left: 0;
}

ol li ol {
	margin-bottom: 1em !important;
}
li li {
	margin-bottom: 1em !important;
	font-size: 100%;
}
ol li ol li, ul li ul li {
	font-size: 75% !important;
	list-style-type: lower-alpha !important;
}

ul li ul li {
	list-style-type: circle !important;	
}
ol li ol li ol li, ul li ul li ul li {
	font-size: 70% !important;
	font-style: italic !important;
	list-style-type: lower-roman !important;
}

ul li ul li ul li {
	list-style-type: disc !important;
}
/* ------------- ul#toc-nested added by jnk on 3/18/11 --------------------- */
ul#toc-nested {
	font-size: 1em;
	list-style-type: none;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 2em;
	padding-top: 1px;
}
ul#toc-nested ul {
	margin-top: .25em !important;
	margin-bottom: .5em !important;
	padding-top: 1px !important;
}
ul#toc-nested ul ul {
	margin-top: 0em !important;
	margin-bottom: 1em !important;
	padding-top: 1px !important;
}
ul#toc-nested li a:link {
	text-decoration: none;
}
ul#toc-nested li li a:link, ul#toc-nested li li a:visited {
	text-decoration: underline !important;
}
ul#toc-nested li li a:visited {
	color: #666666 !important;
}
ul#toc-nested li li a:hover {
	text-decoration: none !important;
	color: #000000 !important;
}
ul#toc-nested a[href$=".pdf"] {
	background-color: transparent;
	background-image: url('/images/icon-pdf-new.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}
ul#toc-nested li {
	margin: 1em 0px 1em -20px !important;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 1.2em;
	color: #565347;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
ul#toc-nested li h4.quicklinks {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CC9900;
	display: inline;
	font-size: 120%;
	margin-bottom: 1em;
	padding-right: 50px;
}
ul#toc-nested h4 {
	margin-top: 1em;
	font-size: 110%;
}
ul#toc-nested h5 {
	margin-top: 1em;
	font-size: 120%;
	margin-bottom: 1em;
}
ul#toc-nested li ul li {
	font-size: 70% !important;
	margin-top: 0.5em !important;
	font-style: normal !important;
	margin-bottom: 0.5em !important;
	font-weight: normal !important;
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
	list-style-type: none !important;
	color: #000000;
	line-height: 1.1em !important;
	margin-left: -50px !important;
}
ul#toc-nested li ul li ul li {
	font-size: 105%;
	margin-top: .5em;
	font-style: italic;
	margin-bottom: .5px;
	font-weight: normal;
}
ul#toc-nested li ul li ul li ul li {
	font-size: 100%;
	margin-top: .5em;
	font-style: normal;
	margin-bottom: .5px;
	font-weight: normal;
}
ul#toc-nested li.icon {
	margin-bottom: 2.5em;
	font-size: 75%;
	line-height: 1.33em;
}
ul#toc-nested li.icon img {
	margin: 5px 10px 5px 0px;
	float: left;
	border: 1px solid #C0C0C0;
}
ul#toc-nested li.word {
	font-size: x-small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #3366CC;
}
ul#toc-nested li.new {
	margin: 1em 0px .5em -20px;
	list-style-type: none;
	line-height: 1em;
	font-family: "Gill Sans MT", Helvetica, Verdana, sans-serif;
	font-size: 100%;
	color: #CC3300;
	font-weight: bold;
	background-color: #FFFF00;
}
ul#toc-nested li li {
	font-size: 100%;
	font-style: italic;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 1em !important;
}
ul#toc-nested a:link {
	text-decoration: underline !important;
	color: #3a4b38;
}
ul#toc-nested a:visited {
	text-decoration: underline;
	color: #999999 !important;
}
ul#toc-nested a:hover {
	text-decoration: none;
	color: #000000;
}

/* ------------- ul.toc-nested added by jnk on 3/18/11 --------------------- */
ul.toc-nested {
	font-size: 1em;
	list-style-type: none;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 2em;
	padding-top: 1px;
}
ul.toc-nested ul {
	margin-top: .25em !important;
	margin-bottom: .5em !important;
	padding-top: 1px !important;
}
ul.toc-nested ul ul {
	margin-top: 0em !important;
	margin-bottom: 1em !important;
	padding-top: 1px !important;
}
ul.toc-nested li a:link {
	text-decoration: none;
}
ul.toc-nested li li a:link, ul.toc-nested li li a:visited {
	text-decoration: underline !important;
}
ul.toc-nested li li a:visited {
	color: #666666 !important;
}
ul.toc-nested li li a:hover {
	text-decoration: none !important;
	color: #000000 !important;
}
ul.toc-nested a[href$=".pdf"] {
	background-color: transparent;
	background-image: url('/images/icon-pdf-new.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}
ul.toc-nested li {
	margin: 1em 0px 1em -20px !important;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 1.2em;
	color: #565347;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
ul.toc-nested li h4.quicklinks {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CC9900;
	display: inline;
	font-size: 120%;
	margin-bottom: 1em;
	padding-right: 50px;
}
ul.toc-nested h4 {
	margin-top: 1em;
	font-size: 110%;
}
ul.toc-nested h5 {
	margin-top: 1em;
	font-size: 120%;
	margin-bottom: 1em;
}
ul.toc-nested li ul li {
	font-size: 70% !important;
	margin-top: 0.5em !important;
	font-style: normal !important;
	margin-bottom: 0.5em !important;
	font-weight: normal !important;
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
	list-style-type: none !important;
	color: #000000;
	line-height: 1.1em !important;
	margin-left: -50px !important;
}
ul.toc-nested li ul li ul li {
	font-size: 105%;
	margin-top: .5em;
	font-style: italic;
	margin-bottom: .5px;
	font-weight: normal;
}
ul.toc-nested li ul li ul li ul li {
	font-size: 100%;
	margin-top: .5em;
	font-style: normal;
	margin-bottom: .5px;
	font-weight: normal;
}
ul.toc-nested li.icon {
	margin-bottom: 2.5em;
	font-size: 75%;
	line-height: 1.33em;
}
ul.toc-nested li.icon img {
	margin: 5px 10px 5px 0px;
	float: left;
	border: 1px solid #C0C0C0;
}
ul.toc-nested li.word {
	font-size: x-small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #3366CC;
}
ul.toc-nested li.new {
	margin: 1em 0px .5em -20px;
	list-style-type: none;
	line-height: 1em;
	font-family: "Gill Sans MT", Helvetica, Verdana, sans-serif;
	font-size: 100%;
	color: #CC3300;
	font-weight: bold;
	background-color: #FFFF00;
}
ul.toc-nested li li {
	font-size: 100%;
	font-style: italic;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 1em !important;
}
ul.toc-nested a:link {
	text-decoration: underline !important;
	color: #3a4b38;
}
ul.toc-nested a:visited {
	text-decoration: underline;
	color: #999999 !important;
}
ul.toc-nested a:hover {
	text-decoration: none;
	color: #000000;
}

/*-------- end 3/18/11 ------------ */

/*------ added by jnk on 3/26/12 ---------*/

p.ppt-doc {
    background-image: url("/images/icon_ppt-10px.gif");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FF632F;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin: 2em 0 2em 20px;
    padding-left: 12px;
}
p.word-doc {
    background-image: url("/images/icon-word-10px.gif");
    background-position: left top;
    background-repeat: no-repeat;
    color: #006699;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin: 1em 0 2em 20px;
    padding-left: 12px;
}
h4 a img {
    margin-bottom: 10px;
    margin-top: 2em;
}

h6 + .format2{
	margin-top: 0px;
}
/*------ added by seh 3/13/14 --------*/

.top {
    border: 0 none;
    font-size: 1.9em;
    line-height: 1em;
    margin: 2em 0 0.5em;
    padding: 0;
}


