body {
	margin: 5px;
	padding: 0;
	font: 70%/1.5 Verdana, Arial, sans-serif;
	color:#000000;
	background-color: FFFEF2;
}

.morrisbg {
	margin: 5px;
	padding: 0;
	font: 70%/1.5 Verdana, Arial, sans-serif;
	color:#000000;
	background-color: 667362;
}

.internalscrollbar 
{
background-color: 5F534C; 
scrollbar-base-color: #5F534C; 
scrollbar-face-color: #5F534C; 
scrollbar-track-color: #DBDBDB; 
scrollbar-3dlight-color: #DBDBDB; 
scrollbar-highlight-color: #5F534C; 
scrollbar-arrow-color: #DBDBDB; 
scrollbar-darkshadow-color: #DBDBDB; 
scrollbar-shadow-color: #5F534C; 
}

.wrapper { 
	width: 100%;
}

a:link {color: #939393}
a:visited {color: #939393}
a:hover {color: #000000}
a:active {color: #939393; text-decoration: underline;}


/*--------------- Header ---------------*/
#headerArea {
	padding: 0;
	width: 100%;
	float: left;

}

/*--------------- Main Navigation ---------------*/


#topnav {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	top: 0px;
	width: 900;
;


}
#topnav a { 
text-decoration: none;
}

#topnav ul
{
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}

#topnav li { display: inline; padding: 0 10 0 10;}

/*1st level elements*/
#topnav ul
{
/*border-top: 1px solid #36c;*/
/*border-bottom: 1px solid #36c;*/
/*background-color: #36c;*/
padding: 2px 0;
margin-bottom: 2em;
}

#topnav li { margin: 0 0 0px; }

#topnav ul a,
#topnav ul a:link,
#topnav ul a:visited
{
/*background-color: #36c;*/
/*border: 1px solid #36c;*/
color: 00234C;
padding: 5px 5px 0 5px;
}

#topnav ul ul
{
	font-size: 80%;
	position: absolute;
		left: 0;
	width: 100%;
	border-top: none;

	/*background-color: #95B1BB;*/
}
#topnav ul a:hover,
#topnav ul a:focus
{
/*background-color: #9CD4F7;*/
/*border: 1px solid black;*/
color: 00234C;
}

/*current Link*/
#topnav ul a#current,
#topnav ul a#current:link,
#topnav ul a#current:visited { font-weight: bold; color: 00234C; }

/*Second and subsequent levels*/


#topnav ul ul li { display: inline; }

#topnav ul ul a,
#topnav ul ul a:link,
#topnav ul ul a:visited
{
/*background-color: #95B1BB;*/
/*border: 1px solid #95b1bb;*/
color: 00234C;
}

#topnav ul ul a:hover,
#topnav ul ul a:focus
{
/*background-color: #9CD4F7;*/
/*border: 1px solid black;*/
/*color: black;*/
}

/*current Link*/
#topnav ul ul a#subcurrent,
#topnav ul ul a#subcurrent:link,
#topnav ul ul a#subcurrent:visited { font-weight: bold; }



/*--------------- new stuff -------------------*/
#topnav ul li{
	font-size:95%;
}

#topnav ul ul li,
#topnav ul ul ul li,
#topnav ul ul ul ul li,
#topnav ul ul ul ul ul li{
	font-size:100%;
}

/*---for level 1*/
#topnav .leftNavL1{
	list-style:none;
	margin:0;
	padding:0;
}

#topnav .leftNavL1 li{
	clear:both;	
	padding: 0px 0 0px 0px;
        display: inline;
}

#topnav .leftNavL1 li a,
#topnav .leftNavL1 li a:link
{
	text-decoration: none;
	font-weight:bold;
	color:#00234C;
	padding: 7px 15px 1px 2px;
	display:inline;
}
#topnav .leftNavL1 li a:visited
{
}
#topnav .leftNavL1 li a:hover{
	color:#5078A0;

}

#topnav .leftNavL1 li a:active{
	color:#5078A0;
}

/*---for level 1 selected*/
#topnav li.selectedL1{
	color:#5078A0;
}

#topnav li.selectedL1 a,
#topnav li.selectedL1 a:link,
#topnav li.selectedL1 a:visited,
#topnav li.selectedL1 a:active{
	color:#5078A0;
}

/*---for level 2*/
#topnav .leftNavL2{
	list-style:none;
	margin:0;
	padding:0;
}

#topnav .leftNavL2 li{
	clear:both;
	padding: 0;
}

#topnav .leftNavL2 li a,
#topnav .leftNavL2 li a:link,
#topnav .leftNavL2 li a:active{
	text-decoration: none;
	font-weight:normal;
	color:#00234C;
	padding: 2px 0 2px 0px;
	margin-left:30px;
	display:inline;
}

#topnav .leftNavL2 li a:hover{
	color:#5078A0;
        
}

/*---for level 2 selected*/
#topnav li.selectedL2_nosub_active{
	color:#ffffff;
}


#topnav li.selectedL2_nosub_active a,
#topnav li.selectedL2_nosub_active a:link,
#topnav li.selectedL2_nosub_active a:visited,
#topnav li.selectedL2_nosub_active a:active{
	color:#00234C;
	font-weight:bold;
}


#topnav li.selectedL2_withsub_active{
	color:#ffffff;
}

