/********** general page styles ***************************/
#banner
{
	background: url(images/banner_blueshade2.jpg) blue no-repeat;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	/*border-right: 1px solid #000;*/
}

#slice
{
	background: url(images/slice.jpg) blue;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	/*border-left: 1px solid #000;*/
	border-right: 1px solid #000;
}

a.nav:link, a.nav:visited
{
	font-family: verdana, helvetica, arial;
	font-size: 10pt;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #777777;
	height: 18px;
	width: 100px;
	text-alignment: middle;
}

a.nav:hover
{
	font-family: verdana, helvetica, arial;
	font-size: 10pt;
	color: #f4eb00;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #f4eb00;
	height: 18px;
	width: 100px;
	text-alignment: middle;
}

body
{
	margin-top: 0px;
	margin-left: 0px;
	background: white;
	/*background: #ededed;*/
	font-family: verdana;
	font-size: 10pt;
}

p
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.25;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
}
