/* the body and top level stuff  (nav, etc) */

body
{
	font-family:Arial;
	font-size:11px;
}

p.main { 
	width: 500px; 
	font-size: 14px; 
} 

/*container the whole page sits in*/
#maincontainer{
	position: absolute; 
	left: 0px; 
	top:0px;
}

/* page headers - basically an <h1> */
div.head
{
	color:Navy;
	font-size:16px;
	font-weight:bold
}

/* all links */
a
{
	color:red;
	text-align:right;
	font-size:13px;
	text-decoration:none;
}
a:hover
{
	color:navy;
	text-align:right;
	font-size:13px;
	text-decoration:none;
}

.error { 
	color: white; 
	background-color: red;
	font-size: 14px; 
	font-weight: bold;
	border: #000 solid 2px; 
	width: 400px; 
	margin: 5px; 
	padding: 5px; 
} 

/****************************** NAVBAR.PHP ********************************/

/* top left image on nav bar */
img.topleft { 
	padding: 0px 0px 10px 0px; 
} 

/* container for nav bar */
div.menucontainer { 
	text-align: right; 
	padding: 10px 10px 10px 10px; 
} 

/* nav bar headers */
.menu_header { 
	font-size: 13px;  
	text-align: right; 
	font-weight: bold; 
} 

/* nav bar sub headers*/
menu_subheader { 
	font-size: 11px; 
} 

/* nav bar local colors*/
.menu_local { 
	color: red; 
} 

/* nav bar offsite link colors*/
.menu_offsite { 
	color: navy; 
} 

/* links in nav bar that go offsite (i.e. hatz worldwide, germany, etc */

a.menu_offsite
{
	color:navy;
	text-align:right;
	font-size:13px;
	text-decoration:none;
}

a.menu_offsite:hover
{
	color:red;
	text-align:right;
	font-size:13px;
	text-decoration:none;
}

/* link to legal page (is on nav bar)*/

a.menu_legal
{
	color:#aaa;
	text-align:right;
	font-size:13px;
	text-decoration: underline;
}

/************************** END  NAVBAR.PHP ********************************/


/***************************** HOME.PHP, WHATSNEW.PHP **********************/

/* building image on home.php, main images on whatsnews.php*/ 
img.mainimage { 
	border: 1px #000 solid; 
} 

/************************* END HOME.PHP **************************************/