#topnav li.selectedL2_withsub_active a,
#topnav li.selectedL2_withsub_active a:link,
#topnav li.selectedL2_withsub_active a:visited,
#topnav li.selectedL2_withsub_active a:active{
	color:#00234C;
	font-weight:bold;
}

#topnav li.selectedL2_withsub{
	color:#00234C;
}

#topnav li.selectedL2_withsub a,
#topnav li.selectedL2_withsub a:link,
#topnav li.selectedL2_withsub a:visited,
#topnav li.selectedL2_withsub a:active{
	color:#00234C;
	font-weight:bold;
}


#topnav li.selectedL2_withsub a:hover{
	color:#00234C;
}



/*--------------- End Main Navigation ---------------*/

#topimage{
	float:left;
	width: 105px;
	padding: 0px;
	height: 77px;
	margin: 0px;

}

/*--------------- Content Area ---------------*/
.contentArea {
	background-color: #DBDBDB;
	width: 994;
	padding: 0 15 0 0;
	height: 426px;
	margin-top: 10px;
}


.morriscontentArea {
	    background-color: #FFFDEA;
        width: 854;
        padding: 0 15 0 0;
}

#leftcol {
	margin: 1px 0 0;
	padding: 0 0 0 2; 
	float: left;
	text-align:left;
    width: 575;
    display: inline;
}

#rightcol {
	margin: 1px 0 0;
	padding: 0 10;
	float: right;
	text-align:left;
	display: table-cell;
	position: absolute;
	left: 575px;
	top: 0;
	height: 426px;
}

#leftimage {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:left;
	float: left;
}

#h1,h2,h3,h4,h5,h6 {
        color: FFFFFF;
        font: Arial;
}

#imageheading {
	padding: 10 0 10 0;
	width: 360;
	display: inline;
}

#textpara {
        color: 5F534C;
        font-family: verdana;
        font-size: 80%;
} 

#textpara a {
        color: 5F534C;
        font-family: verdana;
        text-decoration: underline;
} 

#onelinelink {
        color: 939393;
        font-family: verdana;
        font-size: 80%;
        text-decoration: underline;
}

#leftheading {
        padding: 0 0 0 5;
        color: FFFFFF;
        font: Arial;
}

#lefttext {

	padding: 0 0 0 5; 
	float: left;
    width: 400;
	text-align:left;
    color: 5F534C;
    font-family: Verdana;
    font-size: 80%;
}

#rightscrollerframe {
	margin: 0 0 0 0;
	padding: 0 0 0 5;
	float: left;
	text-align:left;
	display: inline;
	/*position: absolute;
	left: 580;*/
	background-color: DBDBDB;
}

.rightscroller {
	float: left;
	padding: 0 0 0 0;
	background-color: 5F534C;
    width: 3700;
}

#rightscrollerimage {
	margin: 0 0 0 2;
	padding: 2 0 0 0;
	float: left;
        width: 120;
        height: 165;
	display: inline;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}


#leftscrollerframe {
	margin: 0 0 0 0;
	padding: 0 0 10 5;
	float: left;
	text-align:left;
	display: inline;
	background-color: DBDBDB;
}

.leftscroller {
	float: left;
	padding: 0 0 0 0;
	background-color: FFFEF2;
        width: 2000;
}

#leftscrollerimage {
	margin: 0 0 0 2;
	padding: 2 0 0 0;
	float: left;
        width: 120;
        height: 155;
	display: inline;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#previouslink {
        color: 939393;
        font-family: verdana;
        font-size: 80%;
        text-decoration: none;
        padding: 5 0 0 0;
}

#nextlink {
        color: 939393;
        font-family: verdana;
        font-size: 80%;
        text-decoration: none;
        padding: 5 0 0 120;
}

#formarea {
	margin: 1px 0 0;
	padding: 0 0 0 30; 
	float: left;
	text-align:left;
    width: 450;

}

#formrow {
	    font-family: verdana;
        font-weight: bold;
        padding: 3 0 0 0;
        width: 450;
}


#formrow label {
	    font-family: verdana;
        font-weight: bold;
        font-size: 80%;
        color: 5F534C;
        width: 100;
        float: left;
}


#formrow input, select, textarea {
	    font-family: verdana;
        font-size: 100%;
        border-color: #A7A6AA;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        width: 300;
}

#formbutton {
        padding: 3 0 0 103;
}



#rightformarea {
	margin: 1px 0 0;
	padding: 0 0 0 0; 
	float: right;
	text-align:left;
        width: 370;
        position: absolute;
        left: 580;

}

#rightformrow {
	font-family: verdana;
        font-weight: bold;
        padding: 3 0 0 0;
        width: 370;
}


#rightformrow label {
	font-family: verdana;
        font-weight: bold;
        font-size: 80%;
        color: 5F534C;
        width: 100;
        float: left;
}


#rightformrow input, select, textarea {
	font-family: verdana;
        font-size: 100%;
        border-color: #A7A6AA;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        width: 250;
}

#rightformbutton {
        padding: 3 0 0 103;
}

#CRO_info {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        float: left;
        height: 40px;
        width: 1000px;
        font-weight: normal;
        color: #666;
        text-align: center;
        vertical_align: bottom;
        padding-top: 15px;
}


