body
{
	background-color: #666666;
	background-color: #DDDDDD;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	margin: 0;
	min-height:  22px;
	padding: 1em 0;
	width:  80%;
}

.column {
	float: left:
	width: 50%;
	padding: 10px;
}

.row:after {
	content:"";
	display: table;
	clear: both;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

div#Page
{
	margin: 0 auto;
	width: 690px;
}
@viewport {
	width: device-width;
	zoom: 1.0;
}
/***** HEADER *****/

div#header
{
	background-color: #BB0000;
	background-color: #36397F;
	clear: both;
	margin: 0;
	padding: 0;
	height:	120px;
	width:	690px;
}

.top_logo
{
	vertical-align: middle;
	text-align: center;
	border: 2px solid #36397F;
	background-color: #FFFFFF;
	padding:		10px;
	clear:			both;
	height:			50px;
}

.top_Title
{
	font-weight: bold;
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #36397F;
	text-align: center;
	vertical-align: middle;
	height:	70px;
	padding:	10px;
	padding-top:	20px;
	padding-bottom:	0px;
}

.side_logo
{
	vertical-align: middle;
	text-align: center;
	border: 2px solid #BB0000;
	border: 2px solid #36397F;
	background-color: #FFFFFF;
	padding: 8px;
	clear:	none;
	float:	left;
	width: 100px;
	height:	100px;
}

.side_logo2
{
	vertical-align: middle;
	text-align: center;
	border: 2px solid #BB0000;
	border: 2px solid #36397F;
	background-color: #FFFFFF;
	padding: 8px;
	clear:	none;
	float:	right;
	width: 100px;
	height:	100px;
}

.side_Title
{
	font-weight: bold;
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #BB0000;
	background-color: #36397F;
	text-align: center;
	vertical-align: middle;
	width: 430px;
	height:	60px;
	margin: 0px;
	padding:	10px;
	padding-top:	50px;
	padding-left: 10px;
	float: left;
}

.osu_top_logo
{
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #36397F;
	border: 2px solid #bb0000;
	padding:		32px;
	clear:			both;
	height:			40px;
}

.osu_top_Title
{
	background-color: #36397F;
	background-color: #bb0000;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height:	40px;
	padding:	10px;
	padding-top:	20px;
}

.osu_logo
{
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #bb0000;
	padding:		32px;
	clear:			both;
	float:			left;
	width:			276px;
	height:			40px;
}

.osu_Title
{
	background-color: #36397F;
	background-color: #bb0000;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	width: 326px;
	height:	84px;
	padding:	10px;
	padding-top:	14px;
	float:			right;
}

/***** MAIN *****/

div#Main
{
	padding: 1em;
	padding-bottom: 2em;
	background-color: #FFFFFF;
}

.welcome
{
	text-align:center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #BB0000;
	color: #36397F;
	font-size: 2.0em;
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	margin: 0px;
}

/***** EMAIL *****/

a.email:link, a.email:visited
{
	text-decoration: none;
	font-size: 100%; 
	color: #A1002A;
	font-weight: 900;
}

.prominent
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #BB0000;
	background-color: #36397F;
}

.topborderspacer
{
	height: 29px;
	border-top: 1px solid #BDBFBE;
	background-color: #FFFFFF;
}

/* Formatting for footer.php
 *  *  * Created by MW
 *   *   * Date: Feb 2019 */

.footer2 {
        position: relative;
        text-align: center;
        width: 690px;
        height: 22px;
        margin: 0 auto;
        /*text-align: left;*/
        clear: both;
}

.bottom-left {
        position: relative;
        bottom: 28px;
        left: 16px;
        width: 120px;
        text-align: left;
        font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
        font-size: 10px;
        color: white;
        font-weight: bold;
}

.bottom-right {
        position: relative;
        bottom: 49px;
        left: 490px;
        width: 200px;
        text-align: left;
        font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
        font-size: 10px;
        color: white;
        font-weight: bold;
}

