/* CSS links */

#textlinks a {
	color: #663333;
	text-decoration: underline;
	}

#textlinks a:hover {
	color: #663333;
	text-decoration: none;
	}

.textlinks a {
	color: #663333;
	text-decoration: underline;
	}

.textlinks a:hover {
	color: #663333;
	text-decoration: none;
	}

#menu a	{
	color: #e2e2e2;
	text-decoration: none;
	}

#menu a:visited	{
	text-decoration: none;
	}

#menu a:active	{
	text-decoration: none;
	}

#menu a:hover	{
	color: #ffffff;
	}

#menu #currentsection a {
	color: #ffffff;
	}

#sidenavigation a {
        color: #ffffff;
        text-decoration: none;
        }
        
#sidenavigation a:hover {
        color: #e2e2e2;
        }
        
#sidenavigation #currentpage a {
	font-weight: bold;
        }

/* Textual and inline elements */

body	{
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	}

#leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 15px;
	margin-top: -1px;
	}

h2 	{
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #663333;
	letter-spacing: 1px;
	}

h3	{
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
	letter-spacing: 1px;
	margin-bottom: -5px;
	}

h4 	{
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}

ul	{
	list-style: disc;
	}

.header 	{
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #663333;
	letter-spacing: 1px;
	}

#menubar	{
	background-color: #506ba6;
	padding-left: 6px;
	color: #e2e2e2;	
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	}

#menubar2	{
	background-color: #506ba6;
	text-align: right;
	color: #e2e2e2;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	}

#bottombar	{
	background-color: #506ba6;
	color: #ffffff;	
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	}

.bodysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	color: #000000;
	}

.smbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 16px;
	color: #000000;
	}

.bodylarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	}

.faqsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	color: #000000;
	}

#faq li	{
	font-weight: bold;
	}

#faq2 li	{
	font-weight: normal;
	}

/* CSS positioning elements */

#main	{
	padding: 4px;
	}

#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	padding: 8px;
	text-align: justify;
	}

#updates {
	padding-left: 15px;
	}
        
#menu ul {
	list-style: none;
        margin: 0;
        padding: 0;
	text-align: center;
	}

#menu li {
	display: inline;
	}

#sidenavigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
	line-height: 18px;
	text-decoration: underline;
        }
        
#sidenavigation li {
        margin: 0;
        padding: 0;
        }

/* Forms */

label.survey,input.survey {
        display: block;
        width: 200px;
        float: left;
        margin-bottom: 10px;
}

label.survey {
        text-align: right;
        width: 150px;
        padding-right: 20px;
}

ol.survey {
	list-style: none;
	}

br {
        clear: left;
}

ol.survey2 {
	float: left;

.onstate-yesemr { 
	display: block; 
}
 
.offstate-yesemr { 
	display: none; 
	}

.onstate-noemr { 
	display: block; 
}
 
.offstate-noemr { 
	display: none; 
	}


        

