#navigation {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background-image: url(images/navigation_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
} 
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a
{
	height: 28px;
	float: left;
	color: #99CC00;
	text-decoration: none;
	font-family: Arial;
	font-size: .8em;
	font-weight: bold;
	background-image: url(images/menu_separatorline.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 

#navigation ul li a:hover {
	color:#FFF;
	background-image: url(images/button_hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#navigation ul li#active a
{
	color: #FFF;
	background-image: url(images/button_hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.HomeText
{
	font-family: Verdana, Arial;
	color: black;
	margin-left: 3px;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	margin-right: 5px;
	font-size: 1em;
}


/* gradient 2 */
.gradient2 h1
{
	font: bold 250%/100% "Lucida Grande" , Arial, sans-serif;
	position: relative;
	margin: 30px 0 50px;
	color: #000000;
	letter-spacing: -2px;
}
.gradient2 h1 span {
	background: url(images/gradient-glossy.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 18px;
}
.gradient2 a {
	color: #000;
	text-decoration: none;
}
.gradient2 a:visited {
	color: #000;
}
.gradient2 a:hover {
	color: #555;
}

.gradient2 h2
{
	font: bold 200%/90% "Lucida Grande" , Arial, sans-serif;
	position: relative;
	margin: 30px 0 50px;
	color: #000000;
	letter-spacing: -2px;
}
.gradient2 h2 span {
	background: url(images/gradient-glossy.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 18px;
}

.gradient2 h3
{
	font: bold 150%/90% "Lucida Grande" , Arial, sans-serif;
	position: relative;
	margin: 30px 0 50px;
	color: #000000;
	letter-spacing: -2px;
}
.gradient2 h3 span {
	background: url(images/gradient-glossy.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 18px;
}

.rightAlign
{
	text-align: right;
	color: #0000FF;
}