/* CSS Document */

/* nav */
#navcontainer
{
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	height: 190px;
	width: 161px;
	display: block;
	background-image: url(../images/nav_bk.jpg);
}
#navcontainer li#navItem
{
	height: 25px;
	padding: 0;
	margin: 0;
	display: block;
	width: 161px;
}
/*
	voice-family: "\"}\"";
    voice-family: inherit;
    width: 121px;
}
html>body li#navItem {
    width: 121px;
}*/
#navcontainer li#navItem a
{
	padding: 0px 0px 0px 30px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
#navcontainer li#navItem a:hover {
	padding: 0px 0px 0px 32px;
	margin: 0;
	text-decoration: none;
	color: #b3b3e1;
}

body#home a#home
{
	margin: 0;
	text-decoration: none;
	color: #dddcfb;
}

body#about a#about
{
	margin: 0;
	text-decoration: none;
	color: #dddcfb;
}

body#resources a#resources
{
	margin: 0;
	text-decoration: none;
	color: #dddcfb;
}

body#request a#request
{
	margin: 0;
	text-decoration: none;
	color: #dddcfb;
}

body#services a#services
{
	margin: 0;
	text-decoration: none;
	color: #dddcfb;
}

body#products a#products
{
	margin: 0;
	text-decoration: none;
	color: #dddcfb;
}

body#seminars a#seminars
{
	margin: 0;
	text-decoration: none;
	color: #dddcfb;
}

