html, body {
	 
		margin:0px 0px 0px 0px;
	    font-family:Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;
	    font-size: 0.9em;
	    color: #4B4B4B;
	    text-decoration: none;
	    background-color: #CCCCCC;
		height:100%;
    }
	
	#container 
	{
	text-align: center;
	margin: auto;
	background-color: #FFFFFF;
	border: 0px solid white;
	border-top: none;
	border-bottom: none;
	width: 784px;
		
	} 
	
	#leftcol 
	{
		text-align:left;
		float:left;width: 570px;
		margin:0px 10px 0px 10px;
	} 
	
	#rightcol 
	{
		text-align:center;
		width: 170px;
		height:600px;
		float:right;
		font-size:1em;
		background-color:#EFEFEF;
		background-image:url(../images/sidebar.png); 
	} 
	
	h2
	{
		margin-top:10px;
		font-weight: bold; 
		font-size: 1.5em;
		background: no-repeat url(../images/headerdivider.png);
		margin-bottom:-5px;
		height:46px;
	}
	
	h3
	{
		font-weight: bold; 
		font-style:normal;
		font-size: 1.1em;
		color: #528C9C;
		background-color:#FFFFFF;
		background: no-repeat url(../images/divider.png) ;
		padding:2px;
		padding-left:3px;
		height:35px;
		margin-bottom:-5px;
	}
	
	h4
	{
		font-weight: bold; 
		font-style:normal;
		font-size: 1.0em;
		margin-bottom:0px;
		color: #4B4B4B;
	}
	
	input, select, textarea
	{
		font-weight: normal; 
		font-style:normal;
		font-size: 0.9em;
		margin-bottom:10px;
	}
	
	.headingNote
	{
		font-weight: bold; 
		font-style:italic;
		font-size: 1.1em;
		margin-bottom:1.0em;
	}
	


    td {
	    font-family: Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;

	    color: #4B4B4B;
	    text-decoration: none;
    }

    p {
	    font-size: 1.0em;
	    color: #4B4B4B;
	    text-decoration: none;
    }
    ul{
        list-style-position:inside;
		margin-top:5px;
        list-style-type:disc;
        line-height: 18px;

    }

    ol{
        line-height: 18px;
    }

    a {color: #3494BE;}

    a:visited {color: #3494BE;}

    a:hover{color: #F97E10;}
	


	
	
	#footer   
{
	background-color: #EFEFEF;
	text-align: center;
	width: 770px;
	height: 32px;
	clear:both;

 } 
 
 #footerlinks  
{
	background-color: #EFEFEF;
	font-size: 0.9em;
	margin:0px;
	/*word-spacing: 7px;*/
 } 

 #copyright  
{
	background-color: #EFEFEF;
	font-size: 0.8em;
 } 


.categories { width:140px; float:left;}
.specialTerm {
font-weight: bold; color: #2D4348;
}
