/* Body Text */

#container 
	{
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border: 0px;
	margin: 0px;
	}

#nav 
	{
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	font-size: 10px;
	font-color: #cccccc;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	}

#nav a, #leftNavItems a:visited, #leftNavItems a:active
{
	color: #cc0000;
	text-decoration: none;
	padding-left: 0px;

}

#nav a:hover, #leftNavItems a:visited:hover
{
	color: #ffcc33;
	text-decoration: underline;
	padding-left: 0px;
}

#body 
	{
	width: 600px;
	align: left;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	font-size: 12px;
	font-color: #000000;
	font-weight: none;
	border: 10px;
	margin: 10px;
	}

#body a, #leftNavItems a:visited, #leftNavItems a:active
{
	color: #cc0000;
	text-decoration: none;
	padding-left: 0px;

}

#body a:hover, #leftNavItems a:visited:hover
{
	color: #ffcc33;
	text-decoration: underline;
	padding-left: 0px;
}


html, body
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px
	}
	
p
	{
	margin-left: 5px
	}

p.info1
	{
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 5px
	}
	
p.stanout
	{
	font-weight: bolder;
	}

/* links */

a.link	/* unvisited link */
	{
	color: #cc0000;
	text-decoration: none
	}

a.visited	/* visited link */
	{
	color: #cc0000;
	text-decoration: none
	}

a.hover	/* mouse over link */
	{
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none
	}

a.active	/* selected link */
	{
	color: #cc0000;
	font-weight: bold;
	text-decoration: none
	}

/* Lists */

ul 	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px
	}