div#footer_bar_back {
        /*background-image: linear-gradient(to right, #5a5ecf, #36397F);*/
	background-color: #36397F; 
        font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
        font-size: 12px;
        font-style: italic;
        color: white;
        font-weight: bold;
        width: 690px;
        height: 25px;
        margin: 0 auto;
}

div#footer_bar_img {
	background-image: url("/assets/blue_srg_header3.png");
        font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
        font-size: 12px;
	font-style: italic;
        font-weight: bold;
        width: 690px;
        height: 25px;
        margin: 0 auto;
}

div#footer_text_right {
	/*background-color: #36397F;*/
        color: white;
        float: right;
        text-align: right;
        padding: 5px;
}

div#footer_text_left {
	/*background-color: #36397F;*/
        color: white;
	float: left;
	text-align: left;
	padding: 5px;
}

/***** END OF WELCOME PAGE CSS *****/
/***** END OF INTRO PAGE CSS *****/
/***** END OF CONFIDENTIALITY CSS *****/

div#intro p, div#intro ul, div#intro li, div#intro a, div#intro br
{
	font-family:	"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:	12pt;
	/*font-weight:	normal;*/
	line-height:	16pt;
}

/***** END OF INSTRUCTIONS PAGE CSS *****/

h2#Section, div#Section
{
	background-color: #D3DEFF;
	background-color: #D3DEFF;
	font-size: 20px;
	font-weight: bold;
	padding: 4px 20px 20px 20px;
	text-align: center;
	color: black;
	margin: 0px;
}

div#QuestionNumber
{
	text-align: right;
	float: left;
	font-size: 12pt;
	padding-top: 1em;
	width: auto;
}

div#Question
{
	font-size: 12pt;
	font-weight: normal;
	margin-left: 1em;
	padding-top: 1em;
	padding-left: 1em;
	text-align: justify;
	width: auto;
}

div#SubQuestions
{
	margin-bottom: 2em;
	margin-left: 3em;
	min-height: 22px;
}

div#SubQuestions table
{
	border: 0px;
	border-spacing: 0px;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

div#SubQuestions table th
{
	background-color:	#D0E0FF;
	font-weight:	normal;
	padding: 0.4em;
	white-space:	nowrap;
}

div#SubQuestions table td
{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

div#SubQuestions label span
{
	display:	none;
}

div#SubQuestions label:hover
{
	background:	#AAA;
}

div#SubQuestions label:hover span
{
	display:	block;
	float: right;
	top:		0px;
	left:		0px;
	width:		275px;
	color:		#AAA;
	background:	black;
	text-align:	left;
	padding:	1em;
}

div#SubQuestions li span
{
	display:	none;
}

div#SubQuestions ul label:hover
{
	background:	#AAA;
}

div#SubQuestions ul label:hover span
{
	display:	block;
	float: right;
	top:		0px;
	left:		0px;
	width:		275px;
	color:		#AAA;
	background:	black;
	text-align:	left;
	padding:	1em;
}

.abc
{
	float: left;
	font-weight: bold;
	/*min-height: 22px;*/
	min-height: 5px;
	vertical-align: top;
	padding-right: 0.2em;
}

.topalign
{
	vertical-align: top;
}

li.topalign
{
//	font-weight: bold;
}

.RowHighlight
{
	background-color: #BB0000;
	background-color: #EEEEEE;
	padding: 2px 0px;
}

/***** SUBMIT BUTTONS *****/
/*check buttons.css*/

div#right_submit {
	float: right;
	text-align: right;
	width: 30%;
}

div#left_submit {
	float: left;
	text-align: left;
	width: 30%;
}

div#middle_submit {
	text-align: center;
}

/***** Put in footer? *****/
.progress
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
/* HIDE PROGRESS BAR FOR HUDMFH1	color: black;  */
	color: white;
	text-align: center;
	clear: both;
}

.page_num
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}

/*
.left_intro
{
	border-right: 1px solid #CCCCCC;
	padding-right: 20px;
}
.right_intro
{
	padding-left: 20px;
}
*/

