/*---- new generic styles for editing view of main content area of dept. home pages. Created on 8/30/10 by jnk ----*/

body {
	font-size: 62.5%; /* ADDED BY JNK ON 10/14/15 ----*/
	padding: 10px;
	width: 580px; /*---changed from 600px by jnk on 3/26/12-----*/
}
h1, h2, h3, h4, h5 {
	color: #036 !important;
	font-family: "Times New Roman", Times, serif !important;
	font-weight: bold !important;	
	line-height: 1em !important;

}
h1 {
	font-size: 2.8em !important;
	margin: 10px 0 0.5em 0 !important;
	font-style: italic; /*---added by jnk on 3/26/12-----*/
	color: #61785d !important; /*---added by jnk on 3/26/12-----*/
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2.12em;
}

h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.6em;
}

h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 1.4em;
}
p {
	font-family: "Gill Sans MT", Helvetica, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0px 0em 1.5em 0px;
}

img {
	border: none;
}

img.left {
	float: left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	clear: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

img.right {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}
ul {
	margin-top: 10px;
	margin-bottom: 20px;	
}
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;
}

/*----------- Added by jnk on 2/28/11 ---------------------*/

#features {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 575px;
}

#features p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	clear: left;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 95%;
}


/*---- 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;
}
img.left-noborder {
	border: none !important;
	padding: 0;
	margin: 1px 12px 10px 0px;
	float: left;
}
img.right-noborder {
	border: none !important;
	padding: 0;
	margin: 1px 0 12px 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: .7em;
	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('/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('/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('/images/tableheader-bg-grn.jpg');
	background-color: #A4BFA3;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	line-height: 1em;
}
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;
}
.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: .9em;
	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-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:80px;
}

/*-------------- added by jnk on 2/28/11 ------------- */

img.left-noborder {
    border: none;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}
/*-------------- added by jnk on 3/26/12 ------------- */

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 !important;
    font-size: 10px !important;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin: 1em 0 2em 20px;
    padding-left: 12px;
}
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: 10px !important;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin: 2em 0 2em 20px;
    padding-left: 12px;
}
body p a {
	color: #31571b;
}
h4 a img {
	padding: 0px;
	margin-top: 2em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}
.footnotes {
    color: #336699;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 1.1em !important;
    font-style: italic;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    margin: 30px 1em 1.4em 10px !important;
    text-align: left;
}