body { 
font-family: arial, sans-serif;
background-color: #001FBB;
text-align: justify;
margin: 1px 0 0 0;
border: none; 
padding: 0; 
color: #000000; }

span.highlight {
background-color: #CDFF6F; }

h1 {	
font-weight: bold;
font-size: 200%; 
text-align: center;
margin: 0;  
color: #333333; }

h2 {
font-size: 150%; 
text-align: center; 
color: #333333; }

h3 {
font-size: 125%;
text-align: center; 
color: #333333}

h4 {
font-size: 125%; 
text-align: left; 
margin: 15px 0 0 0; 
color: #333333}

a {
outline: none; }

#container {
width: 881px;
background: transparent;
margin: auto; }

#header {
background: transparent;
width: 881px;
height: 115px; }

#frame_tl {
background: transparent url(images3/frame_tl.png) no-repeat;
width: 48px;
height: 60px;
float: left; }

#menu {
background: transparent; 
width: 785px;
height: 48px;
float: left;  }

#menu a {
text-decoration: none; 
float: left; }

#menu img {
background: transparent; 
border: none; 
margin: 0; 
padding: 0; 
float: left; }

#spacer {
background: #FFFFFF; 
width: 785px; 
height: 12px; 
float: left; }

#frame_tr {
background: transparent url(images3/frame_tr.png) no-repeat;
width: 48px;
height: 60px;
float: right; }

#frame {
background: transparent url(images3/frame.png) repeat-y;
width: 881px; }

#content {
background: transparent;
width: 765px; 
margin: 0 58px; }

#content img.right {
padding: 10px 0 10px 15px; 
float: right; }

#content img.left {
padding: 10px 15px 10px 0; 
float: left; }

#content object {
padding: 10px 15px 10px 0; 
float: left; }

#content embed {
float: left; 
margin: 10px 15px 10px 0; }

#content p {
margin: 12px 0 0 0; }

#content p.big {
font-size: large; }

#content a {
color: #006400; 
text-decoration: none;
font-weight: bold; }

#content a:visited {
color: #006400; }

#content a:hover {
color: #0000EE; }

#content a.petition {
color: #AC0000; }

#content a.petition:hover {
color: #D50909 }

#content a img {
border: none }

#content h2 {
margin: 0 58px; }

#content ul {
margin: 0 30px;
padding: 0; 
width: 690px; 
list-style: disc inside url('images3/pawprint.png'); }

#content ul li {
margin: 10px 0 0 0; 
align: left; }

#content table {
border: none;
margin: 0;
padding: 0;
text-align: center; }

#content table td {
padding: 5px 0 20px 0; }

#content table.shortcut {
text-align: left; 
table-layout: fixed; 
border-spacing: none; 
width: 765px; }

#content table.shortcut td {
padding: 0 5px; 
margin: 0;  
vertical-align: top; }

#content table.shortcut td ul {
padding: 0; 
margin: 0; }

#content table.shortcut td ul li {
padding: 0; 
margin: 0; }

#frame_bottom {
background: transparent url(images3/frame_bottom.png) no-repeat;
width: 881px;
height: 34px; }

#footer {
background: transparent;
width: 881px;
float: left; }

#footer p {
line-height: 100%; 
font-size: 75%; 
text-align: center; 
margin: 5px 0 5px 0;
color: #80FFBB; }

#footer p a {
color: #CCFFDD; 
text-decoration: none; }


/*******************************************************************************

 Ugly Dreamweaver code borrowed and modified for the dropdown menus, 
	which are commented out in IE in any case. Screw IE. -robin

 *******************************************************************************/

/* The outermost container of the Menu Bar */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-align: left;
	position: relative;
	width: 188px;
	float: left;
}

/* Submenus, initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0 2px 5px 2px;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 180px;
	position: absolute;
	left: -1000em;
	top: 44px;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/* Submenu containers */
ul.MenuBarHorizontal ul
{
	border: none;
	background-color: #000000;
}

/* Menu items */
ul.MenuBarHorizontal a
{
	display: block;
	padding: 0;
	color: #74C602;
}

/* Menu items that have mouse over or focus */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #000000;
	color: #FAA003;
	outline: none;
}

/* Menu items that are open with submenus are set to MenuBarItemHover */
ul.MenuBarHorizontal a.MenuBarItemHover
{
	background-color: #000000;
	color: #FCCA03;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #000000;
	color: #DDFF88;
}