/***** Responses *****/
fieldset#Responses, div#HResponses
{
	margin-left: 2em;
	overflow: hidden;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: justify;
	margin-inline-start: 2em;
	margin-inline-end: unset;
	border-width: 2px;
	border-style: hidden;
	padding-block-start: 1em;
	padding-inline-start: unset;
	padding-inline-end: unset;
}

fieldset#Responses ul, div#HResponses ul
{
	list-style-type:  none;
}

fieldset#Responses ul li label, div#HResponses ul li label
{
/*
	display: flex;
*/
}

fieldset#Responses li
{
	padding: 3px 0px;
	text-align: left;
	vertical-align: top;
	text-indent: -20px;
}

div#HResponses li
{
	padding: 3px 0px;
	text-align: center;
	vertical-align: bottom;
}

fieldset#Responses label span, div#HResponses label span
{
	display:	none;
}

fieldset#Responses label
{
	vertical-align: top;
}

 div#HResponses label
{
	vertical-align: bottom;
}

fieldset#Responses label:hover, div#HResponses label:hover
{
	background-color:	#AAA;
}


fieldset#Responses label:hover span, div#HResponses label:hover span
{
	display:	block;
	float: right;
	top:		0px;
	left:		0px;
	width:		275px;
	color:		#AAA;
	background:	black;
	text-align:	left;
	padding:	1em;
}

fieldset#Responses li span, div#HResponses li span
{
	display:	none;
}

fieldset#Responses ul label:hover span, div#HResponses ul label:hover span
{
	display:	block;
	float: right;
	top:		0px;
	left:		0px;
	width:		275px;
	color:		#AAA;
	background:	black;
	text-align:	left;
	padding:	1em;
}


/***** * *****/


div#content
{
	clear: both;
}

div#footer
{
	clear:  both;
}

div#Instructions
{
	background-color: #CCD0FF;
	background-color: #EEEEEE;
	font-size: 12pt;
	font-weight: normal;
	padding: 1em;
	text-align: justify;
}

div#Matrix2Response td
{
	width: 100px;
	height: 25px;
	clear: right;
	float: left;
	padding: 5px;
	display: block;
}

.leftfloat
{
	float: left;
	width: 2em;
}

.leftmargin
{
	margin-left: 5em;
	text-align: left;
}

.radiofloat
{
	float: left;
	width: 1em;
}

.RadioInput
{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	text-align: justify;
	vertical-align: center;
}

.radiomargin
{
	margin-left: 1.4em;
	text-align: left;
}

.Textfield
{
	clear: both;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	text-align: justify;
	vertical-align: center;
}

.Textfield table
{
	width: 80%;
	text-align: left;
	margin-left: 5em;
}

.Textfield input
{
	text-align: justify;
	margin-left: 5em;
}

.YearMonth, .NumberRange
{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-left: 0.8em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	text-align: justify;
	vertical-align: center;
}

.YesNo
{
	float:left;
	margin:0 3em 0 2em;
}

.centered
{
	text-align: center;
	vertical-align: middle;
}

div#left_link {
	color: #A1002A;
	float: left;
	text-align: left;
	width: 30%;
}

div#right_link {
	color: #A1002A;
	float: right;
	text-align: right;
	width: 30%;
}

div#middle_link {
	color: #A1002A;
	text-align: center;
}

.left_button {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #BB0000;
	background-color: #36397F;
}

.middle_button {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #BB0000;
	background-color: #36397F;
}

.right_button {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #BB0000;
	background-color: #36397F;
}

.left_link {
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	float: left;
	width: 30%;
}

.middle_link, .middle_link a:link {
	color: black;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	width: 40%;
}

.right_link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: right;
	width: 30%;
}

.Crest{
	vertical-align: middle;
	text-align: center;
	border: 2px solid #36397F;
	background-color: #FFFFFF;
	padding: 10px;
}

.caseID {
	color:		#FF00FF;
}

p {
	text-align: left;
}

img {
    font-size: 10px;
    border: none;
}

a:link {
	font-size: 60px;
	color: #A1002A;
}

