 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
HTML {
	MIN-HEIGHT: 100%; MARGIN-BOTTOM: 1px
}
BODY {
	FONT-FAMILY: Arial, sans-serif
}
P {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 14px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 0px;
	COLOR:#000066;
	font-size: 12px;
}
H1 {
	PADDING-RIGHT: 10px; PADDING-LEFT: 13px; FONT-SIZE: 12px; PADDING-BOTTOM: 10px; COLOR: #333399; LINE-HEIGHT: 24px; PADDING-TOP: 8px
}
H2 {
	PADDING-RIGHT: 10px; PADDING-LEFT: 13px; PADDING-BOTTOM: 4px; PADDING-TOP: 10px;COLOR:#000066;
}
H3 {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 13px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 10px;
	COLOR:#006;
	font-size: 18px;
}

A {
	COLOR: #067419;
	font-family: Arial, sans-serif;
	font-size: 12px;
}


#content {
	MARGIN: 0px 0px 20px 192px; PADDING-TOP: 20px; POSITION: relative
}
#content H1 {
	FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #000033; FONT-FAMILY: Arial;
}
#content H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000033;FONT-FAMILY: Arial;
}
#content H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000033;FONT-FAMILY: Arial;
}
#content P {
	FONT-SIZE: 11px; LINE-HEIGHT: 14px
}
#content IMG {
	MARGIN: 0px 0px 20px 40px
}
#content UL {
	MARGIN: 5px 0px 8px; LIST-STYLE-TYPE: circle
}
#content OL {
	MARGIN: 0px 0px 5px
}
#content LI {
	PADDING-RIGHT: 20px; FONT-SIZE: 8px; MARGIN-LEFT: 40px; LINE-HEIGHT: 17px
}






/* DROP DOWN MENU STUFF*/
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #CC3333;
font:normal 14px Arial;
font-weight: bold;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #E8BEBE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(chromebg5-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	text-align: left;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #E8BEBE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
font-color: #000033;
line-height:18px;
z-index:100;
background-color: white;
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: 100%;
display: block;
text-indent: 3px;
/*border: 1px solid #E8BEBE;*/ /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #000033;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
font-color: #000033;
font-weight: bold;
}
#navigation table tr td p font {
	font-size: 14px;
}
#navigation table tr td p strong {
	color: #006;
}
#navigation table tr td h3 {
	font-size: 12px;
}
#navigation table tr td h3 {
	font-size: 14px;
}
#navigation table tr td p em {
	font-style: normal;
}

