/* CSS document for Epsilon Technologies */
/* May 18, 2005 */
/* Created by Erica Meehan & Tamara Soudi */

/* Orange Color = #d46c18 */
/* Light Grey = #f9f9fa */
/* Dark Blue = #36495F */

body
{
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url("images/background.gif");
	background-color: #f9f9fa;
}

.main
{
	font-family: verdana;
	font-size: 11px;
	color: #36495F;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
}
p.sub
{
	font-family: verdana;
	font-size: 11px;
	color: #d46c18;
	margin: 10px;
	font-weight: bold;
}
li.side
{
	margin:0px;
}

a.sidenav
{
	font-family: verdana;
	font-size: 11px;
	color: #d46c18;
	margin: 0px;
	text-decoration: none;
}
a.sidenav:hover
{
	font-family: verdana;
	font-size: 11px;
	color: #d46c18;
	margin: 0px;
	text-decoration: underline;
}
a.intext:visited
{
	font-family: verdana;
	font-size: 11px;
	color: #d46c18;
	margin: 0px;
}

li.high
{
	color: #d46c18;
	list-style-type: circle;
    /* list-style-image: url("images/squ_bull.gif"); */
    verticle-align: middle;
    line-height: 1;
}
li.xhigh
{
	color: #d46c18;
	list-style-type: disk;
    /* list-style-image: url("images/dot_bull.gif"); */
    line-height: 1;
}
ul.menu
{
	color: #d46c18;
	line-height: 1;
	margin-top: 80px;	
}
td.form
{
	border-style:solid; 
	border-width:1px; 
	border-color:#36495F;
}