a:visited {
	font-size: 200%;
	color: #7F253D;
}

a:active {
	font-size: 14px;
	color: #F3973A;
}

a:hover {
	font-size: 14px;
	color: #5B88BB;
}
.survey {
	font-size: 14px;
	color: #333333;
	text-align: left;
}

.pagemargin {
	margin: 20px;
}

.accessibility {
	font-size: 16px;
	color: #8C0236;
	text-align:left;
	vertical-align:top;
	margin:20px; }

.warning_small {
	font-size: 75%;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	margin:20px; }

.debug, .warning {
	font-size: 100.01%;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #8C0236;
	margin:20px; }

.passcode {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	color: #8C0236;
	margin:20px; }

.AMEDD_crests {
	width: 20%;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #36397F; }

.AMEDD_header {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 26px;
	line-height: 28px;
	color: #FFFFFF;
	background-color: #36397F;
	text-align: center;
	width: 80%;
	padding: 25px;
}

.greeting {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: green;
	margin: 20px;
}

.link2survey {
	margin: 20px;
}

.bottomborderspacer {
	height: 29px;
	border-bottom: 1px solid #BDBFBE;
	background-color: #FFFFFF;
}
.AMEDDbutton {
	font-size: 14px;
	width:80px;
	background-color: #36397F;
	color: #FFFFFF;
}
.work_unit_header {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	margin: 4px;
	clear: both;
}
.prominent_button {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-left: 400px;
	margin-right: 10px;
	clear: both;
	color: #FFFFFF;
	background-color: #8C0236;
}
.row_highlight {
	background-color: #EEEEEE;
}
.header_title {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom:20px;
	text-align: center;
}
.header_text {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-right: 10px;
}
.header_number {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	width: 20px;
}

.bottom_margin {
	height: 40px;
	vertical-align: middle;
}
.bottom_margin_row_highlight {
	height: 40px;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.reply_column {
	width: 212px;
	text-align: right;
	padding-right:5px;
}
.q2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
}
.q6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
.thankyou {
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	margin: 20px;
}
.nowrap {
	white-space: nowrap;
}
b {
	font-size: 12pt;
	font-weight: 900;
}
.coc_header {
	font-weight: bolder;
}
.OMB {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	clear: both;
	background-color: #FFFFFF;
	padding-right: 10px;
}
a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
//	color: #FFFFFF;
	/*color: #A1002A;*/ 
}

a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #7F253D;
}

a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
//	color: #FFFFFF;
	/*color: #F3973A;*/
}

a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
//	color: #FFFFFF;
	/*color: #5B88BB;*/ 
}

.circles {
	line-height: 17px;
	padding-top: 2px;
	width: 12px; }

.navigate {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px; 
	color: #1E1E1E; 
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	line-height: 17px;
	text-transform: uppercase;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px; 
	margin-left: 0px; }

.navigate a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #1E1E1E;
	text-decoration:none; }

.navigate a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #334D6C;
	text-decoration:none; }

.navigate a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #A1002A;
	text-decoration:none; }

.navigate a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #A1002A;
	text-decoration:none; }

.navigate ul {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #1E1E1E;
	text-decoration: none;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;}

.navigate li {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #1E1E1E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	list-style-position: outside;
	line-height: 17px;
	text-transform: uppercase;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px; 
	margin-left: 0px; }

.navRed {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #7F253D;
	text-decoration: none;
	width: 135px;
	background-color: #E5E5E5;
}

.navRed a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #7F253D;
	text-decoration:none; }

.navRed a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #7F253D;
	text-decoration:none; }

.navRed a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #7F253D;
	text-decoration:none; }

.navRed a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #A1002A;
	text-decoration:none; }

.navRed ul {
	text-decoration: none;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

.navRed li {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #7F253D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	line-height: 17px;
	text-transform: uppercase;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-left: 0px;
	
}

.navLev2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	width: 135px; 
	text-decoration: none;
	text-transform: lowercase; }

