/* CSS Document */

body
{
	/* background-color set in tools */
	background-position: top center;
	background-attachment: scroll;
	font-size: 10pt;
	line-height: 170%;
	letter-spacing: 0.2px;
	font-family: "Lucida Grande" , arial;
	text-align: left;
	padding-left: 10px;
	/* color set in tools */
}

#container
{
	width: 800px;
	margin: 10px auto;
	margin-top: -5px;
	/* background-color set in tools */
	height: auto !important;
	padding-bottom: 20px;
	padding: 0px;
	border: 1px solid #666666;
}

img
{
	border: none;
	margin: 2px;
}

#header
{
	margin-left: -2px;
	margin-top: -2px;
	padding: 0px;
	width: 800px;
	height: 150px;
}

#content
{
	margin-left: 15px;
	/* background-color set in tools */
	margin-top: 75px;
	padding-left: 70px;
	width: 680px;
	height: auto !important;
	min-height: 370px;
	padding-bottom: 50px;
	/* color set in tools */
	font-size: 10pt;
	line-height: 185%;
	letter-spacing: 0.2px;
	font-family: "Lucida Grande" , arial;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	margin-top: 3px;
	/* background-color set in tools */
	/* color: White; redundant */
	float: left;
	width: 100%;
	font-family: "Lucida Grande" , arial;
	font-size: 8.6pt;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	/* background-color set in tools */
	/* color set in tools */
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	/* background-color set in tools */
	/* color set in tools */
}

#client
{
	width: 750px;
	/* color set in tools */
	padding-top: 0px;
	margin-left: 20px;
	padding-bottom: 0px;
	font-size: 8pt;
	line-height: 140%;
	letter-spacing: 0px;
	font-family: "Lucida Grande" , arial;
	text-align: left;
}

#footer
{
	margin-left: 15px;
	margin-top: 20px;
	padding: 4px;
	width: 750px;
	border-top: solid 1px #abaaaa;
	padding-bottom: 20px;
}

ul
{
	list-style-type: circle;
	padding: 0;
	margin: 0;
	color: #3b3637;
	font-size: 10pt;
	line-height: 170%;
	letter-spacing: 0.2px;
	font-family: "Lucida Grande" , arial;
	text-align: left;
}
li
{
	margin-left: 10px;
}


p
{
	/* color redundant */
	font-size: 10pt;
	line-height: 170%;
	letter-spacing: 0.2px;
	font-family: "Lucida Grande" , arial;
	text-align: left;
}


h1
{
	/* color set in tools */
	font-size: 12pt;
	font-family: "Lucida Grande" , arial;
	letter-spacing: 0.2px;
	font-weight: normal;
	line-height: 100%;
}

h2
{
	/* color set in tools */
	font-size: 10pt;
	font-family: "Lucida Grande" , arial;
	letter-spacing: 0.2px;
	font-weight: normal;
}

A:link
{
	/* color set in tools */
	text-decoration: none;
}

A:active 
{
	/* color set in tools */
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
	/* color set in tools */
}

A:visited
{
	/* color set in tools */
	text-decoration: none;
}


