
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; 
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #607dc6;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

* html .dropmenudiv a{ 
	width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #526baa;
}
#HTMLEDIT {
	padding-left:5px;
	padding-right:10px;
} 

#HTMLEDIT h1, h2, h3, h4, h5, h6,  pre, blockquote, form, dl {  
	margin: 0px;  
	}  

#HTMLEDIT blockquote,#HTMLEDIT ol,#HTMLEDIT dl {  
	margin: 1.12em 0;
}  


/*
#HTMLEDIT ol,#HTMLEDIT ul{
	padding-left:50px;
}

#HTMLEDIT li {
	padding-top:3px;
	padding-left:15px;
	padding-bottom:10px;
}
*/

#HTMLEDIT ol {
	padding-left:25px;
}
#HTMLEDIT ul {
	padding-left:25px;
}
#HTMLEDIT li {
	padding-left:10px;
}




#HTMLEDIT img {
	padding-top:0;
}


#HTMLEDIT table {  
	border-collapse: collapse;  
	border-spacing: 0;  
	}



.doublespace {
	line-height:1.5em;
}




#tableborder1 table {
	border-width: 1px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	padding:0px;
	margin:0px;
}
#tableborder1 th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
#tableborder1 td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	text-align:left;
	line-height:1em;
}

