/* Hyperlink colors */
a { text-decoration: underline; background-color: transparent;}
a:link { color: #333366;}
a:visited { }
a:hover  { color: #9999cc;}
a:active, a:focus { color: #666699; background-color: #ffffcc;}

/* Template's Footer */
.footer-text { color: #003366; font-size: 14px;}
a.footer-text { text-decoration: none; font-size: 12px;}
a.footer-text:link { color: #000000;}
a.footer-text:visited { color: #000000;}
a.footer-text:hover { color: #9999cc;}
a.footer-text:active, a.footer-text:focus { color: #000000; background-color: #ffffcc;}

/* Navigation */
.navigation ul { margin:0; padding:0 0 12px 0px; list-style-type:none;}
.navigation ul li { margin: 6px 0; padding:0;}
.navigation ul li ul { margin: 0; padding: 0; list-style-type:none;}
.navigation ul li ul li { padding-left: 1em;}
.navigation p {margin:0; padding:0px; font-size:100%;}

/* Redefined HTML tags */
body { font-family: Arial, Helvetica, sans-serif; font-size: 90%;}
td { font-family: Arial, Helvetica, sans-serif;}
p { font-family: Arial, Helvetica, sans-serif;}
ol,ul,li { font-family: Arial, Helvetica, sans-serif;}
b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}

h1 { font-size: 150%; font-weight: normal; color: #660000; margin: 0; padding:0;}
h2 { font-size: 140%; font-weight: bold; color: #660000; margin-top: 1em; margin-bottom:0; padding-bottom:0;}
h3 { font-size: 130%; font-weight: bold; color: #660000; margin-top: 1em; margin-bottom:0; padding-bottom:0;}
h4 { font-size: 120%; font-weight: bold; color: #660000; margin-top: 1em; margin-bottom:0; padding-bottom:0;}
h5 { font-size: 110%; font-weight: bold; color: #660000; margin-top: 1em; margin-bottom:0; padding-bottom:0;}
h6 { font-size: 100%; font-weight: bold; color: #660000; margin-top: 1em; margin-bottom:0; padding-bottom:0;}


/* Template Classes */
.skip { font-size: 65%; color: #FFFFFF; text-decoration: none; background-color: transparent;}
.search { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.bodycopy-small { font-family: Arial, Helvetica, sans-serif; font-size: 75%;}
.heading { color: #660000; font-size: 100%;}
td#dept-nameplate span { font-size:12px; font-weight: normal;}

/* Custom Classes */
.sub-heading { font-size: 115%;}
.hanging-indent  { text-indent: -2em; padding-left: 2em}
.navbar-text { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.techie { font-family: "Courier New", Courier, "Times New Roman", mono; color: #666666;}

pre, code { font-family: "Courier New", Courier, "Times New Roman", mono; font-size: 100%;}

table#headline-news { border: 1px dotted #339969; padding: 5px;}


/* Forms */

form { margin: 0; padding: 0;}
fieldset { margin: 5px 0; padding: 10px; border: 1px solid #cccccc;}
legend { font-weight: bold; color: #003366; font-size: 120%; margin: 0; padding: 0.5em;}
label { display: inline;}

td.formlabel { text-align:right; vertical-align:top; padding:4px 2px; width:33%;}
td.forminput { text-align:left; vertical-align:middle; padding:4px 2px; width:67%;}

/* Tables*/

.data-table {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: auto;
}

.data-table td {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #000000;
	font: .8em;
}

.data-table th {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #333333;
	background-color: #EEEEEE;
}

.data-table tr.altrow {
	background-color: #F7EDD4;
}

#noteworthy th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.img-float-left {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	border: none;
}
.img-float-right {
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
}