.navLev2 a:link {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 11px; color: #000000; text-decoration:none; }
.navLev2 a:visited {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 11px; color: #461422; text-decoration:none;}
.navLev2 a:active  {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 11px; color: #A1002A; text-decoration:none;}
.navLev2 a:hover   {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 11px; color: #A1002A; text-decoration:none;}
.navLev2 ul {
	text-decoration: none;
	padding-left: 0px;
	margin-bottom: 5px;
}
.navLev2 li {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: lowercase;
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 12px;
	background-color: #E5E5E5;
}

.footer {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	text-transform: uppercase; }

.intro2 h1    {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 21px; font-weight: bold; color: #A1002A;}
.intro2 h2    {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; color: #5B88BB; line-height: 22px;margin-top: auto; text-align: center;}
.intro2 h2 a:link     {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #A1002A;}
.intro2 h2 a:visited  {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #CCA37A;}
.intro2 h2 a:active   {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #F3973A;}
.intro2 h2 a:hover    {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #FFFFFF;}
.intro2 h3    {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 16px; font-weight: bold; color: #7F253D; line-height: 20px;}
.intro2 h4    {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #A1002A; }

.welcome h1    {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 21px; font-weight: bold; color: #36397F;}

h1    {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 21px; font-weight: bold; color: #A1002A;}
h2    {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; color: #5B88BB; margin-top: -25px; line-height: 10px;}
h2 a:link     {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #A1002A;}
h2 a:visited  {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #CCA37A;}
h2 a:active   {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #F3973A;}
h2 a:hover    {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #FFFFFF;}
h3    {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 16px; font-weight: bold; color: #7F253D; margin-bottom: -5px; line-height: 20px;}
h4    {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #A1002A; margin-bottom: -5px;}

hr    {color:#CCCCCC;}

.bodysm {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color:#333333; font-size:11px; line-height: 15px;}
.bodysm p {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color:#333333; font-size:11px; line-height: 15px;}
.bodyTxt {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 12px; line-height: 16px; color: #333333;}

.latest {
	margin-top: 0px;
	margin-right: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5B88BB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC; }

.names    {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #7F253D;	}
.names a:link   {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #7F253D;	}
.names a:hover   {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #A1002A;	}
.names a:visited   {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #666666D;	}

.titles   {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 11px; line-height: 15px; font-weight: bold; color: #333333;}
.bldred {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #7F253D;
}

/*.case {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #7F253D;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #461422;
	background-color: #E9D7DD;
	padding-bottom: 15px;
	margin-top: -10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #461422;
	padding-top: 3px;
	padding-right: 5px;
	text-decoration:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
}
.case a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color:  #461422;
	font-style: italic;
	font-weight: bold; text-decoration:none;
	
}
.case a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #A1002A;
	font-style: italic;
	font-weight: bold;
	text-decoration:underline;
}
.case a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
	font-style: italic;
	font-weight: bold; }
*/

.srg_background {
	background-color: #CCCCCC; }

img {
    font-size: 10px;
    border: none; }

.survey_icon {
	vertical-align: center;
	text-align: center; }

.icon_padding {
	padding: 5px; }

.survey_title {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #58585A;
	text-align: left;
	white-space: nowrap;
}
.survey_title a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color:  #461422;
	font-style: italic;
	font-weight: bold; text-decoration:none;
	
}
.survey_title a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #A1002A;
	font-style: italic;
	font-weight: bold;
	text-decoration:underline;
}
.survey_title a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #334D6C;
	text-decoration:none;
	font-style: italic;
	font-weight: bold;
}

.bborder {
	border-bottom: 1px solid #CCCCCC;
	line-height: 20px;
}

.coordinator {
	background-color:  #DDDDDD;
	color:  #334D7C;
	clear:  right;
	float: left;
	font-style:  italic;
	font-weight:  bold;
	margin:  5px;
	padding:  5px;
}

.horizontal ul {
	clear: both;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
	
}

.horizontal li {
	clear: right;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
	width: 14%;
}

li.horizontal11 {
	clear: right;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
	width: 52px;
}

